diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-11 18:39:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-11 18:48:52 +0200 |
commit | 182169d6ce4d7a783a40cbf2bb6644c8e92fc260 (patch) | |
tree | bca7f7305ed77d20ebabfd209b11b1dd3fcd91a8 /dev-python/decorator | |
parent | dev-python/cx_Freeze: Remove old (diff) | |
download | gentoo-182169d6ce4d7a783a40cbf2bb6644c8e92fc260.tar.gz gentoo-182169d6ce4d7a783a40cbf2bb6644c8e92fc260.tar.bz2 gentoo-182169d6ce4d7a783a40cbf2bb6644c8e92fc260.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 | 1 | ||||
-rw-r--r-- | dev-python/decorator/decorator-4.4.1.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/decorator/Manifest b/dev-python/decorator/Manifest index 2d25674b3788..9d1118e5284a 100644 --- a/dev-python/decorator/Manifest +++ b/dev-python/decorator/Manifest @@ -1,2 +1 @@ -DIST decorator-4.4.1.tar.gz 33350 BLAKE2B 75544aeb6dd995edc091515da70f4bfff8a12a02442b47c945d4ab18e90eb48647cdc86540de542ff3357cb2114eebdefead7edeeba25587a15fb1e7c87519c6 SHA512 12378702246b212d5fe0153dc97cafdb2afd4779c51fd224385e3c3562e1a1e3439574aa7c37c8521fe5f86a5f0b4d4b3075e0407cc249f8fa4b341e1ebe06e0 DIST decorator-4.4.2.tar.gz 33629 BLAKE2B 5b2c6a1b6aba293d4b93444d4613e3c9af16bd9d6d80ae9eb21112a4a16397ff67e1f648e8118beeb7d17755a2f1bd37b867f73129c42ef7f8654d1c1f609e5f SHA512 c068efd4e70764ac447b772c9c29625c2180dad256b2b4e46a50a8479fc1d7de09b114c2ba11bb37dd58774ed9460d2e0ea9fa76061833a2d3c2676ac91a0db1 diff --git a/dev-python/decorator/decorator-4.4.1.ebuild b/dev-python/decorator/decorator-4.4.1.ebuild deleted file mode 100644 index a6fea2f750bb..000000000000 --- a/dev-python/decorator/decorator-4.4.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} ) - -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 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -DOCS=( CHANGES.md ) - -distutils_enable_tests setup.py |