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

Collapse All | Expand All

(-)py-requestsexceptions/Makefile (-3 / +6 lines)
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@${PY_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>
(-)py-requestsexceptions/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1475871555
1
TIMESTAMP = 1527332826
2
SHA256 (requestsexceptions-1.1.3.tar.gz) = d678b872f51f76d875e00e6667f4ddbf013b3a99490ae5fe07cf3e4f846e283e
2
SHA256 (requestsexceptions-1.4.0.tar.gz) = b095cbc77618f066d459a02b137b020c37da9f46d9b057704019c9f77dba3065
3
SIZE (requestsexceptions-1.1.3.tar.gz) = 6606
3
SIZE (requestsexceptions-1.4.0.tar.gz) = 6880

Return to bug 228687