1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

New port: textproc/py-python-xmp-toolkit

Python XMP Toolkit is a library for working with XMP (= Extensible Metadata
Platform) metadata, as well as reading/writing XMP metadata stored in many
different file formats.

Python XMP Toolkit is wrapping Exempi (using ctypes), a C/C++ XMP library
based on Adobe XMP Toolkit, ensuring that future updates to the XMP standard
are easily incorporated into the library with a minimum amount of work.

Python XMP Toolkit has been developed by:
* ESA/Hubble - European Space Agency
* ESO - European Southern Observatory
* CRS4 - Centre for Advanced Studies, Research and Development in Sardinia

WWW: https://github.com/python-xmp-toolkit/python-xmp-toolkit
This commit is contained in:
Kai Knoblich 2019-07-11 16:04:59 +00:00
parent ceb84be996
commit d513ecb52c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506411
4 changed files with 46 additions and 0 deletions

View File

@ -1348,6 +1348,7 @@
SUBDIR += py-python-docx
SUBDIR += py-python-gettext
SUBDIR += py-python-slugify
SUBDIR += py-python-xmp-toolkit
SUBDIR += py-pytidylib
SUBDIR += py-pyx12
SUBDIR += py-qrcode

View File

@ -0,0 +1,28 @@
# $FreeBSD$
PORTNAME= python-xmp-toolkit
DISTVERSION= 2.0.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= XMP Toolkit for working with metadata
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libexempi.so:textproc/exempi
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
py27_TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
do-test:
@(cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v -e 'test_core')
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1558599984
SHA256 (python-xmp-toolkit-2.0.1.tar.gz) = f8d912946ff9fd46ed5c7c355aa5d4ea193328b3f200909ef32d9a28a1419a38
SIZE (python-xmp-toolkit-2.0.1.tar.gz) = 3566058

View File

@ -0,0 +1,14 @@
Python XMP Toolkit is a library for working with XMP (= Extensible Metadata
Platform) metadata, as well as reading/writing XMP metadata stored in many
different file formats.
Python XMP Toolkit is wrapping Exempi (using ctypes), a C/C++ XMP library
based on Adobe XMP Toolkit, ensuring that future updates to the XMP standard
are easily incorporated into the library with a minimum amount of work.
Python XMP Toolkit has been developed by:
* ESA/Hubble - European Space Agency
* ESO - European Southern Observatory
* CRS4 - Centre for Advanced Studies, Research and Development in Sardinia
WWW: https://github.com/python-xmp-toolkit/python-xmp-toolkit