Adding patch to remove unicode character from pyrope readme file (#9988)

* Adding new versions of py-rope.
This commit is contained in:
Jon Rood 2018-12-06 03:11:23 -07:00 committed by Massimiliano Culpo
parent 298da8e2c4
commit bba6df4a1f
2 changed files with 18 additions and 1 deletions

View file

@ -0,0 +1,12 @@
diff -Naru rope-0.10.5.orig/README.rst rope-0.10.5/README.rst
--- rope-0.10.5.orig/README.rst 2018-11-22 13:47:38.880373715 -0700
+++ rope-0.10.5/README.rst 2018-11-22 13:47:50.484375982 -0700
@@ -19,7 +19,7 @@
============
* Nick Smith <nicks@fastmail.fm> takes over maintaining rope. Many thanks to
- Matěj Cepl for his work maintaining rope for the past few years!!
+ Matej Cepl for his work maintaining rope for the past few years!!
* Full python3 support is in progress... stay tuned
Getting Started

View file

@ -12,6 +12,11 @@ class PyRope(PythonPackage):
homepage = "https://github.com/python-rope/rope"
url = "https://pypi.io/packages/source/r/rope/rope-0.10.5.tar.gz"
version('0.10.5', '21882fd7c04c29d09f75995d8a088be7')
version('0.11.0', sha256='a108c445e1cd897fe19272ab7877d172e7faf3d4148c80e7d20faba42ea8f7b2')
version('0.10.7', sha256='a09edfd2034fd50099a67822f9bd851fbd0f4e98d3b87519f6267b60e50d80d1')
version('0.10.6', sha256='9700e163f3b05ef4c68133a39d436c253a84b35baf662c2d63407da7bfa08edf')
version('0.10.5', sha256='2ff6099e65798f9e27da5026cc7136b4d9b340fc817031ccb4318f61f448127f')
patch('fix_readme_unicode.patch', when='@0.10.5:0.11.0')
depends_on('py-setuptools', type='build')