aboutsummaryrefslogtreecommitdiffstats
path: root/testing/python-cjson/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-05-21 13:22:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-05-21 13:25:20 +0000
commit3ceefd19a12655ed49e44c524af3b6cfce82b973 (patch)
treeb1ad5374a33caabb956984d62b632fe91ed6dbbe /testing/python-cjson/APKBUILD
parentd772901cebce3b455e1c480c4e7d985ea5b10de8 (diff)
downloadaports-3ceefd19a12655ed49e44c524af3b6cfce82b973.tar.bz2
aports-3ceefd19a12655ed49e44c524af3b6cfce82b973.tar.xz
testing/py-cjson: renamed from python-cjson
Diffstat (limited to 'testing/python-cjson/APKBUILD')
-rw-r--r--testing/python-cjson/APKBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/python-cjson/APKBUILD b/testing/python-cjson/APKBUILD
deleted file mode 100644
index f3274d5fd8..0000000000
--- a/testing/python-cjson/APKBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
-
-pkgname=python-cjson
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="Fast JSON encoder/decoder for Python"
-url="http://pypi.python.org/pypi/python-gnutls"
-license="PSF"
-depends="python"
-makedepends="python-dev"
-install=
-subpackages=""
-source="http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz"
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- mkdir -p "$pkgdir"/usr/lib/python2.6/site-packages
- python setup.py install --root="$pkgdir"
- echo "/usr/lib/python2.6/site-packages/$pkgname-$pkgver-py2.6.egg" > "$pkgdir"/usr/lib/python2.6/site-packages/$pkgname.pth
-
-}
-
-md5sums="4d55b66ecdf0300313af9d030d9644a3 python-cjson-1.0.5.tar.gz"