commit: bc7e53074c66588c4fe918ea5ba036189bbf42df
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 8 08:36:00 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 8 08:47:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7e5307
dev-python/rq: Use PEP517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rq/rq-1.10.1-r2.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-python/rq/rq-1.10.1-r2.ebuild
b/dev-python/rq/rq-1.10.1-r2.ebuild
index 881f7c8bbe31..92f33b0d0ce2 100644
--- a/dev-python/rq/rq-1.10.1-r2.ebuild
+++ b/dev-python/rq/rq-1.10.1-r2.ebuild
@@ -3,11 +3,16 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..10} )
+
inherit distutils-r1
DESCRIPTION="simple, lightweight library for creating and processing
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq"
+HOMEPAGE="
+ https://python-rq.org/
+ https://github.com/rq/rq/
+"
SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
@@ -27,7 +32,7 @@ BDEPEND="
)
"
-distutils_enable_tests --install pytest
+distutils_enable_tests pytest
src_test() {
local redis_pid="${T}"/redis.pid