py-ply: added version 3.11 (#8383)
This commit is contained in:
parent
e3a556cd2a
commit
10e628a5a0
1 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,7 @@
|
|||
class PyPly(PythonPackage):
|
||||
"""PLY is nothing more than a straightforward lex/yacc implementation."""
|
||||
homepage = "http://www.dabeaz.com/ply"
|
||||
url = "http://www.dabeaz.com/ply/ply-3.8.tar.gz"
|
||||
url = "https://github.com/dabeaz/ply/archive/3.11.tar.gz"
|
||||
|
||||
version('3.8', '94726411496c52c87c2b9429b12d5c50')
|
||||
version('3.11', '6465f602e656455affcd7c5734c638f8')
|
||||
version('3.8', '94726411496c52c87c2b9429b12d5c50', url='http://www.dabeaz.com/ply/ply-3.8.tar.gz')
|
||||
|
|
Loading…
Reference in a new issue