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

15 lines
428 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Diğer programların otomasyon ve kontrolu için kullanılan python kütüphanesi.
2017-02-13 12:43:13 +02:00
# URL: http://pexpect.readthedocs.org/en/stable/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: python
2017-02-13 12:43:13 +02:00
2017-10-28 15:10:23 +03:00
isim=python-pexpect
surum=4.2.1
devir=1
kaynak=(https://pypi.python.org/packages/e8/13/d0b0599099d6cd23663043a2a0bb7c61e58c6ba359b2656e6fb000ef5b98/pexpect-$surum.tar.gz)
2017-02-13 12:43:13 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd "pexpect-$surum"
2017-02-13 12:43:13 +02:00
python setup.py install --root="$PKG"
}