summaryrefslogtreecommitdiff
path: root/dev-python/piexif
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-10-27 03:04:35 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-10-27 03:04:35 +0000
commit83d9fce566bb89f6976f36f5314bfc88b6d261fa (patch)
tree8d8a18f75ff0a6a98313046fcd757ee0135db98c /dev-python/piexif
parentd0349ca0f4903608beca459a9db2068dab9fa6ea (diff)
gentoo auto-resync : 27:10:2024 - 03:04:35
Diffstat (limited to 'dev-python/piexif')
-rw-r--r--dev-python/piexif/Manifest3
-rw-r--r--dev-python/piexif/piexif-1.1.3-r2.ebuild41
-rw-r--r--dev-python/piexif/piexif-1.1.3-r3.ebuild2
3 files changed, 2 insertions, 44 deletions
diff --git a/dev-python/piexif/Manifest b/dev-python/piexif/Manifest
index b32bab312634..b93288b99058 100644
--- a/dev-python/piexif/Manifest
+++ b/dev-python/piexif/Manifest
@@ -1,5 +1,4 @@
AUX piexif-1.1.3-tests-pillow-7.2.0.patch 1382 BLAKE2B c7ea03ffe0708b975d64602910bf9c228f0093d9cb717a1b1b9f3e7b6358b94f3bcbd6da8f9bac12fe2ee0745d17defccd196bdd8ec018fea50b7d131e148616 SHA512 be1ee541e3bb6c219d6fd9ab68e9143c2131f695a2001d36a0d63b0566d71a542a09d58dc0bcbdb8c1353297156ea7853d483b9a44407cb31c30acc4252310bf
DIST piexif-1.1.3.zip 1011134 BLAKE2B b27d4419cf545f6205b13c5646dff9fc7b1ce6e5de538f6a7189e6cadb54d301e11cbf0feaed8b073cbf16de95d67c621b68657b35fc0ba2025281ee64be4e51 SHA512 df5f7793c39911af58bbae76cf998e2a7bc820b84dcf9808ee8f6a38f766f824fef28392ef88387e18b10c270c4b27881be310f0368076b6fb65379a11a93270
-EBUILD piexif-1.1.3-r2.ebuild 809 BLAKE2B 53f3a8f1f33d78f884ce939997c3b138ced25a919725d5e23fb38cb20bcd950423a677cbc914440a210e12f94ebdfc9c9c18362babcbc7c603da68f764206276 SHA512 6b6ff834e7051421c642accac8b459dc7b4adebb8510792830b24c67fdaeb79ae93ae1d0503d53845ac95ec3a89f571d9b3e6bb009df77b0ca225f9eab5459f2
-EBUILD piexif-1.1.3-r3.ebuild 807 BLAKE2B 0175c278274bd3506a5347a0909ea73c72867b4ec47016fb4694a49492af2e93999cb6f6e26629d34b05d8d40e726da16e91ec4e38650e262aaacbd6e1604747 SHA512 e4df076903ca942404037b43ae0cb815420fcb69cc052b4024338035d60505b40cdb3558712df6310b4f9645c01f090391f3cd02342e8619b8f84cdff29eae79
+EBUILD piexif-1.1.3-r3.ebuild 805 BLAKE2B 67d85f701da5928301e41f96efa66bb8a671eb26f0ee00220852f3c33756524ea7ac013efedacffb3bbd856c426a4ecec245a7039feded374e3e9c9fd6733a49 SHA512 6287a3f1c6acbebbd7999851c10f9b3aed1e70b7b219574b9590fbfbf2277e771fbffd3c976a2ec36116de8cc4947fc1fc29b316c9a7a40b6d7f1c6d9d09a8bc
MISC metadata.xml 364 BLAKE2B 2ef968ac973776979f74c1ff510b657d691d7cfd1b963b04faed752e4dedfea8f325357b95ea9abede883a8ead27016bd2b657be119902fa21f9bef6ea2ebb0c SHA512 c62c0ee0303599f10b04701183db691da926fb3176f5ad5efcf58782c50280e03dcf5772ab1d033d3dc96730a2ad87c19ce9749a9c0ce2dd3dfdde76d2466eb7
diff --git a/dev-python/piexif/piexif-1.1.3-r2.ebuild b/dev-python/piexif/piexif-1.1.3-r2.ebuild
deleted file mode 100644
index b411af6ecfe3..000000000000
--- a/dev-python/piexif/piexif-1.1.3-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit edos2unix distutils-r1 pypi
-
-DESCRIPTION="Exif manipulation with pure Python"
-HOMEPAGE="
- https://github.com/hMatoba/Piexif/
- https://pypi.org/project/piexif/
-"
-SRC_URI="$(pypi_sdist_url "${PN}" "${PV}" .zip)"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- app-arch/unzip
- test? ( dev-python/pillow[jpeg,${PYTHON_USEDEP}] )
-"
-
-PATCHES=(
- # From https://github.com/hMatoba/Piexif/pull/109
- "${FILESDIR}"/${P}-tests-pillow-7.2.0.patch
-)
-
-src_prepare() {
- edos2unix tests/s_test.py # to be able to patch it
- default
-}
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/piexif/piexif-1.1.3-r3.ebuild b/dev-python/piexif/piexif-1.1.3-r3.ebuild
index e159645e37d2..3735afe7d545 100644
--- a/dev-python/piexif/piexif-1.1.3-r3.ebuild
+++ b/dev-python/piexif/piexif-1.1.3-r3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="$(pypi_sdist_url "${PN}" "${PV}" .zip)"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
IUSE="test"
RESTRICT="!test? ( test )"