17 lines
435 B
Plaintext
17 lines
435 B
Plaintext
# Description: Python için basit ve hızlı, genişletilebilir JSON kodlayıcı / kod çözücü.
|
||
# URL: http://undefined.org/python/#simplejson
|
||
# Packager: milisarge
|
||
# Depends on: python-setuptools
|
||
|
||
name=python-simplejson
|
||
version=3.6.3
|
||
release=1
|
||
|
||
source=(
|
||
https://pypi.python.org/packages/source/s/simplejson/simplejson-$version.tar.gz)
|
||
|
||
build() {
|
||
cd simplejson-$version
|
||
python2 setup.py install --prefix=/usr --root=$PKG
|
||
}
|