[arch-commits] Commit in python-simplejson/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Tue Mar 18 16:42:57 UTC 2014


    Date: Tuesday, March 18, 2014 @ 17:42:57
  Author: fyan
Revision: 107705

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  python-simplejson/repos/community-staging-i686/
  python-simplejson/repos/community-staging-i686/PKGBUILD
    (from rev 107704, python-simplejson/trunk/PKGBUILD)
  python-simplejson/repos/community-staging-x86_64/
  python-simplejson/repos/community-staging-x86_64/PKGBUILD
    (from rev 107704, python-simplejson/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   37 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: python-simplejson/repos/community-staging-i686/PKGBUILD (from rev 107704, python-simplejson/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-18 16:42:57 UTC (rev 107705)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: David Moore <davidm at sjsoft.com>
+
+pkgbase=python-simplejson
+pkgname=("$pkgbase" 'python2-simplejson')
+pkgver=3.3.3
+pkgrel=2
+pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
+license=('MIT')
+arch=('x86_64' 'i686')
+url='http://undefined.org/python/#simplejson'
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}")
+sha256sums=('3c1ea4826afdbbb2e8f589540772f8b06ea2a81f575db1edde84fc1829bb293b')
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd "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 "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:

Copied: python-simplejson/repos/community-staging-x86_64/PKGBUILD (from rev 107704, python-simplejson/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-18 16:42:57 UTC (rev 107705)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: David Moore <davidm at sjsoft.com>
+
+pkgbase=python-simplejson
+pkgname=("$pkgbase" 'python2-simplejson')
+pkgver=3.3.3
+pkgrel=2
+pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
+license=('MIT')
+arch=('x86_64' 'i686')
+url='http://undefined.org/python/#simplejson'
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}")
+sha256sums=('3c1ea4826afdbbb2e8f589540772f8b06ea2a81f575db1edde84fc1829bb293b')
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd "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 "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:




More information about the arch-commits mailing list