[arch-commits] Commit in (4 files)

Jan Steffens heftig at archlinux.org
Tue Sep 20 08:48:15 UTC 2011


    Date: Tuesday, September 20, 2011 @ 04:48:15
  Author: heftig
Revision: 138337

add

Added:
  python2-json-py/
  python2-json-py/repos/
  python2-json-py/trunk/
  python2-json-py/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Added: python2-json-py/trunk/PKGBUILD
===================================================================
--- python2-json-py/trunk/PKGBUILD	                        (rev 0)
+++ python2-json-py/trunk/PKGBUILD	2011-09-20 08:48:15 UTC (rev 138337)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=python2-json-py
+pkgver=3_4
+pkgrel=1
+pkgdesc="JSON reader and writer in Python"
+license=(LGPL)
+arch=(any)
+url="http://sourceforge.net/projects/json-py"
+depends=(python2)
+source=(http://downloads.sourceforge.net/json-py/json-py-$pkgver.zip)
+sha256sums=('58da8ae96c973302e3cfc4c682d20d1a5c6a6284426a269bf2c3dc4b58a522a9')
+
+package() {
+  install -Dm644 json.py "$pkgdir/usr/lib/python2.7/site-packages/json.py"
+  install -Dm644 minjson.py "$pkgdir/usr/lib/python2.7/site-packages/minjson.py"
+  python2 -m compileall "$pkgdir/usr/lib/python2.7/site-packages"
+  python2 -O -m compileall "$pkgdir/usr/lib/python2.7/site-packages"
+}


Property changes on: python2-json-py/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list