wheel

https://pypi.org/project/wheel

https://github.com/pypa/wheel

Spiegel

http://paketspiegel.de/wheel-0.46.3.tar.gz onnlein
LFS 13.0

http://paketspiegel.de/wheel-0.45.1.tar.gz onnlein
SlackBuilds 15.0

SlackBuild

https://slackbuilds.org/repository/15.0/python/python3-wheel

python3‑wheel python3‑installer python3‑flit_core
python3‑wheel python3‑installer
python3‑wheel

Installieren

ls /var/log/packages/ | grep python3-wheel-0.45.1-x86_64-1_SBo if [ $? -eq 1 ] then wget http://sbopkg.paketspiegel.de/15.0/python3-wheel-0.45.1-x86_64-1_SBo.tgz installpkg python3-wheel-0.45.1-x86_64-1_SBo.tgz fi

Bauen

ls /var/log/packages/ | grep python3-wheel-0.45.1-x86_64-1_SBo if [ $? -eq 1 ] then wget https://slackbuilds.org/slackbuilds/15.0/python/python3-wheel.tar.gz tar -xf python3-wheel.tar.gz cd python3-wheel wget https://paketspiegel.de/wheel-0.45.1.tar.gz ./python3-wheel.SlackBuild installpkg /tmp/python3-wheel-0.45.1-x86_64-1_SBo.tgz cd .. pwd fi

LFS

https://lfs.daniel-schildt.de/systemd/chapter08/wheel.html

wheel → setuptools

Bauen

BAU=/bau cd $BAU pwd if [ ! -e wheel-0.46.3.tar.gz ] then wget http://paketspiegel.de/wheel-0.46.3.tar.gz fi if [ -d wheel-0.46.3 ] then rm --force --recursive wheel-0.46.3 fi tar --extract -f wheel-0.46.3.tar.gz cd wheel-0.46.3 pwd cd .. pwd