aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-piexif
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-05 21:26:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-05 21:26:49 +0000
commit5ba4f8a4b841c8013a610554007124af67da1af6 (patch)
tree9e22d1b3a335c212384b2e5907b76971a54f2f9f /graphics/py-piexif
parent38fe17e165f9b5dbcce1e0dd470bba582bdf92f0 (diff)
downloadports-5ba4f8a4b841c8013a610554007124af67da1af6.tar.gz
ports-5ba4f8a4b841c8013a610554007124af67da1af6.zip
Add py-piexif 1.1.3
Piexif simplifies exif manipulations with Python, including writing, reading, and more. Piexif is pure Python. WWW: https://github.com/hMatoba/Piexif
Notes
Notes: svn path=/head/; revision=547682
Diffstat (limited to 'graphics/py-piexif')
-rw-r--r--graphics/py-piexif/Makefile21
-rw-r--r--graphics/py-piexif/distinfo3
-rw-r--r--graphics/py-piexif/pkg-descr4
3 files changed, 28 insertions, 0 deletions
diff --git a/graphics/py-piexif/Makefile b/graphics/py-piexif/Makefile
new file mode 100644
index 000000000000..9c5ec58db1ec
--- /dev/null
+++ b/graphics/py-piexif/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= piexif
+PORTVERSION= 1.1.3
+CATEGORIES= graphics python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Simplify exif manipulations with Python
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= python zip
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/py-piexif/distinfo b/graphics/py-piexif/distinfo
new file mode 100644
index 000000000000..13e0eb70bee3
--- /dev/null
+++ b/graphics/py-piexif/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1599302699
+SHA256 (piexif-1.1.3.zip) = 83cb35c606bf3a1ea1a8f0a25cb42cf17e24353fd82e87ae3884e74a302a5f1b
+SIZE (piexif-1.1.3.zip) = 1011134
diff --git a/graphics/py-piexif/pkg-descr b/graphics/py-piexif/pkg-descr
new file mode 100644
index 000000000000..b85eafa84c52
--- /dev/null
+++ b/graphics/py-piexif/pkg-descr
@@ -0,0 +1,4 @@
+Piexif simplifies exif manipulations with Python, including writing, reading,
+and more. Piexif is pure Python.
+
+WWW: https://github.com/hMatoba/Piexif