mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Add py-ufolib2 0.6.2
ufoLib2 is a UFO font library. WWW: https://github.com/fonttools/ufoLib2
This commit is contained in:
parent
390dada204
commit
88fb3a8065
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530563
@ -196,6 +196,7 @@
|
||||
SUBDIR += py-stapler
|
||||
SUBDIR += py-trml2pdf
|
||||
SUBDIR += py-ttfautohint-py
|
||||
SUBDIR += py-ufolib2
|
||||
SUBDIR += py-weasyprint
|
||||
SUBDIR += qpdf
|
||||
SUBDIR += qpdfview
|
||||
|
27
print/py-ufolib2/Makefile
Normal file
27
print/py-ufolib2/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ufolib2
|
||||
PORTVERSION= 0.6.2
|
||||
CATEGORIES= print python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ufoLib2-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= UFO font processing library
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}fonttools>=3.34.0:print/py-fonttools@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+ zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
print/py-ufolib2/distinfo
Normal file
3
print/py-ufolib2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1585907188
|
||||
SHA256 (ufoLib2-0.6.2.zip) = 7b4f8915eb311eb302a01e7a287cb38df93c2c0baf9b2babc12dad5c1b6f0609
|
||||
SIZE (ufoLib2-0.6.2.zip) = 60142
|
3
print/py-ufolib2/pkg-descr
Normal file
3
print/py-ufolib2/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
ufoLib2 is a UFO font library.
|
||||
|
||||
WWW: https://github.com/fonttools/ufoLib2
|
Loading…
Reference in New Issue
Block a user