aboutsummaryrefslogtreecommitdiff
path: root/math/py-pcodec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-pcodec/Makefile')
-rw-r--r--math/py-pcodec/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/py-pcodec/Makefile b/math/py-pcodec/Makefile
new file mode 100644
index 000000000000..5711ecccf91d
--- /dev/null
+++ b/math/py-pcodec/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= pcodec
+PORTVERSION= 0.3.5
+PORTREVISION= 1
+CATEGORIES= math python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTFILES= pcodec-${PORTVERSION}${EXTRACT_SUFX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Good compression for numerical sequences
+WWW= https://github.com/pcodec/pcodec
+
+LICENSE= APACHE20
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.0<2.0:devel/py-maturin@${PY_FLAVOR}
+
+USES= cargo python
+USE_PYTHON= autoplist concurrent pep517
+
+CARGO_BUILD= no
+CARGO_INSTALL= no
+
+.include <bsd.port.mk>