From ae5e27e4900c0c38025462f59e0524aef7aa630b Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 6 Feb 2014 03:51:56 +0000 Subject: Thu Feb 6 03:50:19 UTC 2014 --- community/python-simplejson/PKGBUILD | 12 ++++++------ .../python-simplejson/python-simplejson.changelog | 20 -------------------- 2 files changed, 6 insertions(+), 26 deletions(-) delete mode 100644 community/python-simplejson/python-simplejson.changelog (limited to 'community/python-simplejson') diff --git a/community/python-simplejson/PKGBUILD b/community/python-simplejson/PKGBUILD index eb6640ffe..5ec9486f2 100644 --- a/community/python-simplejson/PKGBUILD +++ b/community/python-simplejson/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95625 2013-08-15 08:14:50Z arodseth $ +# $Id: PKGBUILD 105342 2014-02-05 15:26:52Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Jaroslav Lichtblau # Contributor: Allan McRae @@ -6,20 +6,20 @@ pkgbase=python-simplejson pkgname=("$pkgbase" 'python2-simplejson') -pkgver=3.3.0 +pkgver=3.3.2 pkgrel=1 pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python' license=('MIT') arch=('x86_64' 'i686') url='http://undefined.org/python/#simplejson' -makedepends=('python' 'python2-distribute') +makedepends=('python-setuptools' 'python2-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}") -sha256sums=('ed7e700a9b689f81e54738d796ce456eca12481412f198d44d42f69d8d6f9a82') +sha256sums=('ecff7508cb34547de611c5b367ad1ff74290f638f29853be5801823e1565592c') package_python-simplejson() { depends=('python') - cd "$srcdir/simplejson-simplejson-"* + cd "simplejson-simplejson-"* python setup.py install --root="$pkgdir" install -Dm644 "$srcdir/simplejson-simplejson"-*/LICENSE.txt \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE" @@ -28,7 +28,7 @@ package_python-simplejson() { package_python2-simplejson() { depends=('python2') - cd "$srcdir/simplejson-simplejson-"* + cd "simplejson-simplejson-"* python2 setup.py install --root="$pkgdir" install -Dm644 "$srcdir/simplejson-simplejson"-*/LICENSE.txt \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE" diff --git a/community/python-simplejson/python-simplejson.changelog b/community/python-simplejson/python-simplejson.changelog deleted file mode 100644 index c1e227d24..000000000 --- a/community/python-simplejson/python-simplejson.changelog +++ /dev/null @@ -1,20 +0,0 @@ -2012-07-09 Jaroslav Lichtblau - * python-simplejson 2.6.1-1 - -2012-05-24 Jaroslav Lichtblau - * python-simplejson 2.5.2-1 - -2012-03-08 Jaroslav Lichtblau - * python-simplejson 2.3.3-1 - -2011-10-26 Jaroslav Lichtblau - * python-simplejson 2.2.1-1 - -2011-05-01 Jaroslav Lichtblau - * python-simplejson 2.1.3-1 - -2010-05-15 Jaroslav Lichtblau - * Update to major release 2.1.1 - -2010-03-27 Jaroslav Lichtblau - * Update to major release 2.1.0 -- cgit v1.2.3-54-g00ecf