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:
parent
ceb84be996
commit
d513ecb52c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506411
@ -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
|
||||
|
28
textproc/py-python-xmp-toolkit/Makefile
Normal file
28
textproc/py-python-xmp-toolkit/Makefile
Normal 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>
|
3
textproc/py-python-xmp-toolkit/distinfo
Normal file
3
textproc/py-python-xmp-toolkit/distinfo
Normal 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
|
14
textproc/py-python-xmp-toolkit/pkg-descr
Normal file
14
textproc/py-python-xmp-toolkit/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user