diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-29 09:17:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-29 09:30:59 +0200 |
commit | 1757cbd805e05e73809bdfe4c74e40bd45502dcc (patch) | |
tree | 344760a266dac29c7f5db7af521b96b881af3c6b /dev-python/rope/files | |
parent | dev-python/roman: Remove redundant versions (diff) | |
download | gentoo-1757cbd805e05e73809bdfe4c74e40bd45502dcc.tar.gz gentoo-1757cbd805e05e73809bdfe4c74e40bd45502dcc.tar.bz2 gentoo-1757cbd805e05e73809bdfe4c74e40bd45502dcc.zip |
dev-python/rope: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rope/files')
-rw-r--r-- | dev-python/rope/files/rope-0.10.3-doc-syntax-errors.patch | 35 |
1 files changed, 0 insertions, 35 deletions
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 |