commit: b0dca936fce2d4ae5f23bad03732c6028ac65059
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct 9 00:10:52 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 00:32:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0dca936
dev-python/exifread: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/exifread/Manifest | 1 +
dev-python/exifread/exifread-2.3.2.ebuild | 22 ++++++++++++++++++++++
dev-python/exifread/metadata.xml | 14 ++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-python/exifread/Manifest b/dev-python/exifread/Manifest
new file mode 100644
index 000000000..3a4f8cbc3
--- /dev/null
+++ b/dev-python/exifread/Manifest
@@ -0,0 +1 @@
+DIST exifread-2.3.2.tar.gz 42796 BLAKE2B
0dca89f484a5f21ee2510af6ab069ba76dfeb4a31bc79261951ef062bb695f6f1adc6c7378ecbdf0e1a46540ec767555cb46bb77ab39b002199ac490ca58fd6b
SHA512
d37cc6a70793aa894947b1b24f973ff2f9c15ba3dfe99674c5ea61e5a469b259035fc48a1d2c4d4d7021289bad431e57a4e137e2d4feb0c5352b0b162e61376a
diff --git a/dev-python/exifread/exifread-2.3.2.ebuild
b/dev-python/exifread/exifread-2.3.2.ebuild
new file mode 100644
index 000000000..963e97a38
--- /dev/null
+++ b/dev-python/exifread/exifread-2.3.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=bdepend
+MY_PN="exif-py"
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Easy to use Python module to extract Exif metadata from tiff and
jpeg files"
+HOMEPAGE="
+ https://pypi.org/project/ExifRead
+ https://github.com/ianare/exif-py
+"
+SRC_URI="https://github.com/ianare/${MY_PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
diff --git a/dev-python/exifread/metadata.xml b/dev-python/exifread/metadata.xml
new file mode 100644
index 000000000..c9b046a27
--- /dev/null
+++ b/dev-python/exifread/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>[email protected]</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/ianare/exif-py/issues</bugs-to>
+ <remote-id type="github">ianare/exif-py</remote-id>
+ <remote-id type="pypi">exifread</remote-id>
+ </upstream>
+</pkgmetadata>