diff options
Diffstat (limited to 'textproc/py-emeraldtree/Makefile')
-rw-r--r-- | textproc/py-emeraldtree/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/py-emeraldtree/Makefile b/textproc/py-emeraldtree/Makefile new file mode 100644 index 000000000000..8967e1bb2e6e --- /dev/null +++ b/textproc/py-emeraldtree/Makefile @@ -0,0 +1,23 @@ +PORTNAME= emeraldtree +DISTVERSION= 0.11.0 +CATEGORIES= textproc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Light-weight toolkit for XML processing +WWW= https://github.com/moinwiki/emeraldtree + +LICENSE= MIT + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 pytest + +NO_ARCH= yes + +.include <bsd.port.mk> |