diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-02 13:48:00 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-02 13:48:00 +0000 |
| commit | a8c33b9a1bf1951a8fb10a0b62da55d1eca71c09 (patch) | |
| tree | a0d8d88aba42059c8bb07ee23b0f58524d524789 /dev-python/priority | |
| parent | fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525 (diff) | |
| download | baldeagleos-repo-a8c33b9a1bf1951a8fb10a0b62da55d1eca71c09.tar.gz baldeagleos-repo-a8c33b9a1bf1951a8fb10a0b62da55d1eca71c09.tar.xz baldeagleos-repo-a8c33b9a1bf1951a8fb10a0b62da55d1eca71c09.zip | |
Adding metadata
Diffstat (limited to 'dev-python/priority')
| -rw-r--r-- | dev-python/priority/priority-1.3.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/priority/priority-2.0.0-r1.ebuild | 25 | ||||
| -rw-r--r-- | dev-python/priority/priority-2.0.0.ebuild | 2 |
3 files changed, 27 insertions, 2 deletions
diff --git a/dev-python/priority/priority-1.3.0.ebuild b/dev-python/priority/priority-1.3.0.ebuild index b52d83f20f42..89146ce97948 100644 --- a/dev-python/priority/priority-1.3.0.ebuild +++ b/dev-python/priority/priority-1.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) inherit distutils-r1 diff --git a/dev-python/priority/priority-2.0.0-r1.ebuild b/dev-python/priority/priority-2.0.0-r1.ebuild new file mode 100644 index 000000000000..a8a2e13405b9 --- /dev/null +++ b/dev-python/priority/priority-2.0.0-r1.ebuild @@ -0,0 +1,25 @@ +# 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_{6,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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +BDEPEND=" + test? ( >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}] ) +" + +distutils_enable_tests pytest diff --git a/dev-python/priority/priority-2.0.0.ebuild b/dev-python/priority/priority-2.0.0.ebuild index 765201df4195..1a53ee7bc8bd 100644 --- a/dev-python/priority/priority-2.0.0.ebuild +++ b/dev-python/priority/priority-2.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) inherit distutils-r1 |
