Files
ports/textproc/py-cssselect/Makefile
T

20 lines
320 B
Makefile
Raw Normal View History

COMMENT= parse CSS3 Selectors and translates them to XPath 1.0
2013-11-09 13:57:49 +00:00
2026-03-01 10:58:24 +00:00
MODPY_DISTV= 1.4.0
2024-12-21 11:39:00 +00:00
DISTNAME= cssselect-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
2026-03-16 22:28:25 +00:00
REVISION= 0
2013-11-09 13:57:49 +00:00
CATEGORIES= textproc
2013-11-09 13:57:49 +00:00
# BSD
PERMIT_PACKAGE= Yes
2013-11-09 13:57:49 +00:00
MODULES= lang/python
2026-03-01 10:58:24 +00:00
MODPY_PYBUILD= hatchling
MODPY_PI= Yes
2013-11-09 13:57:49 +00:00
2025-03-11 08:39:38 +00:00
TEST_DEPENDS= textproc/py-lxml
2013-11-09 13:57:49 +00:00
.include <bsd.port.mk>