2018-06-09 00:06:58 +02:00
|
|
|
|
# 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
|
2018-08-16 11:19:05 +02:00
|
|
|
|
# Gerekler: python3 python3-setuptools
|
2018-08-01 09:20:55 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python3-pexpect
|
2018-08-16 11:19:05 +02:00
|
|
|
|
surum=4.6.0
|
2018-06-09 00:06:58 +02:00
|
|
|
|
devir=1
|
2018-08-16 11:19:05 +02:00
|
|
|
|
kaynak=(https://files.pythonhosted.org/packages/89/43/07d07654ee3e25235d8cea4164cdee0ec39d1fda8e9203156ebe403ffda4/pexpect-4.6.0.tar.gz)
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd "pexpect-$surum"
|
|
|
|
|
python3 setup.py install --root="$PKG"
|
|
|
|
|
}
|