commit: 7465b3d23591229eec597724bd48c948ef08c187
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 15:33:54 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 12 16:17:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7465b3d2
dev-python/priority: EAPI 8, PEP517
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{priority-2.0.0-r1.ebuild => priority-1.3.0-r1.ebuild} | 12 +++++++++---
dev-python/priority/priority-2.0.0-r1.ebuild | 6 ++++--
2 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/dev-python/priority/priority-2.0.0-r1.ebuild
b/dev-python/priority/priority-1.3.0-r1.ebuild
similarity index 64%
copy from dev-python/priority/priority-2.0.0-r1.ebuild
copy to dev-python/priority/priority-1.3.0-r1.ebuild
index e18fa7a80fef..0ac83b220d50 100644
--- a/dev-python/priority/priority-2.0.0-r1.ebuild
+++ b/dev-python/priority/priority-1.3.0-r1.ebuild
@@ -9,17 +9,23 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="A pure-Python implementation of the HTTP/2 priority tree"
-HOMEPAGE="https://python-hyper.org/projects/priority/en/latest/
+HOMEPAGE="
+ https://python-hyper.org/projects/priority/en/latest/
https://github.com/python-hyper/priority/
- https://pypi.org/project/priority/"
+ https://pypi.org/project/priority/
+"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
BDEPEND="
test? ( >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}] )
"
+PATCHES=(
+ "${FILESDIR}"/priority-1.3.0-test-timeout.patch
+)
+
distutils_enable_tests pytest
diff --git a/dev-python/priority/priority-2.0.0-r1.ebuild
b/dev-python/priority/priority-2.0.0-r1.ebuild
index e18fa7a80fef..58b0eaf3001e 100644
--- a/dev-python/priority/priority-2.0.0-r1.ebuild
+++ b/dev-python/priority/priority-2.0.0-r1.ebuild
@@ -9,9 +9,11 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="A pure-Python implementation of the HTTP/2 priority tree"
-HOMEPAGE="https://python-hyper.org/projects/priority/en/latest/
+HOMEPAGE="
+ https://python-hyper.org/projects/priority/en/latest/
https://github.com/python-hyper/priority/
- https://pypi.org/project/priority/"
+ https://pypi.org/project/priority/
+"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"