public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparsing/
Date: Tue, 12 Jul 2016 17:30:37 +0000 (UTC)	[thread overview]
Message-ID: <1468344595.cda7e21258afa56abd2ec4f036ef9ac295b93d94.radhermit@gentoo> (raw)

commit:     cda7e21258afa56abd2ec4f036ef9ac295b93d94
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 17:29:31 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 17:29:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda7e212

dev-python/pyparsing: version bump to 2.1.5

 dev-python/pyparsing/Manifest               |  1 +
 dev-python/pyparsing/pyparsing-2.1.5.ebuild | 37 +++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pyparsing/Manifest b/dev-python/pyparsing/Manifest
index a398ab2..a4c0829 100644
--- a/dev-python/pyparsing/Manifest
+++ b/dev-python/pyparsing/Manifest
@@ -5,3 +5,4 @@ DIST pyparsing-2.0.5.tar.gz 1140072 SHA256 58756bf33e989d84ac72142e4ca558cf10c77
 DIST pyparsing-2.0.6.tar.gz 1140849 SHA256 aea69042752ad7e9c436eea6ae5d40e73642e27f50edb6da4a2532030ef532da SHA512 3722198efc98f6ffc124fa012f6ef23ec840ccc2280922dcb35b05c1e78cdc40f1057be0f364732d20fb0dd25897776a15625ceadee14f6800d67b6d180b42f1 WHIRLPOOL c6228050452d4297bcb77326972b5ea5c671ee264ce8ebba1ceb115f8ca84e099d94a6db43a1dafef761e26bbf8cab96d46602e116c1d03607ab1860d907c233
 DIST pyparsing-2.0.7.tar.gz 1141457 SHA256 2ce0db3c70ec0413603d4aea389e4ece34ff93c265649b1c5c7d56e3c2cf19c4 SHA512 1430262481e97357b0b376db7f938c10dde4514f8f70332252af2de8aee9a0b79cb7a00435c7c8baae2dd1ed9c5d06602cd1ef9bfd6d2f5f30fed1a96c32fe78 WHIRLPOOL e306804b0116d40990f53e1c97188b4dd0163f932b92eddd1ece8f078911f52cb34e06cc186b77ea0a4ce4cef5bf4a804b916fcca210000322df368263be6a13
 DIST pyparsing-2.1.0.tar.gz 1144460 SHA256 f6cb2bc85a491347c3c699db47f7ecc02903959156b4f92669ebf82395982901 SHA512 16493a4ee56ee55d70fb9784c2d275779e49125eeb9f41da15106b4123e44c9e35c1449c5106d2849140f9729f26f268238f52f279f26ae594ea0d31ed2fb09e WHIRLPOOL 52547b721b19d6a45900d79148512801583a8adda51fecd7639cd14f7c2e3a7b49118eb03ae86fdd10276643d40a215f1a01a3f645cbdc0e104096ea3cd8cfa6
+DIST pyparsing-2.1.5.tar.gz 1165974 SHA256 b9ace99b581174d7ca98891a7bc57fd08892b94f17922645d90835f7b9b54a56 SHA512 cf97dd233cd0405c8d114e81a693527128fdded1df14de1176070a343d929041b3d3965f06323d1e05403bfcda16eef760df4524665ef8b5331fb1bf3af634ad WHIRLPOOL a5e7c1a5ccdc079b7a27a3aba567ad6f262206ae69b85352ecfd368fd1bb8712aadec0d70a84c3a5ec6b09470986e5add86844c0f4269ec126032a73d6817238

diff --git a/dev-python/pyparsing/pyparsing-2.1.5.ebuild b/dev-python/pyparsing/pyparsing-2.1.5.ebuild
new file mode 100644
index 0000000..1eee82f
--- /dev/null
+++ b/dev-python/pyparsing/pyparsing-2.1.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Easy-to-use Python module for text parsing"
+HOMEPAGE="http://pyparsing.wikispaces.com/ https://pypi.python.org/pypi/pyparsing"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc examples"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# not contained in the tarball
+RESTRICT=test
+
+python_install_all() {
+	local HTML_DOCS=( HowToUsePyparsing.html )
+	if use doc; then
+		HTML_DOCS+=( htmldoc/. )
+		dodoc docs/*.pdf
+	fi
+	use examples && dodoc -r examples
+	distutils-r1_python_install_all
+}
+
+python_test() {
+	${PYTHON} unitTests.py || die
+}


             reply	other threads:[~2016-07-12 17:30 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-12 17:30 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06  2:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparsing/ Michał Górny
2024-10-06  2:30 Michał Górny
2024-09-29 15:20 Michał Górny
2024-09-28 10:52 Michał Górny
2024-09-28 10:44 Arthur Zamarin
2024-09-25  4:39 Michał Górny
2024-09-13 17:56 Michał Górny
2024-09-13 13:47 Michał Górny
2024-08-26  4:23 Michał Górny
2024-05-18  8:09 Michał Górny
2024-03-22  4:38 Michał Górny
2024-03-21 17:51 Arthur Zamarin
2024-03-06 21:18 Michał Górny
2023-11-24 13:42 Michał Górny
2023-08-30  4:14 Sam James
2023-07-30 17:51 Michał Górny
2023-07-24  8:54 Jakov Smolić
2023-06-19  4:58 Michał Górny
2023-05-23 15:42 Michał Górny
2022-05-31  7:28 Michał Górny
2022-05-31  7:07 Jakov Smolić
2022-05-11  8:05 Michał Górny
2022-04-10  8:58 Michał Górny
2022-02-27 18:46 Michał Górny
2022-02-04 10:27 Michał Górny
2022-01-26 11:32 Michał Górny
2022-01-21  8:54 Arthur Zamarin
2021-12-12 21:32 Michał Górny
2021-12-12 20:16 Arthur Zamarin
2021-11-25  5:47 Sam James
2021-11-12 20:03 Michał Górny
2021-11-08  8:31 Michał Górny
2021-10-31  7:12 Michał Górny
2021-10-28  7:00 Michał Górny
2021-10-25  5:58 Michał Górny
2021-10-23 20:20 Michał Górny
2021-09-27  6:59 Michał Górny
2021-08-21 22:15 James Le Cuirot
2021-05-05 13:33 Michał Górny
2020-09-27 17:47 Michał Górny
2020-07-09 13:42 Michał Górny
2020-07-09  8:34 Agostino Sarubbo
2020-05-25 13:26 Michał Górny
2020-04-08 18:54 Sebastian Pipping
2020-03-28 18:03 Michał Górny
2020-03-28 18:03 Michał Górny
2020-03-25 15:42 Agostino Sarubbo
2020-03-25 15:27 Agostino Sarubbo
2020-03-25 14:17 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 12:23 Agostino Sarubbo
2020-01-31  7:52 Tim Harder
2019-05-11 19:25 Matthew Thode
2019-04-12  5:01 Tim Harder
2019-03-17  1:51 Mike Gilbert
2019-03-17  1:51 Mike Gilbert
2019-01-02 21:29 Tim Harder
2017-09-30  0:00 Matt Thode
2017-05-18 20:00 Michael Weber
2017-05-18 19:14 Michael Weber
2017-05-12 17:56 Tobias Klausmann
2017-05-12 14:55 Agostino Sarubbo
2017-05-06 11:13 Jeroen Roovers
2017-05-06  7:28 Markus Meier
2017-05-03 12:18 Michał Górny
2017-03-26  4:16 Matt Thode
2017-03-09 15:54 Michael Haubenwallner
2017-01-31 16:14 Mike Gilbert
2016-10-26 22:31 Tim Harder
2016-09-12 17:06 Tim Harder
2016-09-05 21:44 Manuel Rüger
2016-02-09 12:19 Justin Lecher
2016-02-08 18:40 Justin Lecher
2015-12-31 13:09 Justin Lecher
2015-11-17 11:03 Justin Lecher
2015-10-30 13:14 Justin Lecher
2015-10-29 10:44 Justin Lecher
2015-10-29 10:44 Justin Lecher
2015-10-26  6:32 Jeroen Roovers
2015-10-26  6:01 Jeroen Roovers
2015-10-23  9:05 Agostino Sarubbo
2015-10-19 16:56 Justin Lecher
2015-10-15 14:41 Justin Lecher

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=1468344595.cda7e21258afa56abd2ec4f036ef9ac295b93d94.radhermit@gentoo \
    --to=radhermit@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