ports/www/py-soupsieve/Makefile

29 lines
610 B
Makefile

COMMENT = modern CSS selector implementation for Beautiful Soup
MODPY_EGG_VERSION = 2.4.1
EPOCH = 0
DISTNAME = soupsieve-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = www
HOMEPAGE = https://github.com/facelessuser/soupsieve
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = hatchling
FLAVORS = python3
FLAVOR = python3
TEST_DEPENDS = devel/py-coverage${MODPY_FLAVOR} \
devel/py-html5lib${MODPY_FLAVOR} \
devel/py-test-cov${MODPY_FLAVOR} \
textproc/py-lxml${MODPY_FLAVOR} \
www/py-beautifulsoup4${MODPY_FLAVOR}
.include <bsd.port.mk>