Skip to content
Snippets Groups Projects
Unverified Commit 10e628a5 authored by Massimiliano Culpo's avatar Massimiliano Culpo Committed by GitHub
Browse files

py-ply: added version 3.11 (#8383)

parent e3a556cd
Branches
Tags
No related merge requests found
......@@ -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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment