Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Nov 2016 22:10:25 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425173 - in head/devel: . py-thriftpy
Message-ID:  <201611022210.uA2MAPF3020117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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



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