summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 12:06:18 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 12:07:08 +0200
commit44bee57dbdafc7485de81f24020dba9245ba0cb9 (patch)
treee4c1d91fd8728d81047c7b4c7f4f0e2fb84c8087 /dev-python
parentdev-python/pgpdump: Remove last-rited pkg (diff)
downloadgentoo-44bee57dbdafc7485de81f24020dba9245ba0cb9.tar.gz
gentoo-44bee57dbdafc7485de81f24020dba9245ba0cb9.tar.bz2
gentoo-44bee57dbdafc7485de81f24020dba9245ba0cb9.zip
dev-python/pillowfight: Remove last-rited pkg
Closes: https://bugs.gentoo.org/719360 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pillowfight/Manifest1
-rw-r--r--dev-python/pillowfight/metadata.xml12
-rw-r--r--dev-python/pillowfight/pillowfight-0.2.ebuild22
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/pillowfight/Manifest b/dev-python/pillowfight/Manifest
deleted file mode 100644
index 947c6760b886..000000000000
--- a/dev-python/pillowfight/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pillowfight-0.2.tar.gz 2628 BLAKE2B c0bc947b679a5372e3af722a3d2cab97b0fb97a245f6319c7ff10cbfa5409fc7c2f325b7f65fdedbbdcc2ad2bfff8d426c3f8691a24be77760eb427cabcb0c40 SHA512 2eff2fd0bdf5c02513ddb4838675e7b9f392135ff08a784ca2fedf06c5b96a56af75460559066cc6cded65f3d4da087ac679492b7b1dba23fb557e6ac3565e6e
diff --git a/dev-python/pillowfight/metadata.xml b/dev-python/pillowfight/metadata.xml
deleted file mode 100644
index 0916aa813f42..000000000000
--- a/dev-python/pillowfight/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">beanbaginc/pillowfight</remote-id>
- <remote-id type="pypi">pillowfight</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pillowfight/pillowfight-0.2.ebuild b/dev-python/pillowfight/pillowfight-0.2.ebuild
deleted file mode 100644
index 40b647ae018d..000000000000
--- a/dev-python/pillowfight/pillowfight-0.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Eases the transition from PIL to Pillow"
-HOMEPAGE="https://pypi.org/project/pillowfight/ https://github.com/beanbaginc/pillowfight"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"