From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/parso/
Date: Thu, 30 Aug 2018 15:21:10 +0000 (UTC) [thread overview]
Message-ID: <1535641362.5dc5deb92c2091d085b7c7af227bc33432a50627.mgorny@gentoo> (raw)
commit: 5dc5deb92c2091d085b7c7af227bc33432a50627
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 29 20:12:53 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 15:02:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc5deb9
dev-python/parso: Bump to 0.3.1
dev-python/parso/Manifest | 1 +
dev-python/parso/parso-0.3.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/parso/Manifest b/dev-python/parso/Manifest
index 653c0365695..743749da491 100644
--- a/dev-python/parso/Manifest
+++ b/dev-python/parso/Manifest
@@ -1 +1,2 @@
DIST parso-0.1.1.tar.gz 376876 BLAKE2B ad0b9492273d23da1f4133a2f1e6edd2fa7f2213dbe12868f891863e9286fa0281de7fc6c6924b78a5820f94867971bbc09f18b3d0f2e4832c9c875850205254 SHA512 1199651136af1c9f0801a031a197e367f7fa73b5878b863103a506481e8b325e6b305e4260510a567dccf91f298fd7e9e5674f4dc410765ae1f9112f742aa6a0
+DIST parso-0.3.1.tar.gz 375226 BLAKE2B 71481f5f382f14e5f2c7826f8eb50a1c35f8c280f14c8bf52bcf44f77aa9872cddce7d7fb7b0a586ab7cda547e43bbce11812077ae84129c418a9f0bb3c5b856 SHA512 f83e316a41e21d3132d9ee8a45f9042962c01a2b906e8791046112b9ed938d378b0dc28c4ae05ce03a8c2d19563a49cba9a9a230654345ff62e87cc763536ddb
diff --git a/dev-python/parso/parso-0.3.1.ebuild b/dev-python/parso/parso-0.3.1.ebuild
new file mode 100644
index 00000000000..158e3a277f6
--- /dev/null
+++ b/dev-python/parso/parso-0.3.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="a python parser that supports error recovery and round-trip parsing"
+HOMEPAGE="https://github.com/davidhalter/parso https://pypi.org/project/parso/"
+SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 x86"
+IUSE="doc test"
+
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ doc? ( dev-python/sphinx )
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+ py.test -vv test || die "tests failed with ${EPYTHON}"
+}
+
+python_compile_all() {
+ use doc && emake -C docs html
+}
+
+python_install_all() {
+ use doc && HTML_DOCS=( "${S}"/docs/_build/html/. )
+ distutils-r1_python_install_all
+}
next reply other threads:[~2018-08-30 15:21 UTC|newest]
Thread overview: 87+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-30 15:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-26 11:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/parso/ Arthur Zamarin
2025-08-24 3:04 Michał Górny
2025-06-21 8:15 Michał Górny
2025-06-21 6:33 Arthur Zamarin
2025-05-31 17:15 Michał Górny
2025-02-20 13:48 Michał Górny
2024-06-16 17:37 Michał Górny
2024-04-20 9:54 Michał Górny
2024-04-20 9:51 Michał Górny
2024-04-05 19:45 Michał Górny
2023-06-01 13:22 Michał Górny
2023-06-01 13:22 Michał Górny
2022-05-26 9:30 Andrew Ammerlaan
2022-04-25 19:25 Michał Górny
2022-04-25 18:59 Sam James
2022-04-07 4:40 Michał Górny
2021-12-31 18:43 Arthur Zamarin
2021-11-30 21:55 Michał Górny
2021-09-05 1:18 Sam James
2021-09-05 1:18 Sam James
2021-08-26 3:00 Sam James
2021-08-24 23:21 Sam James
2021-08-20 23:51 Sam James
2021-08-20 6:00 Agostino Sarubbo
2021-08-20 5:59 Agostino Sarubbo
2021-08-04 10:23 Sergei Trofimovich
2021-08-04 10:23 Sergei Trofimovich
2021-07-25 15:26 Sergei Trofimovich
2021-07-25 15:26 Sergei Trofimovich
2021-07-25 3:16 Matt Turner
2021-07-25 3:16 Matt Turner
2021-07-24 8:23 Michał Górny
2021-07-01 8:43 Michał Górny
2021-06-20 1:55 Sam James
2021-06-20 1:55 Sam James
2021-05-06 11:19 Michał Górny
2021-05-06 10:06 Sam James
2021-03-31 10:14 Michał Górny
2021-03-02 8:43 Michał Górny
2021-03-02 3:15 Sam James
2020-12-31 6:07 Sam James
2020-09-20 9:36 Michał Górny
2020-09-18 23:59 Sam James
2020-09-08 23:59 Sam James
2020-08-05 7:50 Michał Górny
2020-07-24 14:31 Michał Górny
2020-07-21 22:32 Sam James
2020-06-03 15:21 Agostino Sarubbo
2020-06-03 15:17 Agostino Sarubbo
2020-06-03 15:10 Agostino Sarubbo
2020-06-02 12:01 Michał Górny
2020-04-14 7:58 Agostino Sarubbo
2020-04-14 5:33 Michał Górny
2020-04-14 5:33 Michał Górny
2020-03-27 16:25 Joonas Niilola
2020-03-19 17:20 Michał Górny
2020-03-19 11:40 Mart Raudsepp
2020-03-05 9:27 Agostino Sarubbo
2020-03-05 9:26 Agostino Sarubbo
2020-03-05 9:07 Agostino Sarubbo
2020-03-04 12:33 Michał Górny
2020-03-04 5:01 Michał Górny
2020-03-02 11:34 Sergei Trofimovich
2020-02-28 17:50 Agostino Sarubbo
2020-02-28 14:12 Agostino Sarubbo
2020-02-28 6:06 Michał Górny
2020-02-28 6:06 Michał Górny
2020-02-04 4:50 Michał Górny
2020-01-27 14:28 Agostino Sarubbo
2020-01-27 14:25 Agostino Sarubbo
2020-01-27 12:51 Agostino Sarubbo
2020-01-27 7:22 Michał Górny
2019-12-16 8:09 Michał Górny
2019-12-16 8:09 Michał Górny
2019-12-16 8:09 Michał Górny
2019-12-03 0:54 Patrick McLean
2019-12-02 21:13 Aaron Bauman
2019-11-24 16:15 Aaron Bauman
2019-07-14 6:23 Michał Górny
2019-07-03 22:00 Tim Harder
2019-07-03 22:00 Tim Harder
2018-08-30 15:21 Michał Górny
2018-03-21 20:24 Markus Meier
2018-03-12 0:51 Matt Turner
2018-03-04 22:40 Sergei Trofimovich
2018-02-06 1:53 Tim Harder
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=1535641362.5dc5deb92c2091d085b7c7af227bc33432a50627.mgorny@gentoo \
--to=mgorny@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