Skip to content

Added build script for new package debugpy - #8505

Merged
cdeepali merged 7 commits into
ppc64le:masterfrom
vrushanaik:debugpy1820
Jul 31, 2026
Merged

Added build script for new package debugpy#8505
cdeepali merged 7 commits into
ppc64le:masterfrom
vrushanaik:debugpy1820

Conversation

@vrushanaik

@vrushanaik vrushanaik commented Jul 30, 2026

Copy link
Copy Markdown
Contributor
  • Added build script, build_info and LICENSE.
  • Wheels generated by the script:
debugpy-1.8.20+ppc64le1-cp310-cp310-manylinux_2_34_ppc64le.whl
debugpy-1.8.20+ppc64le1-cp311-cp311-manylinux_2_34_ppc64le.whl
debugpy-1.8.20+ppc64le1-cp312-cp312-manylinux_2_34_ppc64le.whl
debugpy-1.8.20+ppc64le1-cp313-cp313-manylinux_2_34_ppc64le.whl
debugpy-1.8.20+ppc64le1-cp314-cp314-manylinux_2_34_ppc64le.whl
  • Import validation:
((venv_import) ) [root@823009ff1152 import]# python -m pip install ../wheelhouse/debugpy-1.8.20+ppc64le1-cp312-cp312-manylinux_2_34_ppc64le.whl 
Processing /home/debugpy/wheelhouse/debugpy-1.8.20+ppc64le1-cp312-cp312-manylinux_2_34_ppc64le.whl
Installing collected packages: debugpy
Successfully installed debugpy-1.8.20+ppc64le1

[notice] A new release of pip is available: 23.2.1 -> 26.2
[notice] To update, run: pip install --upgrade pip
((venv_import) ) [root@823009ff1152 import]# python -c "import debugpy; print('success')"
success
((venv_import) ) [root@823009ff1152 import]# ls venv_import/lib64/python3.12/site-packages/
debugpy  debugpy-1.8.20+ppc64le1.dist-info  pip  pip-23.2.1.dist-info
((venv_import) ) [root@823009ff1152 import]#

Checklist

  • Have you checked and followed all the points mention in the CONTRIBUTING.MD
  • Have you validated script on UBI 9 container
  • Did you run the script(s) on fresh container with set -e option enabled and observe success ?
  • Did you have Legal approvals for patch files ?

@cdeepali
cdeepali merged commit cae80b9 into ppc64le:master Jul 31, 2026
10 checks passed
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.

2 participants