Files
ports/textproc/py-cssutils/Makefile
T

27 lines
476 B
Makefile
Raw Normal View History

2023-06-21 07:34:00 +00:00
COMMENT= parse and build CSS from Python
2009-10-13 20:10:49 +00:00
2023-06-21 07:34:00 +00:00
CATEGORIES= textproc
2009-10-13 20:10:49 +00:00
2024-12-21 13:14:34 +00:00
MODPY_DISTV= 2.11.1
2024-12-21 11:39:00 +00:00
DISTNAME= cssutils-${MODPY_DISTV}
2023-06-21 07:34:00 +00:00
PKGNAME= py-${DISTNAME}
2025-04-29 10:40:12 +00:00
REVISION= 0
2009-10-13 20:10:49 +00:00
2024-12-21 13:14:34 +00:00
# LGPLv3
PERMIT_PACKAGE= Yes
2009-10-13 20:10:49 +00:00
2023-06-21 07:34:00 +00:00
HOMEPAGE= https://github.com/jaraco/cssutils
2009-10-13 20:10:49 +00:00
2023-06-21 07:34:00 +00:00
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools_scm
2009-10-13 20:10:49 +00:00
2022-11-14 14:55:17 +00:00
# tests also need jaraco.test (not in ports)
2023-06-21 07:34:00 +00:00
NO_TEST= Yes
2024-12-21 11:39:00 +00:00
TEST_DEPENDS= devel/py-test-cov \
devel/py-mock \
textproc/py-lxml \
textproc/py-cssselect
2009-10-13 20:10:49 +00:00
.include <bsd.port.mk>