summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 12:05:53 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 12:07:07 +0200
commit80328fd52040bddbf03ed00e152b4ae768fa4074 (patch)
treecc9fa2529de6f11c029724d2d802ed99d417792f /dev-python
parentdev-python/pastescript: Remove last-rited pkg (diff)
downloadgentoo-80328fd52040bddbf03ed00e152b4ae768fa4074.tar.gz
gentoo-80328fd52040bddbf03ed00e152b4ae768fa4074.tar.bz2
gentoo-80328fd52040bddbf03ed00e152b4ae768fa4074.zip
dev-python/patch: Remove last-rited pkg
Closes: https://bugs.gentoo.org/719352 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/patch/Manifest1
-rw-r--r--dev-python/patch/metadata.xml12
-rw-r--r--dev-python/patch/patch-1.16.ebuild22
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/patch/Manifest b/dev-python/patch/Manifest
deleted file mode 100644
index b85d0f42ab18..000000000000
--- 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 9c559b52821e..000000000000
--- 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>python@gentoo.org</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 39bc477ae5c8..000000000000
--- 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}"