Skip to content

Conversation

@baszalmstra
Copy link
Collaborator

@baszalmstra baszalmstra commented Oct 29, 2025

This PR adds:

  • A pixi.toml to make working with vinca easier.
  • Parsing of licenses and including those in the about section
  • Parsing urls and adding those to the about section
  • Parsing of the description and adding it to the about.summary.
  • Fixes a number of flake8 issues.

As an example the following is generated for rosunit:

about:
  homepage: http://wiki.ros.org/rosunit
  repository: https://github.com/ros/ros
  license: BSD-3-Clause
  summary: Unit-testing package for ROS. This is a lower-level library for rostest and handles unit tests, whereas rostest handles integration tests.

Fixes #54

Copy link
Contributor

@Tobias-Fischer Tobias-Fischer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, thanks so much for this!!

@traversaro
Copy link
Member

Thanks a lot @baszalmstra !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add correct license and package details in the recipe.yaml

3 participants