diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-04-26 17:07:04 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-04-26 17:07:04 (GMT) |
commit | 442e1168e20a4c1a1c2752a5d5cfc04798b51f20 (patch) | |
tree | 1c14050e2dc062cf7fc3c8203bceb443356477ff | |
parent | 58d4d19f02e3c5ef85edd8f6a2620e56dbebea1f (diff) | |
download | linhes_pkgbuild-442e1168e20a4c1a1c2752a5d5cfc04798b51f20.zip linhes_pkgbuild-442e1168e20a4c1a1c2752a5d5cfc04798b51f20.tar.gz linhes_pkgbuild-442e1168e20a4c1a1c2752a5d5cfc04798b51f20.tar.bz2 |
python-simplejson: update to 3.8.2
-rw-r--r-- | abs/core/python_modules/python-simplejson/PKGBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/abs/core/python_modules/python-simplejson/PKGBUILD b/abs/core/python_modules/python-simplejson/PKGBUILD index 73dc754..d5273f5 100644 --- a/abs/core/python_modules/python-simplejson/PKGBUILD +++ b/abs/core/python_modules/python-simplejson/PKGBUILD @@ -6,24 +6,24 @@ pkgbase=python-simplejson pkgname=('python2-simplejson') -pkgver=3.6.5 +pkgver=3.8.2 pkgrel=1 pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python' license=('MIT') arch=('x86_64' 'i686') -url='http://undefined.org/python/#simplejson' +url='https://github.com/simplejson/simplejson' makedepends=('python2-setuptools' 'git') source=("git://github.com/simplejson/simplejson.git#tag=v$pkgver") md5sums=('SKIP') -#package_python-simplejson() { -# depends=('python') +package_python-simplejson() { + depends=('python') -# cd simplejson -# python setup.py install --root="$pkgdir" -# install -Dm644 "$srcdir/simplejson/LICENSE.txt" \ -# "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -#} + cd simplejson + python setup.py install --root="$pkgdir" + install -Dm644 "$srcdir/simplejson/LICENSE.txt" \ + "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} package_python2-simplejson() { depends=('python2') |