1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-09-05 21:26:49 +00:00
parent 38fe17e165
commit 5ba4f8a4b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547682
4 changed files with 29 additions and 0 deletions

View File

@ -838,6 +838,7 @@
SUBDIR += py-opencv
SUBDIR += py-openimageio
SUBDIR += py-photocollage
SUBDIR += py-piexif
SUBDIR += py-pillow
SUBDIR += py-pillow6
SUBDIR += py-pivy

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1599302699
SHA256 (piexif-1.1.3.zip) = 83cb35c606bf3a1ea1a8f0a25cb42cf17e24353fd82e87ae3884e74a302a5f1b
SIZE (piexif-1.1.3.zip) = 1011134

View File

@ -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