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/pillowfight/pillowfight-0.2.ebuild
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/pillowfight/pillowfight-0.2.ebuild')
-rw-r--r--dev-python/pillowfight/pillowfight-0.2.ebuild22
1 files changed, 0 insertions, 22 deletions
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}]
-"