From owner-svn-ports-all@freebsd.org Wed Oct 12 10:20:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCCA1C0D3C4; Wed, 12 Oct 2016 10:20:38 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 902018C0; Wed, 12 Oct 2016 10:20:38 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAKbXK029506; Wed, 12 Oct 2016 10:20:37 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAKbNZ029502; Wed, 12 Oct 2016 10:20:37 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121020.u9CAKbNZ029502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:20:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423849 - in head/devel: . py-requestsexceptions X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:20:39 -0000 Author: novel Date: Wed Oct 12 10:20:37 2016 New Revision: 423849 URL: https://svnweb.freebsd.org/changeset/ports/423849 Log: Add py-requestsexceptions 1.1.3, library to find the correct path to exceptions in the requests library. PR: 213337 Submitted by: Alexander Nusov Added: head/devel/py-requestsexceptions/ head/devel/py-requestsexceptions/Makefile (contents, props changed) head/devel/py-requestsexceptions/distinfo (contents, props changed) head/devel/py-requestsexceptions/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:19:44 2016 (r423848) +++ head/devel/Makefile Wed Oct 12 10:20:37 2016 (r423849) @@ -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 Added: head/devel/py-requestsexceptions/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-requestsexceptions/Makefile Wed Oct 12 10:20:37 2016 (r423849) @@ -0,0 +1,20 @@ +# Created by: Alexander Nusov +# $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 Added: head/devel/py-requestsexceptions/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-requestsexceptions/distinfo Wed Oct 12 10:20:37 2016 (r423849) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475871555 +SHA256 (requestsexceptions-1.1.3.tar.gz) = d678b872f51f76d875e00e6667f4ddbf013b3a99490ae5fe07cf3e4f846e283e +SIZE (requestsexceptions-1.1.3.tar.gz) = 6606 Added: head/devel/py-requestsexceptions/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-requestsexceptions/pkg-descr Wed Oct 12 10:20:37 2016 (r423849) @@ -0,0 +1,3 @@ +Import exceptions from potentially bundled packages in requests. + +WWW: https://pypi.python.org/pypi/requestsexceptions