diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-16 07:53:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-16 07:56:08 +0200 |
commit | 4475c5a5f4bb0b31716b5d05947622b01e8e1b14 (patch) | |
tree | 2dc58fa7d7e7875046c15c66f869c25708f9cc2a /dev-python/decorator | |
parent | dev-python/cloudpickle: Remove old (diff) | |
download | gentoo-4475c5a5f4bb0b31716b5d05947622b01e8e1b14.tar.gz gentoo-4475c5a5f4bb0b31716b5d05947622b01e8e1b14.tar.bz2 gentoo-4475c5a5f4bb0b31716b5d05947622b01e8e1b14.zip |
dev-python/decorator: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/decorator')
-rw-r--r-- | dev-python/decorator/Manifest | 2 | ||||
-rw-r--r-- | dev-python/decorator/decorator-4.4.2-r1.ebuild | 19 | ||||
-rw-r--r-- | dev-python/decorator/decorator-5.0.9.ebuild | 21 |
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/decorator/Manifest b/dev-python/decorator/Manifest index 8e7aa7cac744..b8587ef1b7cd 100644 --- a/dev-python/decorator/Manifest +++ b/dev-python/decorator/Manifest @@ -1,3 +1 @@ -DIST decorator-4.4.2.tar.gz 33629 BLAKE2B 5b2c6a1b6aba293d4b93444d4613e3c9af16bd9d6d80ae9eb21112a4a16397ff67e1f648e8118beeb7d17755a2f1bd37b867f73129c42ef7f8654d1c1f609e5f SHA512 c068efd4e70764ac447b772c9c29625c2180dad256b2b4e46a50a8479fc1d7de09b114c2ba11bb37dd58774ed9460d2e0ea9fa76061833a2d3c2676ac91a0db1 -DIST decorator-5.0.9.tar.gz 34544 BLAKE2B c7dfafd9d7354d075a154ba9bd3aa2bed52454e3412ce22ed2cd47f4c1ec94f601c754bd270c1a2d9447a087ce114579d3b2b2340721dfd4aaac1e2d1f801b93 SHA512 8b46370bbc9cff5208823af60f31779b0ee02e03c796223ddfeb473f7c36bf7ee7da48c5712eea89ca8a96ef32695ff31c4902a76284caf543cf4937a0bd7aa5 DIST decorator-5.1.0.tar.gz 34900 BLAKE2B f6f4964411a31ac0904a98ec9b9e172012bd1b769122241bb0220a217da007baabe4f9173fa2283a46e25485c42910283d0e0dfc88b4bc3b68f5683448ddf84a SHA512 4acc0967af79f61c56adea3084c4e9f9de1c34fcbc7906db4bb1b0759e07ffed6eff0e4b21645dda5f37e96662742621f3d043e8c06a401841c7199a915afe18 diff --git a/dev-python/decorator/decorator-4.4.2-r1.ebuild b/dev-python/decorator/decorator-4.4.2-r1.ebuild deleted file mode 100644 index 3a0f60f27c83..000000000000 --- a/dev-python/decorator/decorator-4.4.2-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Simplifies the usage of decorators for the average programmer" -HOMEPAGE="https://github.com/micheles/decorator https://pypi.org/project/decorator/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -DOCS=( CHANGES.md ) - -distutils_enable_tests setup.py diff --git a/dev-python/decorator/decorator-5.0.9.ebuild b/dev-python/decorator/decorator-5.0.9.ebuild deleted file mode 100644 index 535b01d398cb..000000000000 --- a/dev-python/decorator/decorator-5.0.9.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7..10} ) - -inherit distutils-r1 - -DESCRIPTION="Simplifies the usage of decorators for the average programmer" -HOMEPAGE="https://github.com/micheles/decorator https://pypi.org/project/decorator/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -DOCS=( CHANGES.md ) - -python_test() { - "${EPYTHON}" src/tests/test.py -v || die "Tests failed with ${EPYTHON}" -} |