2018-08-01 08:36:57 +02:00
|
|
|
|
# Tanım: Python için basit ve hızlı, genişletilebilir JSON kodlayıcı/kod çözücü.
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# URL: http://undefined.org/python/#simplejson
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python-setuptools
|
2018-08-01 08:36:57 +02:00
|
|
|
|
# Grup: sistem
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python-simplejson
|
|
|
|
|
surum=3.6.3
|
|
|
|
|
devir=1
|
|
|
|
|
|
2018-08-01 08:36:57 +02:00
|
|
|
|
kaynak=(https://pypi.python.org/packages/source/s/simplejson/simplejson-$surum.tar.gz)
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd simplejson-$surum
|
|
|
|
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
}
|