Added new version; old versions don't work with Python3.
This commit is contained in:
parent
42ec822379
commit
497adc3b42
1 changed files with 5 additions and 2 deletions
|
@ -3,10 +3,13 @@
|
|||
class PyCython(Package):
|
||||
"""The Cython compiler for writing C extensions for the Python language."""
|
||||
homepage = "https://pypi.python.org/pypi/cython"
|
||||
url = "https://pypi.python.org/packages/source/C/Cython/cython-0.22.tar.gz"
|
||||
url = "https://pypi.python.org/packages/source/C/Cython/Cython-0.22.tar.gz"
|
||||
|
||||
version('0.21.2', 'd21adb870c75680dc857cd05d41046a4')
|
||||
version('0.23.4', '157df1f69bcec6b56fd97e0f2e057f6e')
|
||||
|
||||
# These versions contain illegal Python3 code...
|
||||
version('0.22', '1ae25add4ef7b63ee9b4af697300d6b6')
|
||||
version('0.21.2', 'd21adb870c75680dc857cd05d41046a4')
|
||||
|
||||
extends('python')
|
||||
|
||||
|
|
Loading…
Reference in a new issue