diff options
Diffstat (limited to 'devel/py-super-collections/Makefile')
-rw-r--r-- | devel/py-super-collections/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/py-super-collections/Makefile b/devel/py-super-collections/Makefile new file mode 100644 index 000000000000..d5becbee7546 --- /dev/null +++ b/devel/py-super-collections/Makefile @@ -0,0 +1,27 @@ +PORTNAME= super-collections +DISTVERSION= 0.5.3 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= super_collections-${DISTVERSION} + +MAINTAINER= vladislav.movchan@gmail.com +COMMENT= Instantly convert JSON and YAML files into objects with attributes +WWW= https://github.com/fralau/super-collections + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hjson>=0:textproc/py-hjson@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=7.0:devel/py-pytest@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 pytest + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + +NO_ARCH= yes + +.include <bsd.port.mk> |