Add new package: py-robotframework (#18814)

This commit is contained in:
darmac 2020-09-24 09:19:36 +08:00 committed by GitHub
parent dd4f55cb46
commit 9263f56b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
# 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 PyRobotframework(PythonPackage):
"""Cross-platform lib for process and system monitoring in Python."""
homepage = "https://opencollective.com/psutil"
url = "https://github.com/robotframework/robotframework/archive/v3.2.2.tar.gz"
version('3.2.2', sha256='6b2bddcecb5d1c6198999e38aeaf4c0366542a5e7b5bd788c6a3a36b055d5ea2')
version('3.2.1', sha256='9805faa0990125ff2c9689b673448d5f47e78470e7a8e95af1606a775fa8379f')
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-enum34', type='test')
depends_on('py-ipaddress', type='test')
depends_on('py-mock', type='test')
depends_on('py-unittest2', type='test')