summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2016-11-02 22:10:25 +0000
committerfeld <feld@FreeBSD.org>2016-11-02 22:10:25 +0000
commit759b32261f3c119f1062868d580795d19060e71b (patch)
tree991aab9b89334a3b9a3d94624818d5badfc1fab2
parentbcdfcae6a0c34a338c5f8f328fb6e7dcd9a678ee (diff)
downloadFreeBSD-ports-759b32261f3c119f1062868d580795d19060e71b.zip
FreeBSD-ports-759b32261f3c119f1062868d580795d19060e71b.tar.gz
ThriftPy is a pure python implementation of Apache Thrift in a pythonic
way. WWW: https://github.com/eleme/thriftpy
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-thriftpy/Makefile19
-rw-r--r--devel/py-thriftpy/distinfo3
-rw-r--r--devel/py-thriftpy/pkg-descr4
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 0eeff43..4ba4e9f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-thriftpy/Makefile b/devel/py-thriftpy/Makefile
new file mode 100644
index 0000000..5dcfe6a
--- /dev/null
+++ b/devel/py-thriftpy/Makefile
@@ -0,0 +1,19 @@
+# Created by: Mark Felder <feld@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= thriftpy
+PORTVERSION= 0.3.9
+PORTREVISION= 0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= feld@FreeBSD.org
+COMMENT= Pure python implementation of Apache Thrift
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/devel/py-thriftpy/distinfo b/devel/py-thriftpy/distinfo
new file mode 100644
index 0000000..7ed4910
--- /dev/null
+++ b/devel/py-thriftpy/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1478124182
+SHA256 (thriftpy-0.3.9.tar.gz) = 309e57d97b5bfa01601393ad4f245451e989d6206a59279e56866b264a99796d
+SIZE (thriftpy-0.3.9.tar.gz) = 208164
diff --git a/devel/py-thriftpy/pkg-descr b/devel/py-thriftpy/pkg-descr
new file mode 100644
index 0000000..21257c4
--- /dev/null
+++ b/devel/py-thriftpy/pkg-descr
@@ -0,0 +1,4 @@
+ThriftPy is a pure python implementation of Apache Thrift in a pythonic
+way.
+
+WWW: https://github.com/eleme/thriftpy
OpenPOWER on IntegriCloud