SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
textproc/py-css-parser/Makefile
Normal file
25
textproc/py-css-parser/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
COMMENT = python package for parsing and building CSS
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
MODPY_EGG_VERSION = 1.0.9
|
||||
DISTNAME = css-parser-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
MODPY_PI = Yes
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_PYBUILD = setuptools
|
||||
|
||||
RUN_DEPENDS = textproc/py-chardet${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
# pytest needs jaraco.test
|
||||
do-test:
|
||||
cd ${WRKSRC}; ${MODPY_BIN} run_tests.py
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue