From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- dev-python/rope/Manifest | 5 +-- .../rope/files/rope-0.10.3-doc-syntax-errors.patch | 35 ---------------- dev-python/rope/metadata.xml | 3 -- dev-python/rope/rope-0.10.7.ebuild | 46 ---------------------- 4 files changed, 1 insertion(+), 88 deletions(-) delete mode 100644 dev-python/rope/files/rope-0.10.3-doc-syntax-errors.patch delete mode 100644 dev-python/rope/rope-0.10.7.ebuild (limited to 'dev-python/rope') diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest index 99b7b9b810dd..4d590d097481 100644 --- a/dev-python/rope/Manifest +++ b/dev-python/rope/Manifest @@ -1,7 +1,4 @@ -AUX rope-0.10.3-doc-syntax-errors.patch 1207 BLAKE2B 2eb81ffc507c532feff64a09b04e9c098e0d52f702048b2e69abf53b0099454edcb82d866b8b7e83a77e493495a15e3e944f376aa2d1a0e3ddeffebb2435745e SHA512 6bf617e20ef8810496b92cb5e55240622ea7285c435b090254cd9211a29f0c8d103322ed772424cdaeb528dabe1a606adea95647480fed9609e71c29584faaf3 AUX rope-0.16.0-python3.7.patch 9140 BLAKE2B 911b730957faa7828252f3e4c58ff9d3dfee41c1d2ed841f7df95ba9fb890207a57b5e44ad641f75d5a14ed03112c0fb5c6202d7d5c3fb29e679fb5356fac4a9 SHA512 629deb4f13c207afeb570dfde81c28d8cf623d83dd8b9b004627e50b6634834f308ac7bb450c37d4ffa416b4c5f01d20ba6f071a567b82a4a7647204257f7c59 -DIST rope-0.10.7.tar.gz 244089 BLAKE2B aebc1eaa3715aa4f2423490790f53040ad256fca35b3ad7b516e6b1f0af051b79f812f7b701ff5ac2414dbf2d1cba319da0f4cf241041329c0c750ae63e0ec33 SHA512 80343b8b7af883afbd04734b0fe4dbdab114301234654cbd95b3ae8be8dff40878105b7647209f5e899b981ab6a7ecb987d9bdf942b32ed083c745128c22ef95 DIST rope-0.16.0.tar.gz 243304 BLAKE2B 2c41572687ef245eb20abfccebcc9f12ecaa177be313cec59c85be5102b7358566570730a7140f952b0a1c515b479c3d21740d32d4678e65c4c572acf86f4e27 SHA512 33ba57b246337e413126309a521c54e861899b03fd250e148b97d9789cddf6eceab36609ea6e36e84ad1ac514bc3363f4937b01bcb96b6103c2a33bec1d4fb75 -EBUILD rope-0.10.7.ebuild 1113 BLAKE2B b2604b27be6546a38eaff0afedc8ba2cc02fbfc25037374be85bd5c0660b02e2d594c9f7eeaeaa35b3045c7b1bbadedfba9f8a2e7c2ac0a552c8037155a420b8 SHA512 9cb3ab0f5d1695bd1c7dbf4bb85c7b14c25f587693e9e75f19f6c54333704185f982e43155446fa472cb5b51dbaa649f28ecca201b110869fc0ee4ab99eb0e44 EBUILD rope-0.16.0.ebuild 975 BLAKE2B 89c9f51d3778b6489640f0d4511392cf86443fd1f2b0213eed77977e60dffa1d586e38ba03b9fdf6f4781385aa18d9015313344718e0bc1f410cdad38d8ece7e SHA512 10cb6f677aa258cf00853fa75564a6166e093579cf7ee6f3054a213428810379760e6ee2fa87adaf25b47fdd9685037aafc1e63a1aa1fb05ab4ff518022e2dea -MISC metadata.xml 517 BLAKE2B 165eea4dc0b2ee1244b9b94f3763c90692c6483d4c09b6535197b34ace789d364c2b63de1dc9d50645ec01cc2975c6f20a95d7756c2bac78a40733e343b7968c SHA512 6289b55677d1e26372017042042229865bad64a396952c21a7d5a1f25322c2ccfed11c0a9ea0c0896573dd1f04dc3263dc3eb28ff7b0b804c2bddf231e924630 +MISC metadata.xml 426 BLAKE2B a90ca25878154783f5448189564061f85cc6dd9f92855046a0965b864c496d5b0c608c128330b7cfcb395b615666aaaf6298b1f0f729832e4be07aa0d6f14f01 SHA512 aba585c9733078704e38b5474b1e3dc29a5cd1f8e07501d00f025136ccf4c65656c967831ac2901f8f0a90b9c3240e5cb4b6ee3fd34846bde17cbd1932853697 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 deleted file mode 100644 index f219e1bb02ad..000000000000 --- a/dev-python/rope/files/rope-0.10.3-doc-syntax-errors.patch +++ /dev/null @@ -1,35 +0,0 @@ -# Fix syntax errors in doc files -diff --git a/docs/contributing.rst b/docs/contributing.rst -index c6cb8a8..9efc3cc 100644 ---- a/docs/contributing.rst -+++ b/docs/contributing.rst -@@ -45,7 +45,7 @@ about them, don't hesitate to discuss it in the mailing list. - Getting Ready For Python 3.0 - ---------------------------- - --Checkout http://bitbucket.org/agr/rope_py3k Mercurial_ repository. -+Checkout http://bitbucket.org/agr/rope_py3k Mercurial repository. - Contributions are welcome. - - Write Plugins For Other IDEs -@@ -79,7 +79,7 @@ Source Repository - ================= - - Rope uses GitHub_. The repository exists at --`https://github.com/python-rope/rope`_. -+`https://github.com/python-rope/rope`. - - - Submitting patches -diff --git a/docs/library.rst b/docs/library.rst -index 390b9c8..ee918bc 100644 ---- a/docs/library.rst -+++ b/docs/library.rst -@@ -72,7 +72,7 @@ In rope, files and folders in a project are accessed through - ``Change``\s (we'll talk about them later) use resources. - - There are two options for creating a ``Resource`` for a path in a project. --The first approach uses the `Project.get_resource()`_ method. -+The first approach uses the `Project.get_resource()` method. - - .. code-block:: python diff --git a/dev-python/rope/metadata.xml b/dev-python/rope/metadata.xml index 0070618315a2..eb0b3339535f 100644 --- a/dev-python/rope/metadata.xml +++ b/dev-python/rope/metadata.xml @@ -5,9 +5,6 @@ python@gentoo.org Python - - Rope is a python refactoring library. - rope rope diff --git a/dev-python/rope/rope-0.10.7.ebuild b/dev-python/rope/rope-0.10.7.ebuild deleted file mode 100644 index 9e15a0c71b81..000000000000 --- a/dev-python/rope/rope-0.10.7.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -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="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc" - -RDEPEND="!dev-python/rope_py3k" -# Dependency for docbuild documentation which is not noted in -# setup.py, using standard docutils builds docs successfully. -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/docutils[${PYTHON_USEDEP}] )" - -PATCHES=( "${FILESDIR}/${PN}-0.10.3-doc-syntax-errors.patch" ) - -python_test() { - PYTHONPATH="${BUILD_DIR}/lib:." ${EPYTHON} ropetest/__init__.py -} - -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 -} -- cgit v1.2.3