mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
textproc/py-openstep-plist: Add py-openstep-plist 0.3.0.post1
A parser for the "old style" OpenStep property list format (also known as ASCII plist), written in Cython. Largely based on the CoreFoundation implementation.
This commit is contained in:
parent
c75c48c78b
commit
f5b4e30c5e
@ -1405,6 +1405,7 @@
|
||||
SUBDIR += py-ocrmypdf
|
||||
SUBDIR += py-openpyxl
|
||||
SUBDIR += py-openstackdocstheme
|
||||
SUBDIR += py-openstep-plist
|
||||
SUBDIR += py-orange3-text
|
||||
SUBDIR += py-os-api-ref
|
||||
SUBDIR += py-packageurl-python
|
||||
|
24
textproc/py-openstep-plist/Makefile
Normal file
24
textproc/py-openstep-plist/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
PORTNAME= openstep-plist
|
||||
PORTVERSION= 0.3.0
|
||||
DISTVERSIONSUFFIX= .post1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= openstep_plist-${DISTVERSIONFULL}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= ASCII plist parser written in Cython
|
||||
WWW= https://github.com/fonttools/openstep-plist
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+ zip
|
||||
USE_PYTHON= autoplist concurrent cython distutils
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-openstep-plist/distinfo
Normal file
3
textproc/py-openstep-plist/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1669057515
|
||||
SHA256 (openstep_plist-0.3.0.post1.zip) = 18aff3d5eded9ebfbedfeba444a3c048324697bf8a39bb04361c0dd53bfeab0b
|
||||
SIZE (openstep_plist-0.3.0.post1.zip) = 215537
|
2
textproc/py-openstep-plist/pkg-descr
Normal file
2
textproc/py-openstep-plist/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
A parser for the "old style" OpenStep property list format (also known as ASCII
|
||||
plist), written in Cython. Largely based on the CoreFoundation implementation.
|
Loading…
Reference in New Issue
Block a user