summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:43:47 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:54:01 +0200
commit07da17b62a7a3f223e5c9a1d5b0459eaed6b9214 (patch)
treeb3ac6a2e06dd4a2dc5bc2b59c06333f4d6b503cc /dev-python
parentdev-python/pickleshare: Remove redundant versions (diff)
downloadgentoo-07da17b62a7a3f223e5c9a1d5b0459eaed6b9214.tar.gz
gentoo-07da17b62a7a3f223e5c9a1d5b0459eaed6b9214.tar.bz2
gentoo-07da17b62a7a3f223e5c9a1d5b0459eaed6b9214.zip
dev-python/piexif: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/piexif/Manifest1
-rw-r--r--dev-python/piexif/piexif-1.0.12.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/piexif/Manifest b/dev-python/piexif/Manifest
index df0593def20b..8f8ab116dfe9 100644
--- a/dev-python/piexif/Manifest
+++ b/dev-python/piexif/Manifest
@@ -1,2 +1 @@
-DIST piexif-1.0.12.zip 1005725 BLAKE2B ff370dfea7b2e3b0013c484c586a294ed3b1590f9248104927974b4f7d2b82435da8fb0d8345ac23bd724606e0cefc2594ba9fa49c58d0f4f00219c1a4ed6cce SHA512 71de13b30d041c2de2136e9299bea96a0446352815de5358863324743aac6a5e187800214edd209dd212108ce9a0b0b4602aee54dd54f8b058228b255b543c63
DIST piexif-1.1.3.zip 1011134 BLAKE2B b27d4419cf545f6205b13c5646dff9fc7b1ce6e5de538f6a7189e6cadb54d301e11cbf0feaed8b073cbf16de95d67c621b68657b35fc0ba2025281ee64be4e51 SHA512 df5f7793c39911af58bbae76cf998e2a7bc820b84dcf9808ee8f6a38f766f824fef28392ef88387e18b10c270c4b27881be310f0368076b6fb65379a11a93270
diff --git a/dev-python/piexif/piexif-1.0.12.ebuild b/dev-python/piexif/piexif-1.0.12.ebuild
deleted file mode 100644
index 7eb0debff4f2..000000000000
--- a/dev-python/piexif/piexif-1.0.12.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( pypy3 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Exif manipulation with pure Python"
-HOMEPAGE="https://github.com/hMatoba/Piexif
- https://pypi.org/project/piexif/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- app-arch/unzip
- test? ( dev-python/pillow )"
-
-python_test() {
- "${PYTHON}" setup.py test
-}