[arch-commits] Commit in python2-json-py/repos (3 files)

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:33:05 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:33:05
  Author: ibiru
Revision: 139045

db-move: moved python2-json-py from [gnome-unstable] to [testing] (any)

Added:
  python2-json-py/repos/testing-any/
  python2-json-py/repos/testing-any/PKGBUILD
    (from rev 138832, python2-json-py/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  python2-json-py/repos/gnome-unstable-any/

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

Copied: python2-json-py/repos/testing-any/PKGBUILD (from rev 138832, python2-json-py/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2011-09-28 19:33:05 UTC (rev 139045)
@@ -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"
+}




More information about the arch-commits mailing list