From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparsing/
Date: Wed, 8 Apr 2020 18:54:22 +0000 (UTC) [thread overview]
Message-ID: <1586372035.ff8b4c20acfd6ed8993cbd246f2c38ae042bc726.sping@gentoo> (raw)
commit: ff8b4c20acfd6ed8993cbd246f2c38ae042bc726
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 8 18:53:32 2020 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Apr 8 18:53:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8b4c20
dev-python/pyparsing: 2.4.7
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.96, Repoman-2.3.22
dev-python/pyparsing/Manifest | 1 +
dev-python/pyparsing/pyparsing-2.4.7.ebuild | 32 +++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/pyparsing/Manifest b/dev-python/pyparsing/Manifest
index cf6a79c6692..107947f9b7a 100644
--- a/dev-python/pyparsing/Manifest
+++ b/dev-python/pyparsing/Manifest
@@ -1 +1,2 @@
DIST pyparsing_2.4.6.tar.gz 647543 BLAKE2B f6c93fa1e9a7ece4cf6abcc74dae0c96becaf7f50eed5437a6410166e80768c17d429fa2d1e4d1958b2a7c5ad6ffd18218c5160bb0ebe03ae2963014612eecf3 SHA512 475b77f469d2051fb067796849f7c7d3df145f2c6cefc708c904a5b0af22661b4c229c521c2cac3c94621dde9bda6b28e428a8e31d936df6d4596d993263981e
+DIST pyparsing_2.4.7.tar.gz 648158 BLAKE2B 24525b4ee7876e245b9eb270f0e3e22fe2d8b398f9777ad3b3657b8a1227dcbd25983aa64a3f3018debdbffc1a042c732e6b3a09800e081c7acac7b97da15317 SHA512 c7a546729f86a2b5176e2482b566b9fd715b03e495aaef4d720b21307bb03f385dbc849247f8d266cb3d92be0a83c34ce4995b655ce85318355d5a0d42d6991e
diff --git a/dev-python/pyparsing/pyparsing-2.4.7.ebuild b/dev-python/pyparsing/pyparsing-2.4.7.ebuild
new file mode 100644
index 00000000000..e0fceaa8ab2
--- /dev/null
+++ b/dev-python/pyparsing/pyparsing-2.4.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2004-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+MY_P=${P/-/_}
+DESCRIPTION="Easy-to-use Python module for text parsing"
+HOMEPAGE="https://github.com/pyparsing/pyparsing https://pypi.org/project/pyparsing/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_P}.tar.gz"
+# pypi releases and generated github tarballs lack tests
+#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 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="examples"
+
+distutils_enable_tests setup.py
+
+S=${WORKDIR}/${PN}-${MY_P}
+
+python_install_all() {
+ if use examples; then
+ docompress -x /usr/share/doc/${PF}/examples
+ dodoc -r examples
+ fi
+ distutils-r1_python_install_all
+}
next reply other threads:[~2020-04-08 18:54 UTC|newest]
Thread overview: 98+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-08 18:54 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-21 16:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparsing/ Michał Górny
2025-09-14 2:52 Michał Górny
2025-05-11 22:19 Sam James
2025-04-12 7:40 Michał Górny
2025-03-26 6:35 Michał Górny
2025-03-26 6:35 Michał Górny
2025-03-24 5:31 Michał Górny
2025-02-20 17:09 Michał Górny
2025-01-18 8:28 Michał Górny
2025-01-18 8:24 Michał Górny
2025-01-01 6:11 Michał Górny
2024-11-02 8:59 Michał Górny
2024-10-26 11:52 Michał Górny
2024-10-13 14:58 Michał Górny
2024-10-06 2:30 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-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-07-12 17:30 Tim Harder
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=1586372035.ff8b4c20acfd6ed8993cbd246f2c38ae042bc726.sping@gentoo \
--to=sping@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