New package: py-flawfinder (#27887)
* New package: py-flawfinder * Build py-flawfinder from source * Update package.py
This commit is contained in:
parent
059bc53760
commit
8b6bb245db
18
var/spack/repos/builtin/packages/py-flawfinder/package.py
Normal file
18
var/spack/repos/builtin/packages/py-flawfinder/package.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2013-2021 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 PyFlawfinder(PythonPackage, SourceforgePackage):
|
||||
"""a program that examines source code looking for security weaknesses"""
|
||||
|
||||
homepage = "http://dwheeler.com/flawfinder/"
|
||||
sourceforge_mirror_path = "project/flawfinder/flawfinder-2.0.19.tar.gz"
|
||||
|
||||
version('2.0.19', sha256='fe550981d370abfa0a29671346cc0b038229a9bd90b239eab0f01f12212df618')
|
||||
|
||||
depends_on('python@2.7:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
Loading…
Reference in New Issue
Block a user