diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-07-12 19:07:59 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-07-12 19:07:59 +0000 |
commit | 8a0382ebc5a88d5a80a5309fa0bc95451c86ac68 (patch) | |
tree | 8e9339849596c31ad94e6c7b5aed5621c3c41922 | |
parent | Update to 2.19 (diff) |
databases/py-sispy: create port
Client library for interacting with the SIS RESTful API
WWW: https://pypi.python.org/pypi/sispy
PR: 219823
Submitted by: Rick Miller <vmiller@hostileadmin.com>
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/py-sispy/Makefile | 20 | ||||
-rw-r--r-- | databases/py-sispy/distinfo | 3 | ||||
-rw-r--r-- | databases/py-sispy/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index a0505e8daad0..37ee8e5cdbb2 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -799,6 +799,7 @@ SUBDIR += py-redis SUBDIR += py-riak SUBDIR += py-rrdtool_lgpl + SUBDIR += py-sispy SUBDIR += py-south SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy10 diff --git a/databases/py-sispy/Makefile b/databases/py-sispy/Makefile new file mode 100644 index 000000000000..6f45f2569017 --- /dev/null +++ b/databases/py-sispy/Makefile @@ -0,0 +1,20 @@ +# Created by: Rick Miller +# $FreeBSD$ + +PORTNAME= sispy +PORTVERSION= 1.0.1 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= vmiller@verisign.com +COMMENT= Python client library for interacting with the SIS RESTful API + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +# Python 2.6+, 3.4+ +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include <bsd.port.mk> diff --git a/databases/py-sispy/distinfo b/databases/py-sispy/distinfo new file mode 100644 index 000000000000..2f1b3db3c668 --- /dev/null +++ b/databases/py-sispy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1499885217 +SHA256 (sispy-1.0.1.tar.gz) = aba9cd9cab9734d240acd5abd00c24eacdd24c55f011915f51ed345f0933ac4a +SIZE (sispy-1.0.1.tar.gz) = 4962 diff --git a/databases/py-sispy/pkg-descr b/databases/py-sispy/pkg-descr new file mode 100644 index 000000000000..5a6e3e143aa1 --- /dev/null +++ b/databases/py-sispy/pkg-descr @@ -0,0 +1,3 @@ +Client library for interacting with the SIS RESTful API + +WWW: https://pypi.python.org/pypi/sispy |