commit: b2121a0b46a7897e7ef041f031fe39c870670328 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Dec 23 09:00:14 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Dec 23 09:02:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2121a0b
dev-python/python-prctl: Remove last-rited pkg Closes: https://bugs.gentoo.org/755623 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-prctl/Manifest | 1 - dev-python/python-prctl/metadata.xml | 12 ------------ dev-python/python-prctl/python-prctl-1.7.ebuild | 20 -------------------- profiles/package.mask | 1 - 4 files changed, 34 deletions(-) diff --git a/dev-python/python-prctl/Manifest b/dev-python/python-prctl/Manifest deleted file mode 100644 index 96b51117613..00000000000 --- a/dev-python/python-prctl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-prctl-1.7.tar.gz 25922 BLAKE2B 2d0ccc2174c62a74fcffec1115f3d157b6579c8f7dc138aacecc2d7ee479d71954b04cf1f7d881c1212d1f63c22aad800db07756e2803de2deac7eeb5d0d2742 SHA512 f2a18fc8e9ef469722c6618d5dd6b7b558d4060783e6fb3a8dc868d9ed3fa21ade371f94a4538a24dca92a71f623a96638c96882d9cf0d3d499a9f12dae8538a diff --git a/dev-python/python-prctl/metadata.xml b/dev-python/python-prctl/metadata.xml deleted file mode 100644 index a533d520897..00000000000 --- a/dev-python/python-prctl/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> - <upstream> - <remote-id type="github">seveas/python-prctl</remote-id> - <remote-id type="pypi">python-prctl</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/python-prctl/python-prctl-1.7.ebuild b/dev-python/python-prctl/python-prctl-1.7.ebuild deleted file mode 100644 index c9e28fe3934..00000000000 --- a/dev-python/python-prctl/python-prctl-1.7.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Control process attributes through prctl" -HOMEPAGE="https://github.com/seveas/python-prctl" -SRC_URI="https://github.com/seveas/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="sys-libs/libcap" -DEPEND="${RDEPEND}" diff --git a/profiles/package.mask b/profiles/package.mask index 662f55445f3..d10cbab1576 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -297,7 +297,6 @@ games-emulation/fakenes # (or are broken). They have no reverse dependencies, except for other # packages from the list. # Removal in 30 days. Bug #755623. -dev-python/python-prctl dev-python/python-termstyle dev-python/pythonz-bd dev-python/pywinrm
