Imported Upstream version 1.0.0 upstream/1.0.0
authorTizenOpenSource <tizenopensrc@samsung.com>
Tue, 6 Feb 2024 08:28:21 +0000 (17:28 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Tue, 6 Feb 2024 08:28:21 +0000 (17:28 +0900)
commitcbd9b295fb295eafd807b851fb91fc5f941f0ead
treea734e3e490f94786ed8d932f9e6e44313b604e7c
parent9aecbc68a32a47981162ac56d57aa465e5f65fe2
Imported Upstream version 1.0.0
27 files changed:
LICENSE [new file with mode: 0644]
PKG-INFO
README.rst
setup.cfg
setup.py
src/catkin_pkg.egg-info/PKG-INFO
src/catkin_pkg.egg-info/SOURCES.txt
src/catkin_pkg.egg-info/requires.txt
src/catkin_pkg/__init__.py
src/catkin_pkg/changelog.py
src/catkin_pkg/cli/package_version.py
src/catkin_pkg/cli/prepare_release.py
src/catkin_pkg/cmake.py
src/catkin_pkg/package.py
src/catkin_pkg/package_version.py
src/catkin_pkg/packages.py
src/catkin_pkg/python_setup.py
src/catkin_pkg/topological_order.py
test/test_changelog.py
test/test_flake8.py
test/test_metapackage.py
test/test_package.py
test/test_package_version.py
test/test_packages.py
test/test_templates.py
test/test_topological_order.py
test/test_workspaces.py