2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Python için basit ve hızlı, genişletilebilir JSON kodlayıcı / kod çözücü.
|
2017-04-13 09:58:22 +02:00
|
|
|
|
# URL: http://undefined.org/python/#simplejson
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python-setuptools
|
2017-04-13 09:58:22 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=python-simplejson
|
|
|
|
|
surum=3.6.3
|
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(
|
|
|
|
|
https://pypi.python.org/packages/source/s/simplejson/simplejson-$surum.tar.gz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd simplejson-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
}
|