Rename the Python wheel to the proper name for a platform-dependent wheel
-
Added a Python script to determine the wheel name via
setuptools
and removed the dummy C-code which was used as a 'hint' topip
to consider the Python wheel as a platform-dependent wheel (instead of a pure-Python wheel). -
Restored
MANIFEST.in
file which is seemingly needed bypip
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.
Merge request reports
Activity
assigned to @a.nejati
added 6 commits
- 4b87a228 - MakePythonWheel: obtain the proper names for the Python wheels
- 826c7b33 - Rename the Python wheels to proper names
- 6b9fda45 - rm dummy C code used for making the Python wheel
- 697e6b6e - PyDependences: add 'wheel' to Python dependencies
- edf39166 - restore MANIFEST.in, seemingly needed by pip under Windows to include binaries
- 55025da1 - rm unneeded zshell scripts which were used for making the Python package under MacOS
Toggle commit listadded 4 commits
- eb8caaff - rm dummy C code used for making the Python wheel
- f3dbf3a3 - PyDependences: add 'wheel' to Python dependencies
- d3787ccd - restore MANIFEST.in, seemingly needed by pip under Windows to include binaries
- 93a1c1d9 - rm unneeded zshell scripts which were used for making the Python package under MacOS
Toggle commit listadded 6 commits
- cd9bb45e - MakePythonWheel: obtain the proper names for the Python wheels
- 53eac4f4 - Rename the Python wheels to proper names
- d4d10c49 - rm dummy C code used for making the Python wheel
- f4e89c5f - PyDependences: add 'wheel' to Python dependencies
- e51083f4 - restore MANIFEST.in, seemingly needed by pip under Windows to include binaries
- 6a2b07d8 - rm unneeded zshell scripts which were used for making the Python package under MacOS
Toggle commit listrequested review from @j.wuttke
- Resolved by Ammar Nejati
Removing almost 700 lines of zsh code is of course highly welcome, but warrants more explanation. What was the purpose of the two zsh scripts, and did you succeed in making them redundant?
- Resolved by Ammar Nejati
- Resolved by Ammar Nejati
- Resolved by Ammar Nejati
- Resolved by Ammar Nejati
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
Toggle commit listadded 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
Toggle commit listmentioned in commit 271d2d3a
mentioned in issue #930 (closed)