py-wstool: add new package (#20115)

This commit is contained in:
Adam J. Stewart 2020-11-27 14:43:27 -06:00 committed by GitHub
parent 8dd3797d32
commit 77aca8153d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
# 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 PyWstool(PythonPackage):
"""A tool for managing a workspace of multiple heterogenous SCM
repositories."""
homepage = "https://wiki.ros.org/wstool"
url = "https://pypi.io/packages/source/w/wstool/wstool-0.1.17.tar.gz"
version('0.1.17', sha256='c79b4f110ef17004c24972d742d2c5f606b0f6b424295e7ed029a48e857de237')
depends_on('py-setuptools', type='build')
depends_on('py-vcstools@0.1.38:', type=('build', 'run'))
depends_on('py-pyyaml', type=('build', 'run'))