From owner-svn-ports-all@FreeBSD.ORG Sun Dec 28 13:14:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EBC2DB3; Sun, 28 Dec 2014 13:14:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 F409D1FB4; Sun, 28 Dec 2014 13:14:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBSDEdiJ050106; Sun, 28 Dec 2014 13:14:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBSDEcCT050101; Sun, 28 Dec 2014 13:14:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412281314.sBSDEcCT050101@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Dec 2014 13:14:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375706 - in head/www: . py-spyne 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.18-1 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: Sun, 28 Dec 2014 13:14:40 -0000 Author: sunpoet Date: Sun Dec 28 13:14:37 2014 New Revision: 375706 URL: https://svnweb.freebsd.org/changeset/ports/375706 QAT: https://qat.redports.org/buildarchive/r375706/ Log: - Add py-spyne 2.10.10 Spyne is a Python RPC toolkit that makes it easy to expose online services that have a well-defined API using multiple protocols and transports. It integrates with popular Python web frameworks as well as libraries like SQLAlchemy to keep your code as DRY (Don't Repeat Yourself) as possible. WWW: https://pypi.python.org/pypi/spyne WWW: http://spyne.io/ Added: head/www/py-spyne/ head/www/py-spyne/Makefile (contents, props changed) head/www/py-spyne/distinfo (contents, props changed) head/www/py-spyne/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Dec 28 13:14:31 2014 (r375705) +++ head/www/Makefile Sun Dec 28 13:14:37 2014 (r375706) @@ -1679,6 +1679,7 @@ SUBDIR += py-slimmer SUBDIR += py-slumber SUBDIR += py-splinter + SUBDIR += py-spyne SUBDIR += py-surl SUBDIR += py-textile SUBDIR += py-tgwebservices Added: head/www/py-spyne/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-spyne/Makefile Sun Dec 28 13:14:37 2014 (r375706) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= spyne +PORTVERSION= 2.11.0 +CATEGORIES= www devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Transport and architecture agnostic RPC library + +LICENSE= LGPL21 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz + +USE_PYTHON= autoplist distutils +USES= python:2 + +.include Added: head/www/py-spyne/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-spyne/distinfo Sun Dec 28 13:14:37 2014 (r375706) @@ -0,0 +1,2 @@ +SHA256 (spyne-2.11.0.tar.gz) = 37b9eb8f600655607d4adf5ad9ab93e6718d1fcefe8917d3d59321188fd2328d +SIZE (spyne-2.11.0.tar.gz) = 265456 Added: head/www/py-spyne/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-spyne/pkg-descr Sun Dec 28 13:14:37 2014 (r375706) @@ -0,0 +1,8 @@ +Spyne is a Python RPC toolkit that makes it easy to expose online services that +have a well-defined API using multiple protocols and transports. + +It integrates with popular Python web frameworks as well as libraries like +SQLAlchemy to keep your code as DRY (Don't Repeat Yourself) as possible. + +WWW: https://pypi.python.org/pypi/spyne +WWW: http://spyne.io/