mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
20 lines
320 B
Makefile
20 lines
320 B
Makefile
COMMENT= parse CSS3 Selectors and translates them to XPath 1.0
|
|
|
|
MODPY_DISTV= 1.4.0
|
|
DISTNAME= cssselect-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= textproc
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= hatchling
|
|
MODPY_PI= Yes
|
|
|
|
TEST_DEPENDS= textproc/py-lxml
|
|
|
|
.include <bsd.port.mk>
|