From 5aa29b2f2eba79d932b7025240c79539926e8a42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 15 Oct 2019 18:48:48 +0200 Subject: [PATCH] dev-python/attrdict: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/694280 Signed-off-by: Michał Górny --- dev-python/attrdict/Manifest | 1 - dev-python/attrdict/attrdict-2.0.0.ebuild | 30 ----------------------- dev-python/attrdict/metadata.xml | 9 ------- profiles/package.mask | 1 - 4 files changed, 41 deletions(-) delete mode 100644 dev-python/attrdict/Manifest delete mode 100644 dev-python/attrdict/attrdict-2.0.0.ebuild delete mode 100644 dev-python/attrdict/metadata.xml diff --git a/dev-python/attrdict/Manifest b/dev-python/attrdict/Manifest deleted file mode 100644 index a7232314d02c..000000000000 --- a/dev-python/attrdict/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST attrdict-2.0.0.tar.gz 8994 BLAKE2B 5d2fa4faaf19d275cbf3c21125ea0916e5d52da5a443702c2c2fbfbacf362890218610cb799ef718e8131dacac403ab18e54e3e588012b6155d42ea7f3522855 SHA512 6dd363eb3bca83c84dcbcdd04fb2a7f5360ff5c97b7e52159c4efe61856a37bb6a9427da00da07cb9222f3cef6de18b94bf2da5d0192372f9252a130fa476b7d diff --git a/dev-python/attrdict/attrdict-2.0.0.ebuild b/dev-python/attrdict/attrdict-2.0.0.ebuild deleted file mode 100644 index 03642d3ce00e..000000000000 --- a/dev-python/attrdict/attrdict-2.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{5,6} ) - -inherit distutils-r1 - -DESCRIPTION="A dict with attribute-style access" -HOMEPAGE="https://github.com/bcj/AttrDict" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/coverage[${PYTHON_USEDEP}] - >=dev-python/nose-1.0[${PYTHON_USEDEP}] - ) -" -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" - -python_test() { - esetup.py nosetests -} diff --git a/dev-python/attrdict/metadata.xml b/dev-python/attrdict/metadata.xml deleted file mode 100644 index a9a59b0d94aa..000000000000 --- a/dev-python/attrdict/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - attrdict - bcj/AttrDict - - diff --git a/profiles/package.mask b/profiles/package.mask index c1ccf483388b..2dfd2d22862f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -458,7 +458,6 @@ net-mail/Freemail # a few have been declared discontinued upstream. None of them has # any reverse dependency. # Removal in 30 days. Bug #694280. -dev-python/attrdict dev-python/behave dev-python/cfgio dev-python/django-opensearch -- 2.26.2