Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= requestsexceptions |
4 |
PORTNAME= requestsexceptions |
5 |
PORTVERSION= 1.1.3 |
5 |
PORTVERSION= 1.4.0 |
6 |
CATEGORIES= devel python |
6 |
CATEGORIES= devel python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 10-20
Link Here
|
10 |
MAINTAINER= alexander.nusov@nfvexpress.com |
10 |
MAINTAINER= alexander.nusov@nfvexpress.com |
11 |
COMMENT= Library to find the correct path to exceptions in the requests library |
11 |
COMMENT= Library to find the correct path to exceptions in the requests library |
12 |
|
12 |
|
13 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${FLAVOR} |
13 |
LICENSE= APACHE20 |
|
|
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
15 |
|
15 |
NO_ARCH= yes |
16 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} |
16 |
|
17 |
|
17 |
USES= python |
18 |
USES= python |
18 |
USE_PYTHON= autoplist distutils |
19 |
USE_PYTHON= autoplist distutils |
19 |
|
20 |
|
|
|
21 |
NO_ARCH= yes |
22 |
|
20 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |