commit: 5b948583b879100eacc2452819e1327ea3aeff5f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 31 10:04:52 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 31 10:07:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b948583
dev-python/paramunittest: Remove last-rited pkg Closes: https://bugs.gentoo.org/719296 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/paramunittest/Manifest | 1 - dev-python/paramunittest/metadata.xml | 9 --------- dev-python/paramunittest/paramunittest-0.2.ebuild | 23 ----------------------- profiles/package.mask | 5 ----- 4 files changed, 38 deletions(-) diff --git a/dev-python/paramunittest/Manifest b/dev-python/paramunittest/Manifest deleted file mode 100644 index c5a7098637b..00000000000 --- a/dev-python/paramunittest/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ParamUnittest-0.2.tar.gz 2482 BLAKE2B 13d7de57fe0f3747fa5a8bdf2654a16b18c56d74545d05cfd8288fd902f43fec3c7c73d7528c1b3ada7e280e95b72855c14ac6e6d7419280197258eed2592a52 SHA512 ad39def15e5983ebe6b018b10f966b7f83085facccc50e71010f88b8bcfdb704e889ce021535b2e4dd84bc1ae413088e7c028990d934d4fe28d3186b4b01a3b7 diff --git a/dev-python/paramunittest/metadata.xml b/dev-python/paramunittest/metadata.xml deleted file mode 100644 index d4840cc0a39..00000000000 --- a/dev-python/paramunittest/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!--maintainer-needed--> - <upstream> - <remote-id type="pypi">ParamUnittest</remote-id> - <remote-id type="github">rik0/ParamUnittest</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/paramunittest/paramunittest-0.2.ebuild b/dev-python/paramunittest/paramunittest-0.2.ebuild deleted file mode 100644 index c02fce856a0..00000000000 --- a/dev-python/paramunittest/paramunittest-0.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -MY_PN=ParamUnittest - -DESCRIPTION="Simple extension to have parametrized unit tests." -HOMEPAGE="https://github.com/rik0/ParamUnittest" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" diff --git a/profiles/package.mask b/profiles/package.mask index a7824071aac..4dae21341d3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -389,11 +389,6 @@ dev-python/dap # Removal in 30 days. Bug #719298. dev-python/parsley -# Michał Górny <[email protected]> (2020-04-24) -# Unmaintained. Stuck at py3.6. Missing tests. No revdeps. -# Removal in 30 days. Bug #719296. -dev-python/paramunittest - # Michał Górny <[email protected]> (2020-04-22) # Effectively unmaintained and stuck on Python 3.6. #
