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

18 lines
511 B
Plaintext
Raw Permalink 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: Mozilla'nın CA Paketini sağlamak için Python paketi
# URL: http://pypi.python.org/pypi/certifi
# Paketçi: Cihan_Alkan
# Gerekler: python3 python3-setuptools
# Grup: kütüphane
isim=python3-certifi
surum=2018.8.24
devir=1
kaynak=(https://files.pythonhosted.org/packages/e1/0f/f8d5e939184547b3bdc6128551b831a62832713aa98c2ccdf8c47ecc7f17/certifi-2018.8.24.tar.gz)
derle() {
cd "$SRC"/certifi-$surum
python3 setup.py build
python3 setup.py install --root="$PKG" --optimize=1 --skip-build
}