SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>