From bc7e53074c66588c4fe918ea5ba036189bbf42df Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 8 May 2022 10:36:00 +0200 Subject: dev-python/rq: Use PEP517 build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/rq/rq-1.10.1-r2.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'dev-python/rq') 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 -- cgit v1.2.3-65-gdbad