mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
27 lines
476 B
Makefile
27 lines
476 B
Makefile
COMMENT= parse and build CSS from Python
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MODPY_DISTV= 2.11.1
|
|
DISTNAME= cssutils-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
HOMEPAGE= https://github.com/jaraco/cssutils
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools_scm
|
|
|
|
# tests also need jaraco.test (not in ports)
|
|
NO_TEST= Yes
|
|
TEST_DEPENDS= devel/py-test-cov \
|
|
devel/py-mock \
|
|
textproc/py-lxml \
|
|
textproc/py-cssselect
|
|
|
|
.include <bsd.port.mk>
|