diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-10 17:12:20 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-10 17:12:20 +0000 |
| commit | a37088132ba08a680bbc5bbce95ce927251b9787 (patch) | |
| tree | c0553d0c66198d69020df9f918c8fc969789399e /dev-python/sortedcontainers | |
| parent | 0ee2f45fa8b6f82dfeae57db7d4f0e5afeab3d49 (diff) | |
| download | baldeagleos-repo-a37088132ba08a680bbc5bbce95ce927251b9787.tar.gz baldeagleos-repo-a37088132ba08a680bbc5bbce95ce927251b9787.tar.xz baldeagleos-repo-a37088132ba08a680bbc5bbce95ce927251b9787.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sortedcontainers')
| -rw-r--r-- | dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild | 28 |
2 files changed, 1 insertions, 29 deletions
diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild index be1744312611..90c547d30311 100644 --- a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild +++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild @@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" distutils_enable_tests pytest diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild b/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild deleted file mode 100644 index fe9aed506fc3..000000000000 --- a/dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) - -inherit distutils-r1 - -MY_P=python-${P} -DESCRIPTION="Python library to sort collections and containers" -HOMEPAGE="http://www.grantjenks.com/docs/sortedcontainers/ - https://pypi.org/project/sortedcontainers/ - https://github.com/grantjenks/python-sortedcontainers/" -SRC_URI=" - https://github.com/grantjenks/python-sortedcontainers/archive/v${PV}.tar.gz - -> ${MY_P}.gh.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -distutils_enable_tests pytest - -python_test() { - local -x PYTHONPATH=. - epytest --ignore docs/conf.py -} |
