diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-31 16:23:22 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-31 16:23:22 +0000 |
| commit | c1900993ab9cd27179c37739dfcfd577aebb01b8 (patch) | |
| tree | 7d85e9024e68daa5fe490ab9c1de93e3b4bfda7a /dev-python/piexif | |
| parent | 539c08718b23877ba11e571b3a8ece0b1ff9781c (diff) | |
| download | baldeagleos-repo-c1900993ab9cd27179c37739dfcfd577aebb01b8.tar.gz baldeagleos-repo-c1900993ab9cd27179c37739dfcfd577aebb01b8.tar.xz baldeagleos-repo-c1900993ab9cd27179c37739dfcfd577aebb01b8.zip | |
Adding metadata
Diffstat (limited to 'dev-python/piexif')
| -rw-r--r-- | dev-python/piexif/piexif-1.1.3-r1.ebuild | 38 | ||||
| -rw-r--r-- | dev-python/piexif/piexif-1.1.3-r2.ebuild | 2 |
2 files changed, 1 insertions, 39 deletions
diff --git a/dev-python/piexif/piexif-1.1.3-r1.ebuild b/dev-python/piexif/piexif-1.1.3-r1.ebuild deleted file mode 100644 index c7460c9832b3..000000000000 --- a/dev-python/piexif/piexif-1.1.3-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) - -inherit edos2unix 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 ~riscv ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - app-arch/unzip - test? ( dev-python/pillow[jpeg,${PYTHON_USEDEP}] )" -RDEPEND="" - -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() { - "${PYTHON}" setup.py test || die -} diff --git a/dev-python/piexif/piexif-1.1.3-r2.ebuild b/dev-python/piexif/piexif-1.1.3-r2.ebuild index 2a2eecbc3668..d2f5eead3bcb 100644 --- a/dev-python/piexif/piexif-1.1.3-r2.ebuild +++ b/dev-python/piexif/piexif-1.1.3-r2.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" |
