From owner-svn-ports-all@freebsd.org Wed Nov 2 22:10:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2578CC2B8A4; Wed, 2 Nov 2016 22:10:27 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1BAD15ED; Wed, 2 Nov 2016 22:10:26 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA2MAPrv020121; Wed, 2 Nov 2016 22:10:25 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA2MAPF3020117; Wed, 2 Nov 2016 22:10:25 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611022210.uA2MAPF3020117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 2 Nov 2016 22:10:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425173 - in head/devel: . py-thriftpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 22:10:27 -0000 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 +# $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 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