summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-rosdistro/package.py
blob: f17c87c0333cc9dd5df1aa7f17246ac656253562 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 PyRosdistro(PythonPackage):
    """A tool to work with rosdistro files."""

    homepage = "https://wiki.ros.org/rosdistro"
    url      = "https://pypi.io/packages/source/r/rosdistro/rosdistro-0.8.3.tar.gz"

    version('0.8.3', sha256='e14893e0408a2e1fb3ecaef0a9fc978a3675519b828c1fff29ba6a78299b37bd')

    depends_on('py-pyyaml', type=('build', 'run'))
    depends_on('py-setuptools', type=('build', 'run'))
    depends_on('py-argparse', when='^python@:2.6', type=('build', 'run'))
    depends_on('py-catkin-pkg', type=('build', 'run'))
    depends_on('py-rospkg', type=('build', 'run'))