mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
29 lines
559 B
Makefile
29 lines
559 B
Makefile
COMMENT = container class boilerplate killer
|
|
|
|
MODPY_DISTV = 5.0.0
|
|
DISTNAME = fields-${MODPY_DISTV}
|
|
PKGNAME = py-fields-${MODPY_DISTV}
|
|
REVISION = 9
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/ionelmc/python-fields
|
|
|
|
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
|
|
|
|
# BSD Licensed
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
TEST_DEPENDS = devel/py-attrs \
|
|
devel/py-characteristic \
|
|
devel/py-freezegun \
|
|
devel/py-py \
|
|
devel/py-test-benchmark \
|
|
devel/py-test-cov
|
|
|
|
.include <bsd.port.mk>
|