public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3987/
Date: Wed,  5 Oct 2016 14:24:14 +0000 (UTC)	[thread overview]
Message-ID: <1475677451.8be9f4fed9fb931b9ca71eb586bd4f4809c8072a.aballier@gentoo> (raw)

commit:     8be9f4fed9fb931b9ca71eb586bd4f4809c8072a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  5 14:15:01 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Oct  5 14:24:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be9f4fe

dev-python/rfc3987: bump to 1.3.7

Package-Manager: portage-2.3.1

 dev-python/rfc3987/Manifest             |  1 +
 dev-python/rfc3987/rfc3987-1.3.7.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/rfc3987/Manifest b/dev-python/rfc3987/Manifest
index a87f00a..b3fb1ce 100644
--- a/dev-python/rfc3987/Manifest
+++ b/dev-python/rfc3987/Manifest
@@ -1 +1,2 @@
 DIST rfc3987-1.3.6.tar.gz 8434 SHA256 599801156e35b5054138585c92ab4d1b729b0f2feeb961b65347116764df4aa7 SHA512 f89eeede3da28f39950afd8a9db9bfb46a08b13925709c1026941571463c3885696d18bf96cc45819a13e2c91c9b7b8f00bee864fa2a52f5d1671dab28ce19e1 WHIRLPOOL 715efdbac226b7932978f7593c439015d5a1d88d0c728f8087bc3b9789031e2f82977e8c291317eeb705d404a4d8942b0028daf01c00fbe35e912001debd05fd
+DIST rfc3987-1.3.7.tar.gz 20701 SHA256 91a7826b0a26c246a5a91bef09c2c0809c713a689be689b9571e78a13f6557a4 SHA512 c5fa8eb36358f7f42d12adc305031bfff7bd77e83316ad4458ed07acc6094c7d9109b95848b9296dcbc6677ce34aa59b1be8fd57dfcdc6be47eb92aeda51c518 WHIRLPOOL 5c4051d3192edb8124e0350c9cd489f74ec88929f1447c533a5ba6f3105fa937b9b789776a43e762ae4373a83cf92a114bd7f54d970bda2fe72b3ed61c724c1a

diff --git a/dev-python/rfc3987/rfc3987-1.3.7.ebuild b/dev-python/rfc3987/rfc3987-1.3.7.ebuild
new file mode 100644
index 00000000..75bdda8
--- /dev/null
+++ b/dev-python/rfc3987/rfc3987-1.3.7.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
+HOMEPAGE="https://github.com/dgerber/rfc3987 http://pypi.python.org/pypi/rfc3987"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/regex[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_test() {
+	${EPYTHON} -m doctest -v "${S}/${PN}.py" || die
+}


             reply	other threads:[~2016-10-05 14:24 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-05 14:24 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-12 16:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3987/ Michał Górny
2024-02-11  3:35 Michał Górny
2024-02-10  3:24 Sam James
2023-07-08 10:47 Benda XU
2023-05-26 15:14 Sam James
2023-03-16  4:07 Michał Górny
2022-05-11 14:32 Michał Górny
2022-02-27 18:52 Michał Górny
2022-01-18 22:44 Michał Górny
2022-01-18 22:44 Michał Górny
2021-11-18  5:36 Sam James
2021-06-04 15:24 Michał Górny
2021-03-18  8:44 Michał Górny
2020-08-02  9:33 Michał Górny
2020-06-09 19:46 Michał Górny
2020-03-29 11:27 Sergei Trofimovich
2020-03-29  7:31 Michał Górny
2020-03-29  7:31 Michał Górny
2020-03-29  7:31 Michał Górny
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 12:23 Agostino Sarubbo
2019-11-23 22:39 Patrick McLean
2019-11-23 22:30 Patrick McLean
2019-01-07 19:37 Alexis Ballier
2018-12-08 17:41 Mikle Kolyada
2018-02-21 17:20 Michał Górny
2018-02-13 20:21 Matt Thode
2017-12-04  8:01 Sergei Trofimovich
2017-09-30  0:00 Matt Thode
2017-09-29 23:32 Matt Thode
2017-07-01 10:58 Sergei Trofimovich
2017-05-13  6:29 Markus Meier
2017-05-11 19:31 Markus Meier
2017-05-09  7:49 Tobias Klausmann
2017-05-06 11:22 Jeroen Roovers
2017-05-03 20:26 Zac Medico
2017-05-02 15:15 Michał Górny
2017-02-08 13:42 Manuel Rüger
2016-05-23 11:02 Alexis Ballier
2016-05-13 14:19 Alexis Ballier
2016-05-13 14:18 Alexis Ballier
2016-05-13 14:18 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1475677451.8be9f4fed9fb931b9ca71eb586bd4f4809c8072a.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox