1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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>
This commit is contained in:
Steve Wills 2017-07-12 19:07:59 +00:00
parent cb1da07872
commit 8a0382ebc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445600
4 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1499885217
SHA256 (sispy-1.0.1.tar.gz) = aba9cd9cab9734d240acd5abd00c24eacdd24c55f011915f51ed345f0933ac4a
SIZE (sispy-1.0.1.tar.gz) = 4962

View File

@ -0,0 +1,3 @@
Client library for interacting with the SIS RESTful API
WWW: https://pypi.python.org/pypi/sispy