summaryrefslogtreecommitdiff
path: root/devel/py-super-collections
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-super-collections')
-rw-r--r--devel/py-super-collections/Makefile27
-rw-r--r--devel/py-super-collections/distinfo3
-rw-r--r--devel/py-super-collections/pkg-descr2
3 files changed, 32 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>
diff --git a/devel/py-super-collections/distinfo b/devel/py-super-collections/distinfo
new file mode 100644
index 000000000000..b27433f61c31
--- /dev/null
+++ b/devel/py-super-collections/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1749451411
+SHA256 (super_collections-0.5.3.tar.gz) = 94c1ec96c0a0d5e8e7d389ed8cde6882ac246940507c5e6b86e91945c2968d46
+SIZE (super_collections-0.5.3.tar.gz) = 10178
diff --git a/devel/py-super-collections/pkg-descr b/devel/py-super-collections/pkg-descr
new file mode 100644
index 000000000000..20cafb03e7bb
--- /dev/null
+++ b/devel/py-super-collections/pkg-descr
@@ -0,0 +1,2 @@
+Python library to instantly convert JSON and YAML files into objects with
+attributes, without the need to create specific classes.