From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rope/
Date: Sat, 30 Jul 2022 12:35:34 +0000 (UTC) [thread overview]
Message-ID: <1659184363.6b440763995cafc3236d10fdd715a0e8fdc8ab2b.arthurzam@gentoo> (raw)
commit: 6b440763995cafc3236d10fdd715a0e8fdc8ab2b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 12:32:43 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 12:32:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b440763
dev-python/rope: add 1.3.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/rope/Manifest | 1 +
dev-python/rope/rope-1.3.0.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest
index 0b54e70e1e81..536f617df1ab 100644
--- a/dev-python/rope/Manifest
+++ b/dev-python/rope/Manifest
@@ -1,2 +1,3 @@
DIST rope-1.1.1.tar.gz 274610 BLAKE2B 52354453305ee58db70f86392f7ec27179e1e4a9ec677fb8875bb9ca24663e6dae26e1bac4a1ad62143fe3a419a7a1e1fd0b7d2f03ef556143d2b060b23300af SHA512 aaf664a63ef00e3c844d6999338fe6a3384ddecfe95ef9b7eb213e5c37c9f78f7d2ea59aa7e612487bac5eaaaf7fc8ba499c0d43c740f99a7b3be64c9d7f6e07
DIST rope-1.2.0.tar.gz 289239 BLAKE2B 314cf382e76a448dcddff0b9c52ae437cde032b54f1c9edbb05c1d47832ecc7a0b35b8eb14cf48ef5b296011a273cf3e21c5433a70e2627c11f2cdeca885e1a3 SHA512 d34a47a6453a85fcaa253287224b7b5265e08d2cba46377d17502f78642d3468d074b43d4916758c2225f98e676080af2b7896ad6194e0ee0234661343259fd1
+DIST rope-1.3.0.tar.gz 286846 BLAKE2B f8b122a276812638eee76cc235e91e013696f6047c450729edde1b4a5bfdd1d6aa7d1e9ac46048e8205a1f544ee82f740e0f7b20f10769a9a28065a8b9caee6b SHA512 45036cfb3abbe6b00306268f62804d787a633ef8981b23553d57ea18087bfbec33be6346bb59393bb6c3b48020a2da87f759668a57ec8e809ba3666aff0dfd2c
diff --git a/dev-python/rope/rope-1.3.0.ebuild b/dev-python/rope/rope-1.3.0.ebuild
new file mode 100644
index 000000000000..67e1183ee5b0
--- /dev/null
+++ b/dev-python/rope/rope-1.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python refactoring library"
+HOMEPAGE="
+ https://pypi.org/project/rope/
+ https://github.com/python-rope/rope/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="doc"
+
+RDEPEND="
+ dev-python/pytoolconfig[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/build[${PYTHON_USEDEP}]
+ dev-python/pytest-timeout[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # our venv style confuses this comparison
+ ropetest/contrib/autoimport/utilstest.py::test_get_package_source_typing
+ ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_typing
+ ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_compiled
+)
next reply other threads:[~2022-07-30 12:35 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-30 12:35 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-11 19:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/rope/ 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 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-07-17 4:14 Matt Turner
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=1659184363.6b440763995cafc3236d10fdd715a0e8fdc8ab2b.arthurzam@gentoo \
--to=arthurzam@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