commit: 439daea00ff937ee5065a061b6a53617a0ff82e7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 23 09:26:18 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 23 09:29:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439daea0
dev-python/invoke: Remove last-rited pkg Closes: https://bugs.gentoo.org/717670 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/invoke/Manifest | 1 - dev-python/invoke/invoke-1.1.1.ebuild | 21 --------------------- dev-python/invoke/metadata.xml | 12 ------------ profiles/package.mask | 8 -------- 4 files changed, 42 deletions(-) diff --git a/dev-python/invoke/Manifest b/dev-python/invoke/Manifest deleted file mode 100644 index 52ecb530a24..00000000000 --- a/dev-python/invoke/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST invoke-1.1.1.tar.gz 311831 BLAKE2B 2918c1a03cccbd90be6aa495206a2714f45c9690d8ce1b063adc0cacfa4c7accd36dd94863a83e9cc0c05aaf889bd746c3f528fad5af0db9f64725438866f81a SHA512 2dabf88428a53f244cab45cbc073b3a91fea5dd97a7590a58701a32bfaa14a4afe5d6a2e4ff4ed03ae38e1dfecc5a7c0f811bb18313e0af1f4e116f56c5e9ba7 diff --git a/dev-python/invoke/invoke-1.1.1.ebuild b/dev-python/invoke/invoke-1.1.1.ebuild deleted file mode 100644 index 76cf2bda89d..00000000000 --- a/dev-python/invoke/invoke-1.1.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=( python{3_6,3_7} ) -inherit distutils-r1 - -DESCRIPTION="Pythonic task execution" -HOMEPAGE="https://pypi.org/project/invoke/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -# Depends on broken pytest-relaxed plugin -RESTRICT="test" diff --git a/dev-python/invoke/metadata.xml b/dev-python/invoke/metadata.xml deleted file mode 100644 index 04808fe9fc0..00000000000 --- a/dev-python/invoke/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> - Invoke is a Python (2.7 and 3.4+) task execution tool and library, - drawing inspiration from various sources to arrive at a powerful and clean feature set. - </longdescription> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index dddcd89b310..ab2c8c1c552 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -661,14 +661,6 @@ dev-python/pycrypto # Removal in 30 days. Bug #611608. dev-python/potr -# Michał Górny <[email protected]> (2020-04-16) -# Both packages have been last bumped mid-2018. They depend -# on pytest-relaxed plugin that has been removed due to breaking pretty -# much everything. They do not have a dedicated maintainer, and they -# don't fit python@. No revdeps. -# Removal in 30 days. Bug #717670. -dev-python/invoke - # Matt Turner <[email protected]> (2020-04-12) # In conjunction with Firefox's sandbox, breaks loading of i965 driver. # Bug #716574
