From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/sortedcontainers/Manifest | 3 +-- .../sortedcontainers-2.4.0-r1.ebuild | 2 +- .../sortedcontainers/sortedcontainers-2.4.0.ebuild | 28 ---------------------- 3 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 dev-python/sortedcontainers/sortedcontainers-2.4.0.ebuild (limited to 'dev-python/sortedcontainers') diff --git a/dev-python/sortedcontainers/Manifest b/dev-python/sortedcontainers/Manifest index 53f157c7a882..570e404e977f 100644 --- a/dev-python/sortedcontainers/Manifest +++ b/dev-python/sortedcontainers/Manifest @@ -1,4 +1,3 @@ DIST python-sortedcontainers-2.4.0.gh.tar.gz 9229380 BLAKE2B ca9348ab7d467b2a81126217451262bb0547901b953edc3bba7c87c67b415eef5c3d454a08d227ebc8b213c1cc7db6262e864511fe67beefe865014ae5fc5977 SHA512 f80185c6f95a85cc78f88f6f6cf389eb48be22cf94d5fcd84f3592873f17de37ec7f44c1627b7f02956ac4b4f74ca4febefc47d3c6232f70ee05dbb2449ad770 -EBUILD sortedcontainers-2.4.0-r1.ebuild 838 BLAKE2B 22549b4c234d1ed872c781ca0d1f7a8d2e9aa0b5283e7805f8dcef8956176083bd029d9ae5d4c7f387e34b64e54424f5264a1011f95694d2b3e68dba12421c5e SHA512 a4651479a9bc1323112515fde4eb26c54a3595f084de29f6c6d2e7ae92af9a6b0bca94e683c4b9b12143fc95f0bd2fc64e1b20ead0c4b8f1f134de99503012ac -EBUILD sortedcontainers-2.4.0.ebuild 809 BLAKE2B e69298d6b2208ee6cc133c5548a5f1f653b39917faec4d5a8dd2012a4b7cabd9be29e45f1cf1db4ba0d049d43f33b48bb0e2eec60a540bc65c39276afa566b92 SHA512 8a27fd894f0f6d24b229994fd06fe8e3e14e815d664d5948f81cb1c4efc87c120b4ecea626675b900465ba7cd3e63bd22784855e1b26107871a2ebc0b6fb4466 +EBUILD sortedcontainers-2.4.0-r1.ebuild 830 BLAKE2B c98f139bdbf9af3f71247ec1b151b9538a420b41b8e38fd7932ded53a5b683161171bc982a3fc1cfe209dc0dfec9ef0a35fd4f694db4a95c3fb01248cd487bc4 SHA512 b90f3a81793833cdba83d0187dafb5d4332e0cb1033ebdf8962be34249b2411cb52d57f030d8a4d3940babebbd19b818e4748cb2aaefeda30c5836e599a2bf6b MISC metadata.xml 418 BLAKE2B 570f73c8991668cf196d77b2a5ebec502a6ccc42322db114e2b82c9b798641c178481854bb8caee377b48888714509cc71edf335ea046748cd575ba293cc6588 SHA512 e1f7beeaea74e5f18b02ae8dc0a6ce776190c281317a963c151848078333e3fb8834b2633ffb8e96fe1fd455e3ad556721b1d3291228457ca059ca9c13cb99af diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild index 0ee6fc703b66..59f00df5eaf9 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 17aab8883a00..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..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 -} -- cgit v1.2.3