diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-10 17:51:28 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-10 17:51:28 +0800 |
commit | 387c896d686f9591709c93c4877dbab9ae990cd1 (patch) | |
tree | b9dcf942b1fc685af4b27f82d6fcb48981b629a8 /databases | |
parent | 9ce942e996fec116a17b30aa9c5b1f8e352b5d24 (diff) | |
download | freebsd-ports-gnome-387c896d686f9591709c93c4877dbab9ae990cd1.tar.gz freebsd-ports-gnome-387c896d686f9591709c93c4877dbab9ae990cd1.tar.zst freebsd-ports-gnome-387c896d686f9591709c93c4877dbab9ae990cd1.zip |
databases/py-sispy: Update to 1.1.0
Changelog:
https://github.com/sis-cmdb/sis-python/releases/tag/v1.1.0
Additional port changes:
* Added missing dependency www/py-requests.
* Removed USE_PYTHON=concurrent (not needed).
* Added NO_ARCH=yes.
* Changed WWW to the github home page.
PR: 224807
Submitted by: Rick Miller <vmiller@hostileadmin.com>
Approved by: vmiller@verisign.com (maintainer), tcberner (mentor, implicit)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-sispy/Makefile | 8 | ||||
-rw-r--r-- | databases/py-sispy/distinfo | 6 | ||||
-rw-r--r-- | databases/py-sispy/pkg-descr | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/databases/py-sispy/Makefile b/databases/py-sispy/Makefile index a2280c4cf2d0..744134d8200c 100644 --- a/databases/py-sispy/Makefile +++ b/databases/py-sispy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sispy -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,10 @@ COMMENT= Python client library for interacting with the SIS RESTful API LICENSE= BSD3CLAUSE -# Python 2.6+, 3.4+ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist distutils +NO_ARCH= yes .include <bsd.port.mk> diff --git a/databases/py-sispy/distinfo b/databases/py-sispy/distinfo index 2f1b3db3c668..e77e33dbe594 100644 --- a/databases/py-sispy/distinfo +++ b/databases/py-sispy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499885217 -SHA256 (sispy-1.0.1.tar.gz) = aba9cd9cab9734d240acd5abd00c24eacdd24c55f011915f51ed345f0933ac4a -SIZE (sispy-1.0.1.tar.gz) = 4962 +TIMESTAMP = 1518255018 +SHA256 (sispy-1.1.0.tar.gz) = 5c108b22f52f42e978e628ad59c49c0f0d446afcaab84487fa0694e68c643fd2 +SIZE (sispy-1.1.0.tar.gz) = 5234 diff --git a/databases/py-sispy/pkg-descr b/databases/py-sispy/pkg-descr index 5a6e3e143aa1..be8eedfd61d8 100644 --- a/databases/py-sispy/pkg-descr +++ b/databases/py-sispy/pkg-descr @@ -1,3 +1,3 @@ -Client library for interacting with the SIS RESTful API +Client library for interacting with the SIS RESTful API. -WWW: https://pypi.python.org/pypi/sispy +WWW: https://github.com/sis-cmdb/sis-python |