summaryrefslogtreecommitdiff
path: root/dev-python/priority
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-13 09:39:33 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-13 09:39:33 +0000
commit27c4c392e99adae8a219bf11a8f257fa2d4786f5 (patch)
treecba783f580c7f4c0ba126c5c993eda9da9e8def4 /dev-python/priority
parente8e1cef2dee055385d57e2fc11dcdfa98634d0ef (diff)
downloadbaldeagleos-repo-27c4c392e99adae8a219bf11a8f257fa2d4786f5.tar.gz
baldeagleos-repo-27c4c392e99adae8a219bf11a8f257fa2d4786f5.tar.xz
baldeagleos-repo-27c4c392e99adae8a219bf11a8f257fa2d4786f5.zip
Adding metadata
Diffstat (limited to 'dev-python/priority')
-rw-r--r--dev-python/priority/priority-1.3.0-r1.ebuild31
-rw-r--r--dev-python/priority/priority-2.0.0-r1.ebuild6
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-python/priority/priority-1.3.0-r1.ebuild b/dev-python/priority/priority-1.3.0-r1.ebuild
new file mode 100644
index 000000000000..c736823fc140
--- /dev/null
+++ b/dev-python/priority/priority-1.3.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{7,8,9,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/
+ https://github.com/python-hyper/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"
+
+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 81cc20792c63..f1c39cf3eb42 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_{7,8,9,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"