new package: py-pypeg2 (#18379)
* new package: py-pypeg2 * add missing dependency Co-authored-by: sbulut <sbulut@3vgeomatics.com> Co-authored-by: Sinan81 <Sinan81@earth>
This commit is contained in:
parent
a43dc51551
commit
855e77036e
17
var/spack/repos/builtin/packages/py-pypeg2/package.py
Normal file
17
var/spack/repos/builtin/packages/py-pypeg2/package.py
Normal file
@ -0,0 +1,17 @@
|
||||
# Copyright 2013-2020 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 PyPypeg2(PythonPackage):
|
||||
"""A PEG Parser-Interpreter in Python"""
|
||||
|
||||
homepage = "https://fdik.org/pyPEG2/"
|
||||
url = "https://pypi.io/packages/source/p/pypeg2/pyPEG2-2.15.2.tar.gz"
|
||||
|
||||
version('2.15.2', sha256='2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d')
|
||||
|
||||
depends_on('py-lxml', type=('build', 'run'))
|
Loading…
Reference in New Issue
Block a user