Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37791950
en ru br
ALT Linux repos
S:0.22.2-alt1

Group :: Development/Python3
RPM: rosdep

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:    rosdep
Version: 0.22.2
Release: alt1

Summary: rosdep multi-package manager system dependency tool
License: BSD-3-Clause
Group:   Development/Python3
URL:     https://github.com/ros-infrastructure/rosdep

Packager: Andrey Cherepanov <cas at altlinux.org>

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-dev python3-module-setuptools

BuildArch: noarch

Source:  %name-%version.tar

%description
rosdep is a command-line tool for installing system dependencies. For
end-users, rosdep helps you install system dependencies for software that you
are building from source. For developers, rosdep simplifies the problem of
installing system dependencies on different platforms. Instead of having to
figure out which debian package on Ubuntu Oneiric contains Boost, you can just
specify a dependency on 'boost'.

%prep
%setup -n %name-%version

%build
%python3_build

%install
%python3_install

%files
%doc *.rst
%_bindir/%name
%python3_sitelibdir/rosdep2
%python3_sitelibdir/*.egg-info

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin