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:
parent
cb1da07872
commit
8a0382ebc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445600
@ -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
|
||||
|
20
databases/py-sispy/Makefile
Normal file
20
databases/py-sispy/Makefile
Normal 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>
|
3
databases/py-sispy/distinfo
Normal file
3
databases/py-sispy/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1499885217
|
||||
SHA256 (sispy-1.0.1.tar.gz) = aba9cd9cab9734d240acd5abd00c24eacdd24c55f011915f51ed345f0933ac4a
|
||||
SIZE (sispy-1.0.1.tar.gz) = 4962
|
3
databases/py-sispy/pkg-descr
Normal file
3
databases/py-sispy/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Client library for interacting with the SIS RESTful API
|
||||
|
||||
WWW: https://pypi.python.org/pypi/sispy
|
Loading…
Reference in New Issue
Block a user