summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-vcstools/package.py
blob: 2e6f74bec1d84c1d391f6141411f5734666d9f1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2023 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.package import *


class PyVcstools(PythonPackage):
    """VCS/SCM source control library for svn, git, hg, and bzr."""

    homepage = "https://wiki.ros.org/vcstools"
    pypi = "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"))