Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/priority/
Date: Thu, 12 May 2022 16:17:13
Message-Id: 1652372220.7465b3d23591229eec597724bd48c948ef08c187.mgorny@gentoo
1 commit: 7465b3d23591229eec597724bd48c948ef08c187
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 15:33:54 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 16:17:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7465b3d2
7
8 dev-python/priority: EAPI 8, PEP517
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{priority-2.0.0-r1.ebuild => priority-1.3.0-r1.ebuild} | 12 +++++++++---
13 dev-python/priority/priority-2.0.0-r1.ebuild | 6 ++++--
14 2 files changed, 13 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-python/priority/priority-2.0.0-r1.ebuild b/dev-python/priority/priority-1.3.0-r1.ebuild
17 similarity index 64%
18 copy from dev-python/priority/priority-2.0.0-r1.ebuild
19 copy to dev-python/priority/priority-1.3.0-r1.ebuild
20 index e18fa7a80fef..0ac83b220d50 100644
21 --- a/dev-python/priority/priority-2.0.0-r1.ebuild
22 +++ b/dev-python/priority/priority-1.3.0-r1.ebuild
23 @@ -9,17 +9,23 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 inherit distutils-r1
25
26 DESCRIPTION="A pure-Python implementation of the HTTP/2 priority tree"
27 -HOMEPAGE="https://python-hyper.org/projects/priority/en/latest/
28 +HOMEPAGE="
29 + https://python-hyper.org/projects/priority/en/latest/
30 https://github.com/python-hyper/priority/
31 - https://pypi.org/project/priority/"
32 + https://pypi.org/project/priority/
33 +"
34 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="MIT"
37 SLOT="0"
38 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
39 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
40
41 BDEPEND="
42 test? ( >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}] )
43 "
44
45 +PATCHES=(
46 + "${FILESDIR}"/priority-1.3.0-test-timeout.patch
47 +)
48 +
49 distutils_enable_tests pytest
50
51 diff --git a/dev-python/priority/priority-2.0.0-r1.ebuild b/dev-python/priority/priority-2.0.0-r1.ebuild
52 index e18fa7a80fef..58b0eaf3001e 100644
53 --- a/dev-python/priority/priority-2.0.0-r1.ebuild
54 +++ b/dev-python/priority/priority-2.0.0-r1.ebuild
55 @@ -9,9 +9,11 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
56 inherit distutils-r1
57
58 DESCRIPTION="A pure-Python implementation of the HTTP/2 priority tree"
59 -HOMEPAGE="https://python-hyper.org/projects/priority/en/latest/
60 +HOMEPAGE="
61 + https://python-hyper.org/projects/priority/en/latest/
62 https://github.com/python-hyper/priority/
63 - https://pypi.org/project/priority/"
64 + https://pypi.org/project/priority/
65 +"
66 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
67
68 LICENSE="MIT"