py-vcstools: add new package (#20114)

This commit is contained in:
Adam J. Stewart 2020-11-26 18:05:39 -06:00 committed by GitHub
parent 44665cb4e6
commit d2a83b8318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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'))