py-cython: update (#8005)
This commit is contained in:
parent
2aea56da07
commit
ebca867496
1 changed files with 5 additions and 0 deletions
|
@ -38,3 +38,8 @@ class PyCython(PythonPackage):
|
||||||
# These versions contain illegal Python3 code...
|
# These versions contain illegal Python3 code...
|
||||||
version('0.22', '1ae25add4ef7b63ee9b4af697300d6b6')
|
version('0.22', '1ae25add4ef7b63ee9b4af697300d6b6')
|
||||||
version('0.21.2', 'd21adb870c75680dc857cd05d41046a4')
|
version('0.21.2', 'd21adb870c75680dc857cd05d41046a4')
|
||||||
|
|
||||||
|
@property
|
||||||
|
def command(self):
|
||||||
|
"""Returns the Cython command"""
|
||||||
|
return Executable(self.prefix.bin.cython)
|
||||||
|
|
Loading…
Reference in a new issue