21 lines
531 B
Plaintext
21 lines
531 B
Plaintext
|
# Description: Simple, fast, extensible JSON encoder/decoder for Python.
|
||
|
# URL: URL: http://undefined.org/python/#simplejson
|
||
|
# NuTyX package info file (http://nutyx.org)
|
||
|
# Packager: # NuTyX package info file (http://nutyx.org)
|
||
|
# 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
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
# NuTyX Pkgfile (http://nutyx.org)
|