From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/piexif/Manifest | 7 +++++++ dev-python/piexif/metadata.xml | 7 +++++++ dev-python/piexif/piexif-1.0.12.ebuild | 26 ++++++++++++++++++++++++++ dev-python/piexif/piexif-1.0.13.ebuild | 26 ++++++++++++++++++++++++++ dev-python/piexif/piexif-1.1.0_beta0.ebuild | 29 +++++++++++++++++++++++++++++ 5 files changed, 95 insertions(+) create mode 100644 dev-python/piexif/Manifest create mode 100644 dev-python/piexif/metadata.xml create mode 100644 dev-python/piexif/piexif-1.0.12.ebuild create mode 100644 dev-python/piexif/piexif-1.0.13.ebuild create mode 100644 dev-python/piexif/piexif-1.1.0_beta0.ebuild (limited to 'dev-python/piexif') diff --git a/dev-python/piexif/Manifest b/dev-python/piexif/Manifest new file mode 100644 index 000000000000..fa04ba4d8321 --- /dev/null +++ b/dev-python/piexif/Manifest @@ -0,0 +1,7 @@ +DIST piexif-1.0.12.zip 1005725 BLAKE2B ff370dfea7b2e3b0013c484c586a294ed3b1590f9248104927974b4f7d2b82435da8fb0d8345ac23bd724606e0cefc2594ba9fa49c58d0f4f00219c1a4ed6cce SHA512 71de13b30d041c2de2136e9299bea96a0446352815de5358863324743aac6a5e187800214edd209dd212108ce9a0b0b4602aee54dd54f8b058228b255b543c63 +DIST piexif-1.0.13.zip 1008345 BLAKE2B f2f1ba520d661bf3f50de41b81ceebdaff8db2d83f76d4202771438d78c30beabf118f5732a5e76a6484fbf2bd850b461a9d1a0b675f12995dd7f3c8bb32e6cf SHA512 4234783a639e777b58eb0b4591a272d7d5e8c116a7a242cf36287e64d15089478c88327a16b4fa75786fc3621a6bf647f6a075fab0708e2d0aed6395f95b92cb +DIST piexif-1.1.0b0.zip 1010925 BLAKE2B dd0eb4cd98cd77b639d88181f7f50201928d683285c661d6fce98c2cef92adfa0a809f45c3dbd38d25745fb1c88f21d31d45871b328052043abe4a247940db62 SHA512 6549f2b1f4a36b3455d561109fc9bdfc130f668ffa78af45ddd1c9ab9264af26617f8d9c7072b2e097d3951a931fae3d8b495589d665d972097411299e24d6e4 +EBUILD piexif-1.0.12.ebuild 564 BLAKE2B 60dc10f13a36015b76f0dcdae33d75c5611da1f915344546627863562964675b15acca66d7d04ef40a4578e79f9402155020ec228dd6a81817ad5ddfeffd90cb SHA512 29f8755f6c95033be6a518f869a0a9c176fcfaa6b9d65208801461ddf202be01ff428d68253d0fd3449a3eb182f150fc4fe7742d6c79c5888fd52024d9ebe510 +EBUILD piexif-1.0.13.ebuild 565 BLAKE2B 7b29d82cede3092283ca512b99878502ef214d0302b99055cee3e07131a87431de0bbaa39b898f52847276b0aca9abc3fc1c9b10d7f7b36058d440f68434ccb8 SHA512 8feddec3b1efc0a757819c85328802f44cff3c8f85006c6d33f88680d228785a870ea1a66103d7a87fbd6f07120c5b2d3fc79af78a294fa7bacf7d44088b4629 +EBUILD piexif-1.1.0_beta0.ebuild 617 BLAKE2B 58282942eef2846f646c919663db2cd64b520af6916b7ce0d8ef0c85d7ccad66adb11f7a292b6c217e03e156a988e0722815b0433dd7a3d7a90603d5309c8d30 SHA512 44dfc1a3510bff6bdbf1c55762946aacbc13fb3fbe3eacaad37b59b1deea2ddd1294f8229addc649b4625afb37d02a7f516e5c3b16839e7458702c749bbabfe7 +MISC metadata.xml 216 BLAKE2B a7f17874d9514cafd0bbab739d143a00ac66ad8446bce8e05932d122c1631d29ad8077c2bcda021bc92b7e89b77c03d55e8997cf250f3bb55f8a1aca046bb2a7 SHA512 1de1c9f4b223876125a0321126f2d7b1b564a113d24ae86b380c4d67bdf58ed4f2ae1a1f5d686211ccf4851eea8e970c20109977abbc79d0cd855164b6474e23 diff --git a/dev-python/piexif/metadata.xml b/dev-python/piexif/metadata.xml new file mode 100644 index 000000000000..82b7b7953794 --- /dev/null +++ b/dev-python/piexif/metadata.xml @@ -0,0 +1,7 @@ + + + + + sping@gentoo.org + + diff --git a/dev-python/piexif/piexif-1.0.12.ebuild b/dev-python/piexif/piexif-1.0.12.ebuild new file mode 100644 index 000000000000..4f17b0000c92 --- /dev/null +++ b/dev-python/piexif/piexif-1.0.12.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,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" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + app-arch/unzip + test? ( dev-python/pillow )" + +python_test() { + "${PYTHON}" setup.py test +} diff --git a/dev-python/piexif/piexif-1.0.13.ebuild b/dev-python/piexif/piexif-1.0.13.ebuild new file mode 100644 index 000000000000..36b6a197b6b7 --- /dev/null +++ b/dev-python/piexif/piexif-1.0.13.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,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" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + app-arch/unzip + test? ( dev-python/pillow )" + +python_test() { + "${PYTHON}" setup.py test +} diff --git a/dev-python/piexif/piexif-1.1.0_beta0.ebuild b/dev-python/piexif/piexif-1.1.0_beta0.ebuild new file mode 100644 index 000000000000..054de93221c4 --- /dev/null +++ b/dev-python/piexif/piexif-1.1.0_beta0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) + +inherit distutils-r1 + +MY_P=${PN}-${PV/_beta/b} +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}/${MY_P}.zip" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +S="${WORKDIR}"/${MY_P} + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + app-arch/unzip + test? ( dev-python/pillow )" + +python_test() { + "${PYTHON}" setup.py test +} -- cgit v1.2.3