Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2020 18:24:13 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535880 - in head/textproc: . py-fastavro
Message-ID:  <202005191824.04JIODad089516@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue May 19 18:24:13 2020
New Revision: 535880
URL: https://svnweb.freebsd.org/changeset/ports/535880

Log:
  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

Added:
  head/textproc/py-fastavro/
  head/textproc/py-fastavro/Makefile   (contents, props changed)
  head/textproc/py-fastavro/distinfo   (contents, props changed)
  head/textproc/py-fastavro/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue May 19 18:10:27 2020	(r535879)
+++ head/textproc/Makefile	Tue May 19 18:24:13 2020	(r535880)
@@ -1242,6 +1242,7 @@
     SUBDIR += py-errorhandler
     SUBDIR += py-esmre
     SUBDIR += py-et_xmlfile
+    SUBDIR += py-fastavro
     SUBDIR += py-feedparser
     SUBDIR += py-fingerprints
     SUBDIR += py-ftfy

Added: head/textproc/py-fastavro/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-fastavro/Makefile	Tue May 19 18:24:13 2020	(r535880)
@@ -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>

Added: head/textproc/py-fastavro/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-fastavro/distinfo	Tue May 19 18:24:13 2020	(r535880)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1589911623
+SHA256 (fastavro-0.23.4.tar.gz) = 4d102fbfe044c2f9006114484e16d478de9863ef78fad237a2e2792aae1a5901
+SIZE (fastavro-0.23.4.tar.gz) = 562398

Added: head/textproc/py-fastavro/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-fastavro/pkg-descr	Tue May 19 18:24:13 2020	(r535880)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005191824.04JIODad089516>