diff options
Diffstat (limited to 'community/python-cjson/PKGBUILD')
-rw-r--r-- | community/python-cjson/PKGBUILD | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/community/python-cjson/PKGBUILD b/community/python-cjson/PKGBUILD deleted file mode 100644 index c9784d1d2..000000000 --- a/community/python-cjson/PKGBUILD +++ /dev/null @@ -1,19 +0,0 @@ -# $Id: PKGBUILD 66126 2012-02-23 01:35:30Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Lincoln de Sousa <lincoln@archlinux-br.org> - -pkgname=python-cjson -pkgver=1.0.5 -pkgrel=4 -arch=('i686' 'x86_64') -license=('LGPL') -pkgdesc="Fast JSON encoder/decoder for Python" -url="http://pypi.python.org/pypi/python-cjson/" -depends=('python2') -source=("http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('4d55b66ecdf0300313af9d030d9644a3') - -build() { - cd $srcdir/$pkgname-$pkgver - python2 setup.py install --root=$pkgdir -} |