opnsense-ports/textproc/py-elementpath/Makefile
Franco Fichtner 07cd8ee494 textproc/py-elementpath: sync with upstream
Taken from: FreeBSD
2022-05-04 10:53:30 +02:00

21 lines
547 B
Makefile

PORTNAME= elementpath
DISTVERSION= 2.5.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= XPath 1.0/2.0/3.0 parsers and selectors for ElementTree and lxml
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmlschema>=0:textproc/py-xmlschema@${PY_FLAVOR}
USES= python:3.7+ pytest
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>