summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-ply/package.py
blob: 999e2b69890f676e01e7ac5f92ea906dd45d9b10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2019 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      = "http://www.dabeaz.com/ply/ply-3.11.tar.gz"

    version('3.11', '6465f602e656455affcd7c5734c638f8')
    version('3.8', '94726411496c52c87c2b9429b12d5c50')