From 733a3c820088ab59e05a8ba1c946bc3d9ca048af Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 14 Jun 2020 10:31:00 +0200 Subject: dev-python/decoratortools: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/723290 Signed-off-by: Michał Górny --- dev-python/decoratortools/Manifest | 1 - .../decoratortools/decoratortools-1.8-r1.ebuild | 38 ---------------------- dev-python/decoratortools/metadata.xml | 12 ------- 3 files changed, 51 deletions(-) delete mode 100644 dev-python/decoratortools/Manifest delete mode 100644 dev-python/decoratortools/decoratortools-1.8-r1.ebuild delete mode 100644 dev-python/decoratortools/metadata.xml (limited to 'dev-python/decoratortools') diff --git a/dev-python/decoratortools/Manifest b/dev-python/decoratortools/Manifest deleted file mode 100644 index 7939023748da..000000000000 --- a/dev-python/decoratortools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST DecoratorTools-1.8.zip 29566 BLAKE2B 878abdcee14f4b7a99554655dc3b5003ba49911893230dee51da54f38e78582cbfc6f0a53b7a19aae1abb85474dd6c85b824ac69f60add756c5a36c2563755a8 SHA512 b107b61d76c1c41ebe4f663d42fff3ecf184364fa46c234a8ad9df0d626bdd113c7527c6e1d97fc2d38c0fc76ff43dbe0190fc1297240c44d9ba490b11f6fa51 diff --git a/dev-python/decoratortools/decoratortools-1.8-r1.ebuild b/dev-python/decoratortools/decoratortools-1.8-r1.ebuild deleted file mode 100644 index 91487d35a326..000000000000 --- a/dev-python/decoratortools/decoratortools-1.8-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="DecoratorTools" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Class, function, and metaclass decorators" -HOMEPAGE="https://pypi.org/project/DecoratorTools/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="|| ( PSF-2 ZPL )" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="" - -DEPEND=" - app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - # Disable tests broken with named tuples. - sed -e "s/additional_tests/_&/" -i test_decorators.py || die "sed failed" - - distutils-r1_python_prepare_all -} - -python_test() { - esetup.py test -} diff --git a/dev-python/decoratortools/metadata.xml b/dev-python/decoratortools/metadata.xml deleted file mode 100644 index 2d2780528722..000000000000 --- a/dev-python/decoratortools/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - python@gentoo.org - Python - - Use class and function decorators - even in Python 2.3 - now with source debugging for generated code. - - DecoratorTools - - -- cgit v1.2.3-65-gdbad