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

Collapse All | Expand All

(-)databases/sispy/Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	sispy
4
PORTVERSION=	1.0.1
5
CATEGORIES=	databases
6
MASTER_SITES=	https://github.com/sis-cmdb/sis-python/tarball/v${PORTVERSION}/
7
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	vmiller@verisign.com
10
COMMENT=	Python client library for interacting with the SIS RESTful API
11
12
WRKSRC=		${WRKDIR}/sis-cmdb-sis-python-2fd6a1f
13
14
LICENSE=	BSD3CLAUSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
17
USES=           python
18
USE_PYTHON=     autoplist distutils
19
20
.include <bsd.port.mk>
(-)databases/sispy/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1496665044
2
SHA256 (sispy-1.0.1.tar.gz) = 436c046d40e8fe1bd9dffde1da085fcf34b0509bad4f87ac2e10e253896e6a8c
3
SIZE (sispy-1.0.1.tar.gz) = 9169
(-)databases/sispy/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