Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rope/files/, dev-python/rope/
Date: Sun, 29 Mar 2020 07:31:44
Message-Id: 1585467059.1757cbd805e05e73809bdfe4c74e40bd45502dcc.mgorny@gentoo
1 commit: 1757cbd805e05e73809bdfe4c74e40bd45502dcc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 07:17:00 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 07:30:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1757cbd8
7
8 dev-python/rope: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rope/Manifest | 1 -
13 .../rope/files/rope-0.10.3-doc-syntax-errors.patch | 35 ----------------
14 dev-python/rope/rope-0.10.7.ebuild | 46 ----------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest
18 index c210a442a21..fda0302a1dd 100644
19 --- a/dev-python/rope/Manifest
20 +++ b/dev-python/rope/Manifest
21 @@ -1,2 +1 @@
22 -DIST rope-0.10.7.tar.gz 244089 BLAKE2B aebc1eaa3715aa4f2423490790f53040ad256fca35b3ad7b516e6b1f0af051b79f812f7b701ff5ac2414dbf2d1cba319da0f4cf241041329c0c750ae63e0ec33 SHA512 80343b8b7af883afbd04734b0fe4dbdab114301234654cbd95b3ae8be8dff40878105b7647209f5e899b981ab6a7ecb987d9bdf942b32ed083c745128c22ef95
23 DIST rope-0.16.0.tar.gz 243304 BLAKE2B 2c41572687ef245eb20abfccebcc9f12ecaa177be313cec59c85be5102b7358566570730a7140f952b0a1c515b479c3d21740d32d4678e65c4c572acf86f4e27 SHA512 33ba57b246337e413126309a521c54e861899b03fd250e148b97d9789cddf6eceab36609ea6e36e84ad1ac514bc3363f4937b01bcb96b6103c2a33bec1d4fb75
24
25 diff --git a/dev-python/rope/files/rope-0.10.3-doc-syntax-errors.patch b/dev-python/rope/files/rope-0.10.3-doc-syntax-errors.patch
26 deleted file mode 100644
27 index f219e1bb02a..00000000000
28 --- a/dev-python/rope/files/rope-0.10.3-doc-syntax-errors.patch
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Fix syntax errors in doc files
32 -diff --git a/docs/contributing.rst b/docs/contributing.rst
33 -index c6cb8a8..9efc3cc 100644
34 ---- a/docs/contributing.rst
35 -+++ b/docs/contributing.rst
36 -@@ -45,7 +45,7 @@ about them, don't hesitate to discuss it in the mailing list.
37 - Getting Ready For Python 3.0
38 - ----------------------------
39 -
40 --Checkout http://bitbucket.org/agr/rope_py3k Mercurial_ repository.
41 -+Checkout http://bitbucket.org/agr/rope_py3k Mercurial repository.
42 - Contributions are welcome.
43 -
44 - Write Plugins For Other IDEs
45 -@@ -79,7 +79,7 @@ Source Repository
46 - =================
47 -
48 - Rope uses GitHub_. The repository exists at
49 --`https://github.com/python-rope/rope`_.
50 -+`https://github.com/python-rope/rope`.
51 -
52 -
53 - Submitting patches
54 -diff --git a/docs/library.rst b/docs/library.rst
55 -index 390b9c8..ee918bc 100644
56 ---- a/docs/library.rst
57 -+++ b/docs/library.rst
58 -@@ -72,7 +72,7 @@ In rope, files and folders in a project are accessed through
59 - ``Change``\s (we'll talk about them later) use resources.
60 -
61 - There are two options for creating a ``Resource`` for a path in a project.
62 --The first approach uses the `Project.get_resource()`_ method.
63 -+The first approach uses the `Project.get_resource()` method.
64 -
65 - .. code-block:: python
66
67 diff --git a/dev-python/rope/rope-0.10.7.ebuild b/dev-python/rope/rope-0.10.7.ebuild
68 deleted file mode 100644
69 index 9e15a0c71b8..00000000000
70 --- a/dev-python/rope/rope-0.10.7.ebuild
71 +++ /dev/null
72 @@ -1,46 +0,0 @@
73 -# Copyright 1999-2020 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=6
77 -
78 -PYTHON_COMPAT=( python3_6 )
79 -
80 -inherit distutils-r1
81 -
82 -DESCRIPTION="Python refactoring library"
83 -HOMEPAGE="https://github.com/python-rope/rope"
84 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
85 -
86 -LICENSE="GPL-2"
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
89 -IUSE="doc"
90 -
91 -RDEPEND="!dev-python/rope_py3k"
92 -# Dependency for docbuild documentation which is not noted in
93 -# setup.py, using standard docutils builds docs successfully.
94 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
95 - doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"
96 -
97 -PATCHES=( "${FILESDIR}/${PN}-0.10.3-doc-syntax-errors.patch" )
98 -
99 -python_test() {
100 - PYTHONPATH="${BUILD_DIR}/lib:." ${EPYTHON} ropetest/__init__.py
101 -}
102 -
103 -python_compile_all() {
104 - if use doc; then
105 - pushd docs > /dev/null || die
106 - mkdir build || die
107 - local i
108 - for i in ./*.rst; do
109 - rst2html.py $i > ./build/${i/rst/html} || die
110 - done
111 - popd > /dev/null || die
112 - fi
113 -}
114 -
115 -python_install_all() {
116 - use doc && local HTML_DOCS=( docs/build/. )
117 - distutils-r1_python_install_all
118 -}