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:
parent
38fe17e165
commit
5ba4f8a4b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547682
@ -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
|
||||
|
21
graphics/py-piexif/Makefile
Normal file
21
graphics/py-piexif/Makefile
Normal 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>
|
3
graphics/py-piexif/distinfo
Normal file
3
graphics/py-piexif/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1599302699
|
||||
SHA256 (piexif-1.1.3.zip) = 83cb35c606bf3a1ea1a8f0a25cb42cf17e24353fd82e87ae3884e74a302a5f1b
|
||||
SIZE (piexif-1.1.3.zip) = 1011134
|
4
graphics/py-piexif/pkg-descr
Normal file
4
graphics/py-piexif/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user