From c84b2cd310f86dc50c4f52a5907cb17652e8c87c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Oct 2012 01:15:52 -0700 Subject: Wed Oct 17 01:14:52 PDT 2012 --- community-testing/python2-simplejson/PKGBUILD | 30 ++++++++++++++++++++++ .../python2-simplejson.changelog | 20 +++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 community-testing/python2-simplejson/PKGBUILD create mode 100644 community-testing/python2-simplejson/python2-simplejson.changelog (limited to 'community-testing/python2-simplejson') diff --git a/community-testing/python2-simplejson/PKGBUILD b/community-testing/python2-simplejson/PKGBUILD new file mode 100644 index 000000000..1ec0a97b5 --- /dev/null +++ b/community-testing/python2-simplejson/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 74926 2012-08-09 22:02:03Z jlichtblau $ +# Maintainer: Jaroslav Lichtblau +# Contributor: Allan McRae +# Contributor: David Moore + +pkgname=python2-simplejson +pkgver=2.6.1 +pkgrel=3 +pkgdesc="Simple, fast, extensible JSON encoder/decoder for Python" +license=('MIT') +arch=('i686' 'x86_64') +url="http://undefined.org/python/#simplejson" +depends=('python2') +makedepends=('python2-distribute') +provides=("python-simplejson=$pkgver") +conflicts=('python-simplejson') +replaces=('python-simplejson') +changelog=$pkgname.changelog +source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}) +sha256sums=('484b4cf0a545fc59a19ea8eed3a957919a89be116804b53712ec63466d7c3a31') + +build() { + cd ${srcdir}/simplejson-simplejson-* + + python2 setup.py install --root=${pkgdir} + +# License + install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \ + ${pkgdir}/usr/share/licenses/$pkgname/LICENSE +} diff --git a/community-testing/python2-simplejson/python2-simplejson.changelog b/community-testing/python2-simplejson/python2-simplejson.changelog new file mode 100644 index 000000000..c1e227d24 --- /dev/null +++ b/community-testing/python2-simplejson/python2-simplejson.changelog @@ -0,0 +1,20 @@ +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