From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rnc2rng/
Date: Sun, 19 Nov 2017 19:50:58 +0000 (UTC) [thread overview]
Message-ID: <1511121052.721355a5a4a6370a48813f0d68ac852d7db72e67.djc@gentoo> (raw)
commit: 721355a5a4a6370a48813f0d68ac852d7db72e67
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 19:45:38 2017 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 19:50:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721355a5
dev-python/rnc2rng: version bump to 2.5
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-python/rnc2rng/Manifest | 1 +
dev-python/rnc2rng/rnc2rng-2.5.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/rnc2rng/Manifest b/dev-python/rnc2rng/Manifest
index b86aadc9d6b..c183b910fa8 100644
--- a/dev-python/rnc2rng/Manifest
+++ b/dev-python/rnc2rng/Manifest
@@ -1,2 +1,3 @@
DIST rnc2rng-2.4.1.tar.gz 13397 SHA256 997a8fe4eeeb42e7296fdc22ff11ca952c97ccc2efbaae80d67711bd6dffe451 SHA512 d06c35e916c43832bc882fb5af20ad70213efc9d470d4b5cf70caba677874aee441f4c26de26a7996800bf41ef0243fec761a3e38336387c779f9b014c3d6c09 WHIRLPOOL 9349431a85d5d43ba6c4c72471fccf8d351b2bcbcc2f6f875d0eeca2af159d1365c089f10f4b3ea9466b190b120e1d3e8f547fb0dfdbe440c96c8958825889c2
DIST rnc2rng-2.4.tar.gz 13014 SHA256 c73d9635f6f83883454a92f12ec98d9bf087ce7412eca89aed672204d30a01fc SHA512 082b2985e1fac17792b7513db67c0f467147a69a0c1f1d904665ea99b4ba4042e27cf7398f42b94f26c4fd6dc7a807505429d7d08f0537017d0dbac94cb9474b WHIRLPOOL 23d7b50e32c41ac2be480eaf2d07e5f557441976b33d686b7a0411caf2f96a4ceb5149d5ff26f744357744b3dc088723b8f9f9a4a13804cbe4cb494f3e5c3ff2
+DIST rnc2rng-2.5.tar.gz 13633 SHA256 370f249d23b38343cc81fa6ed315940e2d35b8ead6f251dabf6eb69e9f35fd4c SHA512 74772a2b7e3b4a560b318b11bdc05818a1cbbbdb00d3750e8780b68abb24c6ebdf8587b92fba8b04d2e030288b66c5a0a4104778de948ed0ceed5d8dfc6138bc WHIRLPOOL 4887dee2609c4a0564f3f02b4de657cc8a1a0a428b0c2a0959cc2f6108bb182cef5cf250b9e83028c3b062f5c8f0e8185b76e624beeadfe4091842e93e8bd31e
diff --git a/dev-python/rnc2rng/rnc2rng-2.5.ebuild b/dev-python/rnc2rng/rnc2rng-2.5.ebuild
new file mode 100644
index 00000000000..f9ada923918
--- /dev/null
+++ b/dev-python/rnc2rng/rnc2rng-2.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="RELAX NG Compact to regular syntax conversion library"
+HOMEPAGE="https://github.com/djc/rnc2rng"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="dev-python/rply[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+python_test() {
+ "${PYTHON}" test.py
+}
next reply other threads:[~2017-11-19 19:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-19 19:50 Dirkjan Ochtman [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-11-17 15:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/rnc2rng/ Alexey Shvetsov
2018-06-28 12:20 Alexey Shvetsov
2018-06-26 18:09 Pacho Ramos
2016-12-27 15:51 Dirkjan Ochtman
2016-01-27 11:25 Dirkjan Ochtman
2016-01-27 10:48 Dirkjan Ochtman
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=1511121052.721355a5a4a6370a48813f0d68ac852d7db72e67.djc@gentoo \
--to=djc@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