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

18 lines
545 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: Şifreleme tariflerini ve ilkelleri Python geliştiricilerine sunacak şekilde tasarlanmış bir paket
# URL: http://pypi.python.org/pypi/cryptography
# Paketçi: Cihan_Alkan
# Gerekler: python3-six python3-cffi python3-enum34 python3-pyasn1
# Grup: kütüphane
isim=python3-cryptography
_isim=cryptography
surum=2.2.2
devir=1
kaynak=(https://pypi.io/packages/source/c/cryptography/cryptography-$surum.tar.gz)
derle() {
cd $_isim-$surum
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
}