diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-14 10:31:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-14 10:31:00 +0200 |
commit | 733a3c820088ab59e05a8ba1c946bc3d9ca048af (patch) | |
tree | 6edc688700853bedb2792540b22cefd518a56445 /dev-python/decoratortools | |
parent | dev-python/extremes: Remove last-rited pkg (diff) | |
download | gentoo-733a3c820088ab59e05a8ba1c946bc3d9ca048af.tar.gz gentoo-733a3c820088ab59e05a8ba1c946bc3d9ca048af.tar.bz2 gentoo-733a3c820088ab59e05a8ba1c946bc3d9ca048af.zip |
dev-python/decoratortools: Remove last-rited pkg
Closes: https://bugs.gentoo.org/723290
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/decoratortools')
-rw-r--r-- | dev-python/decoratortools/Manifest | 1 | ||||
-rw-r--r-- | dev-python/decoratortools/decoratortools-1.8-r1.ebuild | 38 | ||||
-rw-r--r-- | dev-python/decoratortools/metadata.xml | 12 |
3 files changed, 0 insertions, 51 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription lang="en">Use class and function decorators - even in Python 2.3 - now with source debugging for generated code.</longdescription> - <upstream> - <remote-id type="pypi">DecoratorTools</remote-id> - </upstream> -</pkgmetadata> |