mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
424 B
Makefile
22 lines
424 B
Makefile
COMMENT= fast Python implementation of JSON schema
|
|
|
|
MODPY_DISTV = 2.21.2
|
|
DISTNAME= fastjsonschema-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= textproc
|
|
|
|
# https://github.com/horejsek/python-fastjsonschema
|
|
HOMEPAGE= https://horejsek.github.io/python-fastjsonschema/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
TEST_DEPENDS= devel/py-test-benchmark
|
|
|
|
.include <bsd.port.mk>
|