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

19 lines
350 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python3 uyumluluk programları.
2017-02-18 22:19:41 +01:00
# URL: http://pypi.python.org/pypi/six/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python
2017-02-18 22:19:41 +01:00
2017-10-28 14:10:23 +02:00
isim=python3-six
surum=1.7.3
devir=1
2017-02-18 22:19:41 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(
http://pypi.python.org/packages/source/s/six/six-$surum.tar.gz)
2017-02-18 22:19:41 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd six-$surum
2017-02-18 22:19:41 +01:00
python3 setup.py check
python3 setup.py install --prefix=/usr --root=$PKG
}