flit_core

https://github.com/pypa/flit

Spiegel

http://paketspiegel.de/flit_core-3.12.0.tar.gz onnlein
LFS 13.0 SlackBuilds 15.0

SlackBuild

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

python3‑flit_core

Installieren

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

Bauen

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

LFS

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

flit_core → packaging

Bauen

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