commit:     733a3c820088ab59e05a8ba1c946bc3d9ca048af
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 14 08:31:00 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 08:31:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733a3c82

dev-python/decoratortools: Remove last-rited pkg

Closes: https://bugs.gentoo.org/723290
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/decoratortools/Manifest                 |  1 -
 .../decoratortools/decoratortools-1.8-r1.ebuild    | 38 ----------------------
 dev-python/decoratortools/metadata.xml             | 12 -------
 profiles/package.mask                              |  1 -
 4 files changed, 52 deletions(-)

diff --git a/dev-python/decoratortools/Manifest 
b/dev-python/decoratortools/Manifest
deleted file mode 100644
index 7939023748d..00000000000
--- 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 91487d35a32..00000000000
--- 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 2d278052872..00000000000
--- 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>[email protected]</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>

diff --git a/profiles/package.mask b/profiles/package.mask
index 75d106f023d..2601f781114 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -265,7 +265,6 @@ app-i18n/atokx3
 # Removal in 30 days.  Bug #723290.
 dev-python/addons
 dev-python/bytecodeassembler
-dev-python/decoratortools
 
 # Aaron W. Swenson <[email protected]> (2020-05-15)
 # PostgreSQL 9.4 series is EOL. Migrate your database cluster to a more recent

Reply via email to