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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Feb 5 15:26:52 UTC 2014


    Date: Wednesday, February 5, 2014 @ 16:26:52
  Author: arodseth
Revision: 105342

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

Added:
  python-simplejson/repos/community-i686/PKGBUILD
    (from rev 105341, python-simplejson/trunk/PKGBUILD)
  python-simplejson/repos/community-x86_64/PKGBUILD
    (from rev 105341, python-simplejson/trunk/PKGBUILD)
Deleted:
  python-simplejson/repos/community-i686/PKGBUILD
  python-simplejson/repos/community-i686/python-simplejson.changelog
  python-simplejson/repos/community-x86_64/PKGBUILD
  python-simplejson/repos/community-x86_64/python-simplejson.changelog

----------------------------------------------+
 /PKGBUILD                                    |   74 +++++++++++++++++++++++++
 community-i686/PKGBUILD                      |   37 ------------
 community-i686/python-simplejson.changelog   |   20 ------
 community-x86_64/PKGBUILD                    |   37 ------------
 community-x86_64/python-simplejson.changelog |   20 ------
 5 files changed, 74 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-02-05 15:26:40 UTC (rev 105341)
+++ community-i686/PKGBUILD	2014-02-05 15:26:52 UTC (rev 105342)
@@ -1,37 +0,0 @@
-# $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.0
-pkgrel=1
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64' 'i686')
-url='http://undefined.org/python/#simplejson'
-makedepends=('python' 'python2-distribute')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}")
-sha256sums=('ed7e700a9b689f81e54738d796ce456eca12481412f198d44d42f69d8d6f9a82')
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd "$srcdir/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 "$srcdir/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-i686/PKGBUILD (from rev 105341, python-simplejson/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-05 15:26:52 UTC (rev 105342)
@@ -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.2
+pkgrel=1
+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=('ecff7508cb34547de611c5b367ad1ff74290f638f29853be5801823e1565592c')
+
+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:

Deleted: community-i686/python-simplejson.changelog
===================================================================
--- community-i686/python-simplejson.changelog	2014-02-05 15:26:40 UTC (rev 105341)
+++ community-i686/python-simplejson.changelog	2014-02-05 15:26:52 UTC (rev 105342)
@@ -1,20 +0,0 @@
-2012-07-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* python-simplejson 2.6.1-1
-
-2012-05-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* python-simplejson 2.5.2-1
-
-2012-03-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* python-simplejson 2.3.3-1
-
-2011-10-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* python-simplejson 2.2.1-1
-
-2011-05-01 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* python-simplejson 2.1.3-1
-
-2010-05-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 2.1.1
-
-2010-03-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 2.1.0

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-02-05 15:26:40 UTC (rev 105341)
+++ community-x86_64/PKGBUILD	2014-02-05 15:26:52 UTC (rev 105342)
@@ -1,37 +0,0 @@
-# $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.0
-pkgrel=1
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64' 'i686')
-url='http://undefined.org/python/#simplejson'
-makedepends=('python' 'python2-distribute')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}")
-sha256sums=('ed7e700a9b689f81e54738d796ce456eca12481412f198d44d42f69d8d6f9a82')
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd "$srcdir/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 "$srcdir/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-x86_64/PKGBUILD (from rev 105341, python-simplejson/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-05 15:26:52 UTC (rev 105342)
@@ -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.2
+pkgrel=1
+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=('ecff7508cb34547de611c5b367ad1ff74290f638f29853be5801823e1565592c')
+
+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:

Deleted: community-x86_64/python-simplejson.changelog
===================================================================
--- community-x86_64/python-simplejson.changelog	2014-02-05 15:26:40 UTC (rev 105341)
+++ community-x86_64/python-simplejson.changelog	2014-02-05 15:26:52 UTC (rev 105342)
@@ -1,20 +0,0 @@
-2012-07-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* python-simplejson 2.6.1-1
-
-2012-05-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* python-simplejson 2.5.2-1
-
-2012-03-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* python-simplejson 2.3.3-1
-
-2011-10-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* python-simplejson 2.2.1-1
-
-2011-05-01 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* python-simplejson 2.1.3-1
-
-2010-05-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 2.1.1
-
-2010-03-27 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 2.1.0




More information about the arch-commits mailing list