1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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)
This commit is contained in:
Yuri Victorovich 2018-02-10 09:51:28 +00:00
parent 66cf832ede
commit 742d3b85b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461372
3 changed files with 10 additions and 8 deletions

View File

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

View File

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

View File

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