2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Python3 uyumluluk programları.
|
|
|
|
|
# URL: http://pypi.python.org/pypi/six/
|
|
|
|
|
# Paketçi: milisarge
|
2018-08-14 00:46:12 +02:00
|
|
|
|
# Gerekler: python3 python3-setuptools
|
2018-08-01 10:02:46 +02:00
|
|
|
|
# Grup: sistem
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python3-six
|
2018-08-14 00:46:12 +02:00
|
|
|
|
surum=1.11.0
|
2018-06-09 00:06:58 +02:00
|
|
|
|
devir=1
|
|
|
|
|
|
2018-08-14 00:46:12 +02:00
|
|
|
|
kaynak=(https://pypi.python.org/packages/source/s/six/six-$surum.tar.gz)
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd six-$surum
|
|
|
|
|
python3 setup.py check
|
|
|
|
|
python3 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
}
|
|
|
|
|
|