View | Details | Raw Unified | Return to bug 222210
Collapse All | Expand All

(-)Makefile (+29 lines)
Line 0 Link Here
1
# Created by: Johannes Jost Meixner <johannes@perceivon.net>
2
# $FreeBSD$
3
4
PORTNAME=	msrest
5
PORTVERSION=	0.4.14
6
CATEGORIES=	net-mgmt python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	johannes@perceivon.net
11
COMMENT=	AutoRest swagger generator Python client runtime
12
13
LICENSE=	MIT
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi \
16
		${PYTHON_PKGNAMEPREFIX}isodate>=0.5.4:devel/py-isodate \
17
		${PYTHON_PKGNAMEPREFIX}requests-oauthlib>0:www/py-requests-oauthlib \
18
		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests
19
20
USES=		python
21
USE_PYTHON=	autoplist distutils
22
23
.include <bsd.port.pre.mk>
24
25
.if ${PYTHON_REL} < 3400
26
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34
27
.endif
28
29
.include <bsd.port.post.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1505102734
2
SHA256 (msrest-0.4.14.tar.gz) = 97654345a93a140f6e825f2a648de3100b5ff90880f7668df82d825b2de148ec
3
SIZE (msrest-0.4.14.tar.gz) = 26459
(-)pkg-descr (+3 lines)
Line 0 Link Here
1
AutoRest swagger generator Python client runtime.
2
3
WWW: https://pypi.python.org/pypi/msrest

Return to bug 222210