2018-12-16 18:39:19 +00:00
|
|
|
PORTNAME= cu2qu
|
2019-05-10 16:11:01 +00:00
|
|
|
PORTVERSION= 1.6.5
|
2020-01-18 18:26:18 +00:00
|
|
|
PORTREVISION= 3
|
2018-12-16 18:39:19 +00:00
|
|
|
CATEGORIES= x11-fonts python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= lantw44@gmail.com
|
|
|
|
COMMENT= Cubic-to-quadratic bezier curve conversion
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
|
2021-01-11 19:36:17 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR}
|
2018-12-16 18:39:19 +00:00
|
|
|
|
2020-12-28 23:02:12 +00:00
|
|
|
USES= python:3.6+ zip
|
2018-12-16 18:39:19 +00:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
2021-01-11 19:36:17 +00:00
|
|
|
.include <bsd.port.mk>
|