summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-ply/package.py
blob: 38d81ee10ddbbced3edaa77d48886839239d6d92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


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"

    version('3.11', '6465f602e656455affcd7c5734c638f8')
    version('3.8', '94726411496c52c87c2b9429b12d5c50', url='http://www.dabeaz.com/ply/ply-3.8.tar.gz')