svn commit: r425173 - in head/devel: . py-thriftpy

Mark Felder feld at FreeBSD.org
Wed Nov 2 22:10:27 UTC 2016


Author: feld
Date: Wed Nov  2 22:10:25 2016
New Revision: 425173
URL: https://svnweb.freebsd.org/changeset/ports/425173

Log:
  ThriftPy is a pure python implementation of Apache Thrift in a pythonic
  way.
  
  WWW: https://github.com/eleme/thriftpy

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Nov  2 20:08:33 2016	(r425172)
+++ head/devel/Makefile	Wed Nov  2 22:10:25 2016	(r425173)
@@ -4571,6 +4571,7 @@
     SUBDIR += py-testtools
     SUBDIR += py-tgMochiKit
     SUBDIR += py-thrift
+    SUBDIR += py-thriftpy
     SUBDIR += py-timelib
     SUBDIR += py-tinyarray
     SUBDIR += py-tipper

Added: head/devel/py-thriftpy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-thriftpy/Makefile	Wed Nov  2 22:10:25 2016	(r425173)
@@ -0,0 +1,19 @@
+# Created by: Mark Felder <feld at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	thriftpy
+PORTVERSION=	0.3.9
+PORTREVISION=	0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	feld at FreeBSD.org
+COMMENT=	Pure python implementation of Apache Thrift
+
+LICENSE=	MIT
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-thriftpy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-thriftpy/distinfo	Wed Nov  2 22:10:25 2016	(r425173)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1478124182
+SHA256 (thriftpy-0.3.9.tar.gz) = 309e57d97b5bfa01601393ad4f245451e989d6206a59279e56866b264a99796d
+SIZE (thriftpy-0.3.9.tar.gz) = 208164

Added: head/devel/py-thriftpy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-thriftpy/pkg-descr	Wed Nov  2 22:10:25 2016	(r425173)
@@ -0,0 +1,4 @@
+ThriftPy is a pure python implementation of Apache Thrift in a pythonic
+way.
+
+WWW: https://github.com/eleme/thriftpy


More information about the svn-ports-head mailing list