freebsd-ports/databases/py-sispy/Makefile
Yuri Victorovich 742d3b85b4 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)
2018-02-10 09:51:28 +00:00

21 lines
452 B
Makefile

# Created by: Rick Miller
# $FreeBSD$
PORTNAME= sispy
PORTVERSION= 1.1.0
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
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>