Lines 1-20
Link Here
|
1 |
PORTNAME= psautohint |
1 |
PORTNAME= psautohint |
2 |
DISTVERSION= 2.0.0 |
2 |
DISTVERSION= 2.4.0 |
3 |
CATEGORIES= print python |
3 |
CATEGORIES= print python |
4 |
MASTER_SITES= PYPI |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
6 |
|
7 |
MAINTAINER= lantw44@gmail.com |
7 |
MAINTAINER= lantw44@gmail.com |
8 |
COMMENT= Python wrapper for Adobe PostScript autohinter |
8 |
COMMENT= Standalone version of Adobe AFDKO's autohinter |
9 |
WWW= https://github.com/adobe-type-tools/psautohint |
9 |
WWW= https://github.com/adobe-type-tools/psautohint |
10 |
|
10 |
|
11 |
LICENSE= APACHE20 |
11 |
LICENSE= APACHE20 |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
13 |
|
14 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} |
14 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} |
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} |
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.22.0:print/py-fonttools@${PY_FLAVOR} |
16 |
|
16 |
|
17 |
USES= python:3.6+ zip |
17 |
USES= python:3.7+ |
18 |
USE_PYTHON= autoplist concurrent distutils |
18 |
USE_PYTHON= autoplist concurrent distutils |
19 |
|
19 |
|
20 |
post-install: |
20 |
post-install: |