View | Details | Raw Unified | Return to bug 219823 | Differences between
and this patch

Collapse All | Expand All

(-)py-sis-python/Makefile (+24 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	sis-python
4
PORTVERSION=	1.0.1
5
DISTVERSIONPREFIX=v
6
CATEGORIES=	databases python
7
#MASTER_SITES=	https://github.com/sis-cmdb/sis-python/tarball/v${PORTVERSION}/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	vmiller@verisign.com
11
COMMENT=	Python client library for interacting with the SIS RESTful API
12
13
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	sis-cmdb
18
GH_TAGNAME=	${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
19
20
# Python 2.6+, 3.4+
21
USES=		python
22
USE_PYTHON=	autoplist distutils concurrent
23
24
.include <bsd.port.mk>
(-)py-sis-python/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1496836303
2
SHA256 (sis-cmdb-sis-python-v1.0.1_GH0.tar.gz) = c4eae67cb05cca729fe48fc52dff4875fc497448fa9ed531ac243fe0220e78bc
3
SIZE (sis-cmdb-sis-python-v1.0.1_GH0.tar.gz) = 9163
(-)py-sis-python/pkg-descr (+3 lines)
Line 0 Link Here
1
client library for interacting with the SIS RESTful API
2
3
https://pypi.python.org/pypi/sispy

Return to bug 219823