New package: py-cmsml (#27880)

* New package: py-cmsml

* Update var/spack/repos/builtin/packages/py-cmsml/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
iarspider 2021-12-10 00:47:12 +01:00 committed by GitHub
parent 75154318af
commit 32c442afdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
# 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 PyCmsml(PythonPackage):
"""Python package of the CMS Machine Learning Group."""
homepage = "https://github.com/cms-ml/cmsml"
pypi = "cmsml/cmsml-0.1.2.tar.gz"
version('0.1.2', sha256='2e2e114323441757a64e1c24179fc6295e7bd14920b7a9c3c37128eb40ad9ceb')
depends_on('python@2.7:2.7,3.6:3', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-six@1.13:', type=('build', 'run'))