py-ply: added version 3.11 (#8383)

This commit is contained in:
Massimiliano Culpo 2018-07-11 22:21:55 +02:00 committed by GitHub
parent e3a556cd2a
commit 10e628a5a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')