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

15 lines
432 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: Diğer programların otomasyon ve kontrolu için kullanılan python3 kütüphanesi.
# URL: http://pexpect.readthedocs.org/en/stable/
# Paketçi: milisarge
# Gerekler: python3
isim=python3-pexpect
surum=4.2.1
devir=1
kaynak=(https://pypi.python.org/packages/e8/13/d0b0599099d6cd23663043a2a0bb7c61e58c6ba359b2656e6fb000ef5b98/pexpect-$surum.tar.gz)
derle() {
cd "pexpect-$surum"
python3 setup.py install --root="$PKG"
}