Skip to content
Snippets Groups Projects

Rename the Python wheel to the proper name for a platform-dependent wheel

Merged Ammar Nejati requested to merge a.setWheelName into main
All threads resolved!
  • Added a Python script to determine the wheel name via ‍‍setuptools‍ ‍and removed the dummy C-code which was used as a 'hint' to pip to consider the Python wheel as a platform-dependent wheel (instead of a pure-Python wheel).

  • Restored MANIFEST.in file which is seemingly needed by pip under Windows to include the binaries.

  • Removed unneeded zshell scripts which were used for making the Python package under MacOS.

  • Added wheel to Python dependencies.

Edited by Ammar Nejati

Merge request reports

Pipeline #139729 passed

Pipeline passed for 599b62c2 on a.setWheelName

Merged by Ammar NejatiAmmar Nejati 11 months ago (Apr 23, 2024 12:19pm UTC)

Merge details

  • Changes merged into with 271d2d3a.
  • Deleted the source branch.
  • Auto-merge enabled

Pipeline #139841 passed

Pipeline passed for 271d2d3a on main

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Ammar Nejati added 7 commits

    added 7 commits

    • 34395192 - Add a Python script to determine the wheel name via setuptools
    • 6c06da6d - MakePythonWheel: obtain the proper names for the Python wheels
    • 2bc5f86a - Rename the Python wheels to proper names
    • 8304fce4 - rm dummy C code used for making the Python wheel
    • fe3501ad - PyDependences: add 'wheel' to Python dependencies
    • 947c45ca - restore MANIFEST.in, seemingly needed by pip under Windows to include binaries
    • 5197cd71 - rm unneeded zshell scripts which were used for making the Python package under MacOS

    Compare with previous version

  • Ammar Nejati resolved all threads

    resolved all threads

  • Ammar Nejati resolved all threads

    resolved all threads

  • before merging, please remove "Draft" from title

  • Wuttke, Joachim approved this merge request

    approved this merge request

  • Ammar Nejati marked this merge request as ready

    marked this merge request as ready

  • Ammar Nejati changed the description

    changed the description

  • Ammar Nejati added 7 commits

    added 7 commits

    • ab7a6875 - rm unneeded zshell scripts which were used for making the Python package under MacOS
    • 68cd027f - PyDependences: add 'wheel' to Python dependencies
    • bf0361c0 - Add a Python script to determine the wheel name via setuptools
    • 9eb74472 - MakePythonWheel: obtain the proper names for the Python wheels
    • 90f5cbe9 - Rename the Python wheels to proper names
    • 77ad3c37 - rm dummy C code used for making the Python wheel
    • 599b62c2 - restore MANIFEST.in, seemingly needed by pip under Windows to include binaries

    Compare with previous version

  • Ammar Nejati mentioned in commit 271d2d3a

    mentioned in commit 271d2d3a

  • mentioned in issue #930 (closed)

  • Please register or sign in to reply
    Loading