pixi-ros 0.1.0__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. pixi_ros-0.1.2/LICENSE +21 -0
  2. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/PKG-INFO +3 -1
  3. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/pixi.lock +2 -1
  4. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/pyproject.toml +2 -1
  5. pixi_ros-0.1.2/tests/examples/ws1/src/package-b/package-b/__init__.py +0 -0
  6. pixi_ros-0.1.0/src/pixi_ros/__init__.py +0 -3
  7. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/.gitattributes +0 -0
  8. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/.github/workflows/ci.yml +0 -0
  9. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/.github/workflows/publish-pypi.yml +0 -0
  10. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/.gitignore +0 -0
  11. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/README.md +0 -0
  12. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/pixi.toml +0 -0
  13. {pixi_ros-0.1.0/tests/examples/ws1/src/package-b/package-b → pixi_ros-0.1.2/src/pixi_ros}/__init__.py +0 -0
  14. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/src/pixi_ros/cli.py +0 -0
  15. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/src/pixi_ros/config.py +0 -0
  16. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/src/pixi_ros/data/README.md +0 -0
  17. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/src/pixi_ros/data/README_PIXI.md.template +0 -0
  18. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/src/pixi_ros/data/conda-forge.yaml +0 -0
  19. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/src/pixi_ros/init.py +0 -0
  20. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/src/pixi_ros/mappings.py +0 -0
  21. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/src/pixi_ros/package_xml.py +0 -0
  22. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/src/pixi_ros/utils.py +0 -0
  23. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/src/pixi_ros/workspace.py +0 -0
  24. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/examples/ws1/pixi.lock +0 -0
  25. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/examples/ws1/pixi.toml +0 -0
  26. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/examples/ws1/src/package-a/CMakeLists.txt +0 -0
  27. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/examples/ws1/src/package-a/LICENSE +0 -0
  28. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/examples/ws1/src/package-a/package.xml +0 -0
  29. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/examples/ws1/src/package-b/package.xml +0 -0
  30. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/examples/ws1/src/package-b/setup.cfg +0 -0
  31. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/examples/ws1/src/package-b/setup.py +0 -0
  32. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/examples/ws1/src/package-b/test/test_copyright.py +0 -0
  33. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/examples/ws1/src/package-b/test/test_flake8.py +0 -0
  34. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/examples/ws1/src/package-b/test/test_pep257.py +0 -0
  35. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/fixtures/mock_workspace/README.md +0 -0
  36. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/fixtures/mock_workspace/src/legacy_pkg/package.xml +0 -0
  37. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/fixtures/mock_workspace/src/my_cpp_pkg/CMakeLists.txt +0 -0
  38. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/fixtures/mock_workspace/src/my_cpp_pkg/package.xml +0 -0
  39. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/fixtures/mock_workspace/src/my_mixed_pkg/package.xml +0 -0
  40. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/fixtures/mock_workspace/src/my_python_pkg/package.xml +0 -0
  41. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/fixtures/mock_workspace/src/my_python_pkg/setup.py +0 -0
  42. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/test_cli.py +0 -0
  43. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/test_config.py +0 -0
  44. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/test_gateway_availability.py +0 -0
  45. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/test_init.py +0 -0
  46. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/test_mappings.py +0 -0
  47. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/test_package_xml.py +0 -0
  48. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/test_utils.py +0 -0
  49. {pixi_ros-0.1.0 → pixi_ros-0.1.2}/tests/test_workspace.py +0 -0
pixi_ros-0.1.2/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) [year] [fullname]
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pixi-ros
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Pixi extension for ROS package management
5
5
  Project-URL: Homepage, https://github.com/ruben-arts/pixi-ros
6
6
  Project-URL: Repository, https://github.com/ruben-arts/pixi-ros
7
7
  Author-email: Ruben Arts <ruben@prefix.dev>
8
+ License-Expression: MIT
9
+ License-File: LICENSE
8
10
  Requires-Python: >=3.10
9
11
  Requires-Dist: lxml>=5.0.0
10
12
  Requires-Dist: pathspec>=0.11.0
@@ -1073,7 +1073,7 @@ packages:
1073
1073
  timestamp: 1769677743677
1074
1074
  - conda: .
1075
1075
  name: pixi-ros
1076
- version: 0.1.0
1076
+ version: 0.1.2
1077
1077
  build: pyh4616a5c_0
1078
1078
  subdir: noarch
1079
1079
  variants:
@@ -1088,6 +1088,7 @@ packages:
1088
1088
  - py-rattler >=0.6.0
1089
1089
  - pathspec >=0.11.0
1090
1090
  - rich >=13.0.0
1091
+ license: MIT
1091
1092
  - conda: https://prefix.dev/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda
1092
1093
  sha256: e14aafa63efa0528ca99ba568eaf506eb55a0371d12e6250aaaa61718d2eb62e
1093
1094
  md5: d7585b6550ad04c8c5e21097ada2888e
@@ -4,12 +4,13 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pixi-ros"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  description = "Pixi extension for ROS package management"
9
9
  authors = [
10
10
  { name = "Ruben Arts", email = "ruben@prefix.dev" }
11
11
  ]
12
12
  readme = "README.md"
13
+ license = "MIT"
13
14
  requires-python = ">=3.10"
14
15
  dependencies = [
15
16
  "typer>=0.12.0",
@@ -1,3 +0,0 @@
1
- """Pixi-ROS: A Pixi extension for ROS package management."""
2
-
3
- __version__ = "0.1.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes