py-vcstools: add new package (#20114)
This commit is contained in:
parent
44665cb4e6
commit
d2a83b8318
17
var/spack/repos/builtin/packages/py-vcstools/package.py
Normal file
17
var/spack/repos/builtin/packages/py-vcstools/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)
|
||||
|
||||
|
||||
class PyVcstools(PythonPackage):
|
||||
"""VCS/SCM source control library for svn, git, hg, and bzr."""
|
||||
|
||||
homepage = "https://wiki.ros.org/vcstools"
|
||||
url = "https://pypi.io/packages/source/v/vcstools/vcstools-0.1.42.tar.gz"
|
||||
|
||||
version('0.1.42', sha256='9e48d8ed8b0fdda739af56e05bf10da1a509cb7d4950a19c73264c770802777a')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-pyyaml', type=('build', 'run'))
|
||||
depends_on('py-python-dateutil', type=('build', 'run'))
|
Loading…
Reference in New Issue
Block a user