commit: 80328fd52040bddbf03ed00e152b4ae768fa4074 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 31 10:05:53 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 31 10:07:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80328fd5
dev-python/patch: Remove last-rited pkg Closes: https://bugs.gentoo.org/719352 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/patch/Manifest | 1 - dev-python/patch/metadata.xml | 12 ------------ dev-python/patch/patch-1.16.ebuild | 22 ---------------------- profiles/package.mask | 5 ----- 4 files changed, 40 deletions(-) diff --git a/dev-python/patch/Manifest b/dev-python/patch/Manifest deleted file mode 100644 index b85d0f42ab1..00000000000 --- a/dev-python/patch/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST patch-1.16.zip 12809 BLAKE2B 43e751edd4a51a530968b6b7accf64e35f2886c55b9f0b7206d8f568b51937fcfb266a7b41df22bb9f05b4d2549782f6f5a64037dc8b3c4a075cd521b7ac3eca SHA512 563be07f0376e6ddcf7fa500006d57def4faa2d9fdbd5232afac625d17d9621787de60dc67f0895e1f54f1d5cf0920594ade0985f1dfb7796f131acc92cd7f0b diff --git a/dev-python/patch/metadata.xml b/dev-python/patch/metadata.xml deleted file mode 100644 index 9c559b52821..00000000000 --- a/dev-python/patch/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">techtonik/python-patch</remote-id> - <remote-id type="pypi">patch</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/patch/patch-1.16.ebuild b/dev-python/patch/patch-1.16.ebuild deleted file mode 100644 index 39bc477ae5c..00000000000 --- a/dev-python/patch/patch-1.16.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Library to parse and apply unified diffs" -HOMEPAGE="https://github.com/techtonik/python-patch/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - -DEPEND=" - app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}" diff --git a/profiles/package.mask b/profiles/package.mask index bf5dcf29b6b..260d2ed8b55 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -368,11 +368,6 @@ dev-python/pillowfight # Removal in 30 days. Bug #719356. dev-python/pgpdump -# Michał Górny <[email protected]> (2020-04-25) -# Stuck on py3.6. Missing tests. No revdeps. -# Removal in 30 days. Bug #719352. -dev-python/patch - # Michał Górny <[email protected]> (2020-04-22) # Effectively unmaintained and stuck on Python 3.6. #
