From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/python-simplejson/PKGBUILD | 37 ------------------------------------ 1 file changed, 37 deletions(-) delete mode 100644 community/python-simplejson/PKGBUILD (limited to 'community/python-simplejson/PKGBUILD') diff --git a/community/python-simplejson/PKGBUILD b/community/python-simplejson/PKGBUILD deleted file mode 100644 index 7805c6889..000000000 --- a/community/python-simplejson/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 89809 2013-05-02 13:39:19Z arodseth $ -# Maintainer: Alexander Rødseth -# Contributor: Jaroslav Lichtblau -# Contributor: Allan McRae -# Contributor: David Moore - -pkgbase=python-simplejson -pkgname=("$pkgbase" 'python2-simplejson') -pkgver=3.2.0 -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') -source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}") -sha256sums=('507036d10039ccf437625437b2521c0f691c20c3911b2b7183d5a66c98d36432') - -package_python-simplejson() { - depends=('python') - - cd "$srcdir/simplejson-simplejson-"* - python setup.py install --root="$pkgdir" - install -Dm644 "$srcdir/simplejson-simplejson"-*/LICENSE.txt \ - "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -package_python2-simplejson() { - depends=('python2') - - cd "$srcdir/simplejson-simplejson-"* - python2 setup.py install --root="$pkgdir" - install -Dm644 "$srcdir/simplejson-simplejson"-*/LICENSE.txt \ - "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf