mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- 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/
This commit is contained in:
parent
d2f78922da
commit
e1334008cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375706
@ -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
|
||||
|
20
www/py-spyne/Makefile
Normal file
20
www/py-spyne/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $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 <bsd.port.mk>
|
2
www/py-spyne/distinfo
Normal file
2
www/py-spyne/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (spyne-2.11.0.tar.gz) = 37b9eb8f600655607d4adf5ad9ab93e6718d1fcefe8917d3d59321188fd2328d
|
||||
SIZE (spyne-2.11.0.tar.gz) = 265456
|
8
www/py-spyne/pkg-descr
Normal file
8
www/py-spyne/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user