svn commit: r375706 - in head/www: . py-spyne
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Dec 28 13:14:40 UTC 2014
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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= spyne
+PORTVERSION= 2.11.0
+CATEGORIES= www devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at 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 <bsd.port.mk>
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/
More information about the svn-ports-all
mailing list