aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-fastavro
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2020-05-19 18:24:13 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2020-05-19 18:24:13 +0000
commite85480cd24d7325e29c67ac843bd66474f16438d (patch)
tree96167835df83e5a278f7c175b1245476adbda28e /textproc/py-fastavro
parent00821e9c31eb72f2cded5de63f04008114101e11 (diff)
downloadports-e85480cd24d7325e29c67ac843bd66474f16438d.tar.gz
ports-e85480cd24d7325e29c67ac843bd66474f16438d.zip
New port: textproc/py-fastavro:
Fast Avro support for Python provides: * Rich data structures. * A compact, fast, binary data format. * A container file, to store persistent data. * Remote procedure call (RPC). * Simple integration with dynamic languages. WWW: https://pypi.python.org/pypi/fastavro
Notes
Notes: svn path=/head/; revision=535880
Diffstat (limited to 'textproc/py-fastavro')
-rw-r--r--textproc/py-fastavro/Makefile21
-rw-r--r--textproc/py-fastavro/distinfo3
-rw-r--r--textproc/py-fastavro/pkg-descr8
3 files changed, 32 insertions, 0 deletions
diff --git a/textproc/py-fastavro/Makefile b/textproc/py-fastavro/Makefile
new file mode 100644
index 000000000000..4704a4577cf1
--- /dev/null
+++ b/textproc/py-fastavro/Makefile
@@ -0,0 +1,21 @@
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= fastavro
+PORTVERSION= 0.23.4
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= zi@FreeBSD.org
+COMMENT= Fast AVRO for Python
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
diff --git a/textproc/py-fastavro/distinfo b/textproc/py-fastavro/distinfo
new file mode 100644
index 000000000000..343c7922f559
--- /dev/null
+++ b/textproc/py-fastavro/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1589911623
+SHA256 (fastavro-0.23.4.tar.gz) = 4d102fbfe044c2f9006114484e16d478de9863ef78fad237a2e2792aae1a5901
+SIZE (fastavro-0.23.4.tar.gz) = 562398
diff --git a/textproc/py-fastavro/pkg-descr b/textproc/py-fastavro/pkg-descr
new file mode 100644
index 000000000000..b7783acc2eee
--- /dev/null
+++ b/textproc/py-fastavro/pkg-descr
@@ -0,0 +1,8 @@
+Fast Avro support for Python provides:
+* Rich data structures.
+* A compact, fast, binary data format.
+* A container file, to store persistent data.
+* Remote procedure call (RPC).
+* Simple integration with dynamic languages.
+
+WWW: https://pypi.python.org/pypi/fastavro