contrib/python3-simplejson/Pkgfile

20 lines
514 B
Plaintext

# Description: Simple, fast, extensible JSON encoder/decoder for Python
# URL: https://github.com/simplejson/simplejson
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
name=python3-simplejson
version=3.19.2
release=1
source=(https://github.com/simplejson/simplejson/archive/v$version/$name-$version.tar.gz)
build() {
cd simplejson-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
-O1 \
--skip-build
}