Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: distribution of the package is cumbersome #17

Draft
wants to merge 21 commits into
base: develop
Choose a base branch
from

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    233cdd8 View commit details
    Browse the repository at this point in the history
  2. [fix] Network for 'docker build'

    130s committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    23e7982 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Feature: pip installer

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c5ab8b6 View commit details
    Browse the repository at this point in the history
  2. Improve: Better folder structure as a pure Python pkg, removing unnec…

    …essary structure for Catkin/Ament pkg
    
    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f346909 View commit details
    Browse the repository at this point in the history
  3. Feature: CI wheel builder switched to manual, pure Python (w/o relyin…

    …g on external libs such as cibuildwheel)
    
    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    064dfaf View commit details
    Browse the repository at this point in the history
  4. Improve: Fix wheel-builder command

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e2ca933 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Improve: Repo rename

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c20f796 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Fix invalid license name format

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1fa4a49 View commit details
    Browse the repository at this point in the history
  2. Improve too narrow supported Python version

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    70ae9a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. 1) Fix no executable, 2) Improve package name, and modularity

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    ce69bc3 View commit details
    Browse the repository at this point in the history
  2. Improve modularity by splitting OS operations that are not coupled wi…

    …th Docker
    
    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    95f4f93 View commit details
    Browse the repository at this point in the history
  3. Improve pkg name

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    b48ebe9 View commit details
    Browse the repository at this point in the history
  4. Bumping version to let test.pypi upload a new wheel

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    f210514 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. WIP Add documentation. Fix pypi not showing pkg desc

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    25d46d2 View commit details
    Browse the repository at this point in the history
  2. Fix: Missing dependency (#17 (comment))

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d7bfb23 View commit details
    Browse the repository at this point in the history
  3. Fix: Version collision (#17 (comment), #17 (comment))

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f404b22 View commit details
    Browse the repository at this point in the history
  4. Fix: importing pkg failure #17 (comment)

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5e55421 View commit details
    Browse the repository at this point in the history
  5. Fix: importing pkg failure #17 (comment) attempt-2

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c1e2aca View commit details
    Browse the repository at this point in the history
  6. Fix: runtime error #17 (comment)

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5523d56 View commit details
    Browse the repository at this point in the history
  7. Fix: Without passing entry point executable, tool always fails #18

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3152466 View commit details
    Browse the repository at this point in the history
  8. Improve: Stash unused code

    Signed-off-by: Isaac Saito <[email protected]>
    130s committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fc4db9b View commit details
    Browse the repository at this point in the history