diff options
author | feld <feld@FreeBSD.org> | 2016-11-03 06:10:25 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-11-03 06:10:25 +0800 |
commit | 759b32261f3c119f1062868d580795d19060e71b (patch) | |
tree | 991aab9b89334a3b9a3d94624818d5badfc1fab2 /devel/Makefile | |
parent | bcdfcae6a0c34a338c5f8f328fb6e7dcd9a678ee (diff) | |
download | freebsd-ports-gnome-759b32261f3c119f1062868d580795d19060e71b.tar.gz freebsd-ports-gnome-759b32261f3c119f1062868d580795d19060e71b.tar.zst freebsd-ports-gnome-759b32261f3c119f1062868d580795d19060e71b.zip |
ThriftPy is a pure python implementation of Apache Thrift in a pythonic
way.
WWW: https://github.com/eleme/thriftpy
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0eeff4317803..4ba4e9fda9d4 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 |