milis/talimatname/genel/p/python3-distlib/talimat

20 lines
559 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: distutils2 paketleme python kütüphanesi
# URL: https://bitbucket.org/pypa/distlib
# Paketçi: milisarge
# Gerekler: python3
# Grup: kütüphane
isim=python3-distlib
_isim=distlib
surum=0.2.7
devir=1
kaynak=(https://files.pythonhosted.org/packages/source/${_isim:0:1}/distlib/distlib-$surum.zip)
derle() {
cd "${SRC}"/${_isim}-${surum}
sed -i 's/tatterdema/tatterdemalion/' tests/test_index.py
python3 setup.py build
#PYTHONHASHSEED=0 python3 setup.py test
python3 setup.py install --root="${PKG}" --optimize=1 --skip-build
}