Imported Upstream version python3-rospkg 1.2.8 upstream upstream/1.2.8
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 12 Apr 2021 06:19:55 +0000 (15:19 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 12 Apr 2021 06:19:55 +0000 (15:19 +0900)
commit8108b72da8a17621669267f5dfe2c3277fd30f12
treee7e104bc50d8c0f217fa433d7c58ca3d17b4a138
Imported Upstream version python3-rospkg 1.2.8
28 files changed:
PKG-INFO [new file with mode: 0644]
README.md [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0755]
src/rospkg.egg-info/PKG-INFO [new file with mode: 0644]
src/rospkg.egg-info/SOURCES.txt [new file with mode: 0644]
src/rospkg.egg-info/dependency_links.txt [new file with mode: 0644]
src/rospkg.egg-info/entry_points.txt [new file with mode: 0644]
src/rospkg.egg-info/requires.txt [new file with mode: 0644]
src/rospkg.egg-info/top_level.txt [new file with mode: 0644]
src/rospkg/__init__.py [new file with mode: 0644]
src/rospkg/common.py [new file with mode: 0644]
src/rospkg/distro.py [new file with mode: 0644]
src/rospkg/environment.py [new file with mode: 0644]
src/rospkg/manifest.py [new file with mode: 0644]
src/rospkg/os_detect.py [new file with mode: 0644]
src/rospkg/rospack.py [new file with mode: 0644]
src/rospkg/rosversion.py [new file with mode: 0644]
src/rospkg/stack.py [new file with mode: 0644]
test/test_rospkg_catkin_packages.py [new file with mode: 0644]
test/test_rospkg_common.py [new file with mode: 0644]
test/test_rospkg_distro.py [new file with mode: 0644]
test/test_rospkg_distro_vcs_config.py [new file with mode: 0644]
test/test_rospkg_environment.py [new file with mode: 0644]
test/test_rospkg_manifest.py [new file with mode: 0644]
test/test_rospkg_os_detect.py [new file with mode: 0644]
test/test_rospkg_packages.py [new file with mode: 0644]
test/test_rospkg_stacks.py [new file with mode: 0644]