Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requestsexceptions/
Date: Fri, 16 Feb 2018 06:08:24
Message-Id: 1518755902.cb1ea1455532aa7ba09a6ed64584e3bb6cb75232.prometheanfire@gentoo
1 commit: cb1ea1455532aa7ba09a6ed64584e3bb6cb75232
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 16 04:38:22 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 16 04:38:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1ea145
7
8 dev-python/requestsexceptions: 1.4.0 bup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/requestsexceptions/Manifest | 1 +
13 .../requestsexceptions-1.4.0.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-python/requestsexceptions/Manifest b/dev-python/requestsexceptions/Manifest
17 index c214b74bdc4..df7186700c1 100644
18 --- a/dev-python/requestsexceptions/Manifest
19 +++ b/dev-python/requestsexceptions/Manifest
20 @@ -1 +1,2 @@
21 DIST requestsexceptions-1.1.3.tar.gz 6606 BLAKE2B 7dbbdc095ba1ec20b41a3c7a0dcef5f10fbcd8d9f6bfc9082bde09a23a9d75f1be96f79b74551691d038b758a7d7bd1568842be9fd139a4c4d3279e63376db9d SHA512 33a848b04db500b3481b7df2553e244e1967e5124de1606f73fb38f0b2681253ca2bd921386ce50f1144a8dc8d6f8e07be058a3d9f13c7831f77cade0a42fd38
22 +DIST requestsexceptions-1.4.0.tar.gz 6880 BLAKE2B 7539cb7993de817a9d22db3f2e1121b65850cc80723c149243e6e540df7f1229abf66a5a443ca41eb855510caa3f10ca6829d89ad39745fe8180359a92037cff SHA512 f631fa650a969ccc74eebfe7522b16e969de4bf48b6f7140eba46a301cfc5a56b9a8354785990daabae025a8175f6b62bf0870d73468d96ba92fa09f4ef3c566
23
24 diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
25 new file mode 100644
26 index 00000000000..8161b92f7bc
27 --- /dev/null
28 +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
35 +
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Finds the correct path to exceptions in the requests library."
39 +HOMEPAGE="https://github.com/openstack-infra/requestsexceptions"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="Apache-2.0"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~arm64 ~x86"
45 +IUSE=""
46 +
47 +CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"
48 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
49 + ${CDEPEND}"
50 +RDEPEND="${CDEPEND}"