pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-piexif



Module Name:    pkgsrc
Committed By:   kleink
Date:           Fri Aug  4 18:43:18 UTC 2017

Added Files:
        pkgsrc/graphics/py-piexif: DESCR Makefile PLIST distinfo

Log Message:
Import piexif 1.0.12 as graphics/py-piexif.

Exif manipulation with pure python script.

* Pure Python. So, it runs everywhere where Python runs.
* Easy exif manipulations. Read, write, remove...
* Documented.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-piexif/DESCR \
    pkgsrc/graphics/py-piexif/Makefile pkgsrc/graphics/py-piexif/PLIST \
    pkgsrc/graphics/py-piexif/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/py-piexif/DESCR
diff -u /dev/null pkgsrc/graphics/py-piexif/DESCR:1.1
--- /dev/null   Fri Aug  4 18:43:18 2017
+++ pkgsrc/graphics/py-piexif/DESCR     Fri Aug  4 18:43:18 2017
@@ -0,0 +1,5 @@
+Exif manipulation with pure python script.
+
+* Pure Python. So, it runs everywhere where Python runs.
+* Easy exif manipulations. Read, write, remove...
+* Documented.
Index: pkgsrc/graphics/py-piexif/Makefile
diff -u /dev/null pkgsrc/graphics/py-piexif/Makefile:1.1
--- /dev/null   Fri Aug  4 18:43:18 2017
+++ pkgsrc/graphics/py-piexif/Makefile  Fri Aug  4 18:43:18 2017
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/08/04 18:43:18 kleink Exp $
+
+DISTNAME=      piexif-1.0.12
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/piexif/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    kleink%NetBSD.org@localhost
+HOMEPAGE=      http://piexif.readthedocs.org/
+COMMENT=       Exif manipulation with pure python script
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-piexif/PLIST
diff -u /dev/null pkgsrc/graphics/py-piexif/PLIST:1.1
--- /dev/null   Fri Aug  4 18:43:18 2017
+++ pkgsrc/graphics/py-piexif/PLIST     Fri Aug  4 18:43:18 2017
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/04 18:43:18 kleink Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/piexif/__init__.py
+${PYSITELIB}/piexif/__init__.pyc
+${PYSITELIB}/piexif/__init__.pyo
+${PYSITELIB}/piexif/_common.py
+${PYSITELIB}/piexif/_common.pyc
+${PYSITELIB}/piexif/_common.pyo
+${PYSITELIB}/piexif/_dump.py
+${PYSITELIB}/piexif/_dump.pyc
+${PYSITELIB}/piexif/_dump.pyo
+${PYSITELIB}/piexif/_exeptions.py
+${PYSITELIB}/piexif/_exeptions.pyc
+${PYSITELIB}/piexif/_exeptions.pyo
+${PYSITELIB}/piexif/_exif.py
+${PYSITELIB}/piexif/_exif.pyc
+${PYSITELIB}/piexif/_exif.pyo
+${PYSITELIB}/piexif/_insert.py
+${PYSITELIB}/piexif/_insert.pyc
+${PYSITELIB}/piexif/_insert.pyo
+${PYSITELIB}/piexif/_load.py
+${PYSITELIB}/piexif/_load.pyc
+${PYSITELIB}/piexif/_load.pyo
+${PYSITELIB}/piexif/_remove.py
+${PYSITELIB}/piexif/_remove.pyc
+${PYSITELIB}/piexif/_remove.pyo
+${PYSITELIB}/piexif/_transplant.py
+${PYSITELIB}/piexif/_transplant.pyc
+${PYSITELIB}/piexif/_transplant.pyo
Index: pkgsrc/graphics/py-piexif/distinfo
diff -u /dev/null pkgsrc/graphics/py-piexif/distinfo:1.1
--- /dev/null   Fri Aug  4 18:43:18 2017
+++ pkgsrc/graphics/py-piexif/distinfo  Fri Aug  4 18:43:18 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/08/04 18:43:18 kleink Exp $
+
+SHA1 (piexif-1.0.12.zip) = df248170abdd572811d815a66ee9b495a0187b64
+RMD160 (piexif-1.0.12.zip) = f1e269e7dc02b6b7ac0911b981651bed0ee791b8
+SHA512 (piexif-1.0.12.zip) = 71de13b30d041c2de2136e9299bea96a0446352815de5358863324743aac6a5e187800214edd209dd212108ce9a0b0b4602aee54dd54f8b058228b255b543c63
+Size (piexif-1.0.12.zip) = 1005725 bytes



Home | Main Index | Thread Index | Old Index