mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
26 lines
504 B
Makefile
26 lines
504 B
Makefile
COMMENT= pytest plugin to create CodSpeed benchmarks
|
|
|
|
MODPY_DISTV= 4.2.0
|
|
DISTNAME= pytest_codspeed-${MODPY_DISTV}
|
|
PKGNAME= py-test-codspeed-${MODPY_DISTV}
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/CodSpeedHQ/pytest-codspeed
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
BUILD_DEPENDS= devel/py-cffi
|
|
RUN_DEPENDS= devel/py-cffi \
|
|
devel/py-rich \
|
|
devel/py-setuptools \
|
|
devel/py-test
|
|
# conftest.py missing in sdist
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|