typogrify

Spiegel

http://paketspiegel.de/typogrify-2.0.7.tar.gz onnlein
SlackBuilds 15.0

SlackBuild

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

python3‑typogrify python‑smartypants
python3‑typogrify

Installieren

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

Bauen

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