py-ply: fix download url (#9862)

This commit is contained in:
Eric 2018-11-16 15:12:05 -06:00 committed by Peter Scheibel
parent 61adf39fe1
commit dc2911208f

View File

@ -9,7 +9,7 @@
class PyPly(PythonPackage):
"""PLY is nothing more than a straightforward lex/yacc implementation."""
homepage = "http://www.dabeaz.com/ply"
url = "https://github.com/dabeaz/ply/archive/3.11.tar.gz"
url = "http://www.dabeaz.com/ply/ply-3.11.tar.gz"
version('3.11', '6465f602e656455affcd7c5734c638f8')
version('3.8', '94726411496c52c87c2b9429b12d5c50', url='http://www.dabeaz.com/ply/ply-3.8.tar.gz')
version('3.8', '94726411496c52c87c2b9429b12d5c50')