public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rope/
Date: Fri, 17 Jul 2020 04:14:06 +0000 (UTC)	[thread overview]
Message-ID: <1594959232.f8cf46d2352ce9fff6427f6ce806af7e615bab07.mattst88@gentoo> (raw)

commit:     f8cf46d2352ce9fff6427f6ce806af7e615bab07
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jul  1 18:57:06 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 04:13:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cf46d2

dev-python/rope: vers bump, add py3_8 rem py3_6

tests fail with py3_9 :(

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-python/rope/Manifest           |  1 +
 dev-python/rope/rope-0.17.0.ebuild | 41 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest
index fda0302a1dd..07462bd09e8 100644
--- a/dev-python/rope/Manifest
+++ b/dev-python/rope/Manifest
@@ -1 +1,2 @@
 DIST rope-0.16.0.tar.gz 243304 BLAKE2B 2c41572687ef245eb20abfccebcc9f12ecaa177be313cec59c85be5102b7358566570730a7140f952b0a1c515b479c3d21740d32d4678e65c4c572acf86f4e27 SHA512 33ba57b246337e413126309a521c54e861899b03fd250e148b97d9789cddf6eceab36609ea6e36e84ad1ac514bc3363f4937b01bcb96b6103c2a33bec1d4fb75
+DIST rope-0.17.0.tar.gz 248629 BLAKE2B 7c9276b5f400dfa9661f81d365eac150a124620824d400131d5da7361475e5a2d548c8b53a88e61e7ae6e483a47c8ca4b8ca773235e209e8c6fb47b0088327fd SHA512 c27a17fdf73ed0ae85fe417132acd999452ae88a7b779d84fdf73134094fd34510ae08017dc24ddd7c34cb70353b5a43021229b88819002371790e7717b8ae46

diff --git a/dev-python/rope/rope-0.17.0.ebuild b/dev-python/rope/rope-0.17.0.ebuild
new file mode 100644
index 00000000000..c5d96a7c391
--- /dev/null
+++ b/dev-python/rope/rope-0.17.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python refactoring library"
+HOMEPAGE="https://github.com/python-rope/rope"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="doc"
+
+# Dependency for docbuild documentation which is not noted in
+# setup.py, using standard docutils builds docs successfully.
+DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_compile_all() {
+	if use doc; then
+		pushd docs > /dev/null || die
+		mkdir build || die
+		local i
+		for i in ./*.rst; do
+			rst2html.py $i > ./build/${i/rst/html} || die
+		done
+		popd > /dev/null || die
+	fi
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( docs/build/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2020-07-17  4:14 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-17  4:14 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-18 10:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/rope/ Michał Górny
2025-01-18  8:57 Arthur Zamarin
2024-04-11 19:04 Michał Górny
2024-04-11 17:41 Arthur Zamarin
2024-03-24 18:17 Michał Górny
2024-03-24 16:22 Michał Górny
2024-02-03 20:03 Michał Górny
2024-02-03 19:09 Sam James
2024-01-18 17:15 Arthur Zamarin
2023-11-29 11:04 Michał Górny
2023-11-24 23:14 Sam James
2023-11-06  6:22 Michał Górny
2023-11-02  5:44 Michał Górny
2023-11-02  4:12 Sam James
2023-09-28  4:43 Michał Górny
2023-08-03  4:39 Michał Górny
2023-08-02 19:25 Arthur Zamarin
2023-06-30  2:56 Michał Górny
2023-06-06  5:57 Michał Górny
2023-06-06  1:51 Sam James
2023-05-05 17:30 Arthur Zamarin
2023-03-16  4:07 Michał Górny
2023-02-28 19:09 Sam James
2023-02-17  6:21 Michał Górny
2023-02-16 22:50 Sam James
2023-01-17  5:08 Michał Górny
2022-12-31 12:37 Michał Górny
2022-12-31 12:12 Sam James
2022-12-16 11:32 Michał Górny
2022-11-30  3:09 Michał Górny
2022-11-30  0:52 Sam James
2022-11-29 21:46 Jakov Smolić
2022-11-26  6:28 Michał Górny
2022-11-23  8:41 Michał Górny
2022-10-22  6:22 Michał Górny
2022-08-31 18:19 Arthur Zamarin
2022-08-30 18:53 Michał Górny
2022-08-30 17:08 Jakov Smolić
2022-07-30 12:35 Arthur Zamarin
2022-07-30  2:33 Sam James
2022-06-27  9:29 Michał Górny
2022-06-27  7:34 Agostino Sarubbo
2022-06-24 20:45 Jakov Smolić
2022-06-22 17:31 Arthur Zamarin
2022-05-26  8:07 Michał Górny
2022-05-15 10:41 Michał Górny
2022-05-15 10:41 Michał Górny
2022-05-15  8:19 Jakov Smolić
2022-04-08  8:56 Michał Górny
2022-03-31 14:08 Michał Górny
2022-03-31 13:55 Jakov Smolić
2022-02-27  8:49 Michał Górny
2022-02-26  8:34 Michał Górny
2021-12-23 22:46 Michał Górny
2021-12-23 22:39 Sam James
2021-11-22 23:04 Michał Górny
2021-11-21 20:14 Michał Górny
2021-11-21 19:28 Jakov Smolić
2021-10-24  8:43 Michał Górny
2021-10-18 20:40 Michał Górny
2021-09-18 21:38 Michał Górny
2021-09-18  7:00 Michał Górny
2021-09-09 14:12 Andrew Ammerlaan
2021-05-26  6:49 Agostino Sarubbo
2021-05-06 23:03 Michał Górny
2021-05-06 21:19 Sam James
2021-04-19  6:56 Michał Górny
2020-12-16 17:25 Michał Górny
2020-12-16 16:46 Sam James
2020-12-05  9:58 Michał Górny
2020-11-05  1:39 Matt Turner
2020-11-05  1:39 Matt Turner
2020-10-13 18:06 Sam James
2020-03-29  7:31 Michał Górny
2020-02-15 20:43 Matt Turner
2017-11-02 12:29 Michał Górny
2017-11-02 12:29 Michał Górny
2017-09-14  2:00 Tim Harder
2017-03-10 17:24 Patrick Lauer
2016-08-22  8:56 Patrice Clement
2016-08-22  8:56 Patrice Clement

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=1594959232.f8cf46d2352ce9fff6427f6ce806af7e615bab07.mattst88@gentoo \
    --to=mattst88@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