Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3986/
Date: Sat, 28 Sep 2019 17:43:55
Message-Id: 1569692626.2f828cdda47807ef621a3112746fd87a135765a6.prometheanfire@gentoo
1 commit: 2f828cdda47807ef621a3112746fd87a135765a6
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 28 12:34:08 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 17:43:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f828cdd
7
8 dev-python/rfc3986: bump to 1.3.2
9
10 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/rfc3986/Manifest | 1 +
14 dev-python/rfc3986/metadata.xml | 5 ++++-
15 dev-python/rfc3986/rfc3986-1.3.2.ebuild | 29 +++++++++++++++++++++++++++++
16 3 files changed, 34 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/rfc3986/Manifest b/dev-python/rfc3986/Manifest
19 index 56dc4597b99..ec5305e2a83 100644
20 --- a/dev-python/rfc3986/Manifest
21 +++ b/dev-python/rfc3986/Manifest
22 @@ -2,3 +2,4 @@ DIST rfc3986-0.3.1.tar.gz 21591 BLAKE2B b24500baf27e4f17d22dbeb839262edb11b1c8c5
23 DIST rfc3986-0.4.1.tar.gz 22354 BLAKE2B db2a7edefa89fd3780721904c5e1b623d34dea5e8913c606336771d22f03c258f0a3cd3b71f42db6a6f2065bb055cf6938c10f166730953fe78cdc50dd0f148a SHA512 a4731206a4179d3970fcf9c21405f7e9686268ef3610ab5ca2413a867d83b83188c0efd5958b0b4ba8fc4076da9bc0cf18aef774213a1b58fc42bfc8a6d5dd92
24 DIST rfc3986-1.1.0.tar.gz 39381 BLAKE2B cb890ae46c1428ddca1aed4a49660e2620659e7af64dbdb22c2514323ede374c28bbbd8401a5b4db257ba47e617ad7e8ae486f751fd4a7580808c68ff289ec13 SHA512 5e43ca7df586011900d2f01edfb20388598f77218e5a63904557bec0f1d0cb0a35f4980014de9c943ecc43a5a7ab3f7b815fbcfc9318e494c24a14fed2d1fac6
25 DIST rfc3986-1.2.0.tar.gz 40162 BLAKE2B d51db37285366fdc7a6d25632afe440bbcdf4fbca46488082286824f046cfd81129b8f0e0695f986120276cf446dde5751dc52ebeb5f2f61f60c5acb92f2da1a SHA512 b88bdc47fa2daa6a9ffc339b1b997a85d0c8b3bf3ab271554e2a1a684c0394370e9cba07a82a542f39533a4c8cae69414234545db6caa2508e0ee7e7f8bdff3d
26 +DIST rfc3986-1.3.2.tar.gz 44225 BLAKE2B f4cc72ed3c2dcc7132527cd33fd6b9f0136f789fdb229cc33b02bf2dd596b2f762e3e4cf8af63f239408b55cdf056cf54315a0a9cdf734a4203fad24b00ce594 SHA512 c086c55295d80ccf33dbfeff06059303119e7a407bfc405b7f75ec30413221ec58d3061d75fd3ca696b7acf9b1be1dfcc785e01280bf659a53be43ab1f300b15
27
28 diff --git a/dev-python/rfc3986/metadata.xml b/dev-python/rfc3986/metadata.xml
29 index 6bf17e96bd2..19731ab4c6e 100644
30 --- a/dev-python/rfc3986/metadata.xml
31 +++ b/dev-python/rfc3986/metadata.xml
32 @@ -12,8 +12,11 @@
33 <longdescription lang="en">
34 Validating URI References per RFC 3986
35 </longdescription>
36 + <use>
37 + <flag name="idna">enable support for the IDNA specification (RFC 5891)</flag>
38 + </use>
39 <upstream>
40 <remote-id type="pypi">rfc3986</remote-id>
41 - <remote-id type="github">sigmavirus24/rfc3986</remote-id>
42 + <remote-id type="github">python-hyper/rfc3986</remote-id>
43 </upstream>
44 </pkgmetadata>
45
46 diff --git a/dev-python/rfc3986/rfc3986-1.3.2.ebuild b/dev-python/rfc3986/rfc3986-1.3.2.ebuild
47 new file mode 100644
48 index 00000000000..bd688f4924c
49 --- /dev/null
50 +++ b/dev-python/rfc3986/rfc3986-1.3.2.ebuild
51 @@ -0,0 +1,29 @@
52 +# Copyright 1999-2019 Gentoo Authors
53 +# Distributed under the terms of the GNU General Public License v2
54 +
55 +EAPI=7
56 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3)
57 +
58 +inherit distutils-r1
59 +
60 +DESCRIPTION="Validating URI References per RFC 3986"
61 +HOMEPAGE="https://tools.ietf.org/html/rfc3986
62 + https://github.com/python-hyper/rfc3986
63 + https://rfc3986.rtfd.org"
64 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
65 +
66 +LICENSE="Apache-2.0"
67 +SLOT="0"
68 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
69 +IUSE="idna test"
70 +
71 +DEPEND="
72 + dev-python/setuptools[${PYTHON_USEDEP}]
73 + idna? ( dev-python/idna[${PYTHON_USEDEP}] )
74 + test? ( dev-python/pytest[${PYTHON_USEDEP}] )
75 +"
76 +RDEPEND=""
77 +
78 +python_test() {
79 + py.test -vv || die
80 +}