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

15 lines
406 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Sahte terminal altında altsüreç çalıştırma
2017-02-13 11:43:13 +01:00
# URL: https://github.com/pexpect/ptyprocess
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python python-setuptools
2017-02-13 11:43:13 +01:00
name=python-ptyprocess
version=0.5.1
release=1
source=(https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2017-02-13 11:43:13 +01:00
cd ptyprocess-$version
python setup.py install --root="$PKG/" --prefix=/usr --optimize=0
}