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