mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
29 lines
537 B
Makefile
29 lines
537 B
Makefile
COMMENT= asynchronous WebDriver client
|
|
|
|
MODPY_DISTV= 25.4.0
|
|
DISTNAME= structlog-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://www.structlog.org/
|
|
|
|
# MIT or Apache-2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
|
|
MODPY_PYBUILD= hatch-vcs
|
|
BUILD_DEPENDS= devel/py-hatch-fancy-pypi-readme
|
|
|
|
# This test requires pip -e .
|
|
MODPY_PYTEST_ARGS= --ignore tests/test_packaging.py
|
|
|
|
TEST_DEPENDS= devel/py-freezegun \
|
|
devel/py-pretend \
|
|
devel/py-simplejson \
|
|
devel/py-test-asyncio
|
|
|
|
.include <bsd.port.mk>
|