aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sispy
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-02-10 09:51:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-02-10 09:51:28 +0000
commit742d3b85b47c3c923a3810ea7024a7dff2675f8f (patch)
treeb9dcf942b1fc685af4b27f82d6fcb48981b629a8 /databases/py-sispy
parent66cf832edeb4c1b29a9f99810fef5f674ed0c691 (diff)
downloadports-742d3b85b47c3c923a3810ea7024a7dff2675f8f.tar.gz
ports-742d3b85b47c3c923a3810ea7024a7dff2675f8f.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)
Notes
Notes: svn path=/head/; revision=461372
Diffstat (limited to 'databases/py-sispy')
-rw-r--r--databases/py-sispy/Makefile8
-rw-r--r--databases/py-sispy/distinfo6
-rw-r--r--databases/py-sispy/pkg-descr4
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