dh_pypy
Debian helper tools for packaging Python libraries and applications
Install
- All systems
-
curl cmd.cat/dh_pypy.sh
- Debian
-
apt-get install dh-python
- Ubuntu
-
apt-get install dh-python
- Kali Linux
-
apt-get install dh-python
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dh-python
- Raspbian
-
apt-get install dh-python
- Dockerfile
- dockerfile.run/dh_pypy
dh-python
Debian helper tools for packaging Python libraries and applications
This package contains: * pybuild - invokes various build systems for requested Python versions in order to build modules and extensions * dh_python2 - calculates Python 2.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_python3 - calculates Python 3.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_pypy - calculates PyPy dependencies for Debian packages, adds maintainer scripts to byte compile files, etc.