Date: Wed, 12 Jul 2017 19:07:59 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445600 - in head/databases: . py-sispy Message-ID: <201707121907.v6CJ7xeC028745@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Jul 12 19:07:59 2017 New Revision: 445600 URL: https://svnweb.freebsd.org/changeset/ports/445600 Log: 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> Added: head/databases/py-sispy/ head/databases/py-sispy/Makefile (contents, props changed) head/databases/py-sispy/distinfo (contents, props changed) head/databases/py-sispy/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Jul 12 18:55:25 2017 (r445599) +++ head/databases/Makefile Wed Jul 12 19:07:59 2017 (r445600) @@ -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 Added: head/databases/py-sispy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-sispy/Makefile Wed Jul 12 19:07:59 2017 (r445600) @@ -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> Added: head/databases/py-sispy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-sispy/distinfo Wed Jul 12 19:07:59 2017 (r445600) @@ -0,0 +1,3 @@ +TIMESTAMP = 1499885217 +SHA256 (sispy-1.0.1.tar.gz) = aba9cd9cab9734d240acd5abd00c24eacdd24c55f011915f51ed345f0933ac4a +SIZE (sispy-1.0.1.tar.gz) = 4962 Added: head/databases/py-sispy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-sispy/pkg-descr Wed Jul 12 19:07:59 2017 (r445600) @@ -0,0 +1,3 @@ +Client library for interacting with the SIS RESTful API + +WWW: https://pypi.python.org/pypi/sispy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707121907.v6CJ7xeC028745>