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

19 lines
350 B
Text
Raw Normal View History

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