Add py-requestsexceptions 1.1.3, library to find the correct path to

exceptions in the requests library.

PR:		213337
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
This commit is contained in:
Roman Bogorodskiy 2016-10-12 10:20:37 +00:00
parent e54a764f19
commit aa5a2c94f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423849
4 changed files with 27 additions and 0 deletions

View File

@ -4457,6 +4457,7 @@
SUBDIR += py-repoze.who-friendlyform
SUBDIR += py-repoze.who-testutil
SUBDIR += py-repoze.xmliter
SUBDIR += py-requestsexceptions
SUBDIR += py-resolver
SUBDIR += py-resourcepackage
SUBDIR += py-responses

View File

@ -0,0 +1,20 @@
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= requestsexceptions
PORTVERSION= 1.1.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexander.nusov@nfvexpress.com
COMMENT= Library to find the correct path to exceptions in the requests library
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475871555
SHA256 (requestsexceptions-1.1.3.tar.gz) = d678b872f51f76d875e00e6667f4ddbf013b3a99490ae5fe07cf3e4f846e283e
SIZE (requestsexceptions-1.1.3.tar.gz) = 6606

View File

@ -0,0 +1,3 @@
Import exceptions from potentially bundled packages in requests.
WWW: https://pypi.python.org/pypi/requestsexceptions