[arch-commits] Commit in python2-simplejson/repos (8 files)

spupykin at nymeria.archlinux.org spupykin at nymeria.archlinux.org
Tue Jan 22 12:28:01 UTC 2013


    Date: Tuesday, January 22, 2013 @ 13:28:00
  Author: spupykin
Revision: 82647

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

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

-----------------------------------------------+
 community-i686/PKGBUILD                       |   73 ++++++++++++------------
 community-i686/python-simplejson.changelog    |   20 ++++++
 community-i686/python2-simplejson.changelog   |   20 ------
 community-x86_64/PKGBUILD                     |   73 ++++++++++++------------
 community-x86_64/python-simplejson.changelog  |   20 ++++++
 community-x86_64/python2-simplejson.changelog |   20 ------
 6 files changed, 118 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-22 12:27:44 UTC (rev 82646)
+++ community-i686/PKGBUILD	2013-01-22 12:28:00 UTC (rev 82647)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 74926 2012-08-09 22:02:03Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: David Moore <davidm at sjsoft.com>
-
-pkgname=python2-simplejson
-pkgver=3.0.7
-pkgrel=1
-pkgdesc="Simple, fast, extensible JSON encoder/decoder for Python"
-license=('MIT')
-arch=('i686' 'x86_64')
-url="http://undefined.org/python/#simplejson"
-depends=('python2')
-makedepends=('python2-distribute')
-provides=("python-simplejson=$pkgver")
-conflicts=('python-simplejson')
-replaces=('python-simplejson')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver})
-sha256sums=('484b4cf0a545fc59a19ea8eed3a957919a89be116804b53712ec63466d7c3a31')
-sha256sums=('c57ecbcbaf7013df2d555436838acd78c9bb05c3e34ebe3d4de4d8102a0ac2a5')
-sha256sums=('c57ecbcbaf7013df2d555436838acd78c9bb05c3e34ebe3d4de4d8102a0ac2a5')
-sha256sums=('c57ecbcbaf7013df2d555436838acd78c9bb05c3e34ebe3d4de4d8102a0ac2a5')
-sha256sums=('7a11040dafc00743052866cf3a9c8199e8301b37bb4c4b90041ae34e4ca8ca49')
-
-build() {
-  cd ${srcdir}/simplejson-simplejson-*
-
-  python2 setup.py install --root=${pkgdir}
-
-  # License
-  install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
-    ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-simplejson/repos/community-i686/PKGBUILD (from rev 82646, python2-simplejson/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-22 12:28:00 UTC (rev 82647)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 74926 2012-08-09 22:02:03Z jlichtblau $
+# Maintainer: 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=(python-simplejson python2-simplejson)
+pkgver=3.0.7
+pkgrel=2
+pkgdesc="Simple, fast, extensible JSON encoder/decoder for Python"
+license=('MIT')
+arch=('i686' 'x86_64')
+url="http://undefined.org/python/#simplejson"
+makedepends=('python' 'python2-distribute')
+changelog=python-simplejson.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver})
+md5sums=('fc9013eab6330514196a7f19c2cff386')
+
+build() {
+  true
+}
+
+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
+}

Copied: python2-simplejson/repos/community-i686/python-simplejson.changelog (from rev 82646, python2-simplejson/trunk/python-simplejson.changelog)
===================================================================
--- community-i686/python-simplejson.changelog	                        (rev 0)
+++ community-i686/python-simplejson.changelog	2013-01-22 12:28:00 UTC (rev 82647)
@@ -0,0 +1,20 @@
+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-i686/python2-simplejson.changelog
===================================================================
--- community-i686/python2-simplejson.changelog	2013-01-22 12:27:44 UTC (rev 82646)
+++ community-i686/python2-simplejson.changelog	2013-01-22 12:28:00 UTC (rev 82647)
@@ -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	2013-01-22 12:27:44 UTC (rev 82646)
+++ community-x86_64/PKGBUILD	2013-01-22 12:28:00 UTC (rev 82647)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 74926 2012-08-09 22:02:03Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: David Moore <davidm at sjsoft.com>
-
-pkgname=python2-simplejson
-pkgver=3.0.7
-pkgrel=1
-pkgdesc="Simple, fast, extensible JSON encoder/decoder for Python"
-license=('MIT')
-arch=('i686' 'x86_64')
-url="http://undefined.org/python/#simplejson"
-depends=('python2')
-makedepends=('python2-distribute')
-provides=("python-simplejson=$pkgver")
-conflicts=('python-simplejson')
-replaces=('python-simplejson')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver})
-sha256sums=('484b4cf0a545fc59a19ea8eed3a957919a89be116804b53712ec63466d7c3a31')
-sha256sums=('c57ecbcbaf7013df2d555436838acd78c9bb05c3e34ebe3d4de4d8102a0ac2a5')
-sha256sums=('c57ecbcbaf7013df2d555436838acd78c9bb05c3e34ebe3d4de4d8102a0ac2a5')
-sha256sums=('c57ecbcbaf7013df2d555436838acd78c9bb05c3e34ebe3d4de4d8102a0ac2a5')
-sha256sums=('7a11040dafc00743052866cf3a9c8199e8301b37bb4c4b90041ae34e4ca8ca49')
-
-build() {
-  cd ${srcdir}/simplejson-simplejson-*
-
-  python2 setup.py install --root=${pkgdir}
-
-  # License
-  install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
-    ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-simplejson/repos/community-x86_64/PKGBUILD (from rev 82646, python2-simplejson/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-22 12:28:00 UTC (rev 82647)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 74926 2012-08-09 22:02:03Z jlichtblau $
+# Maintainer: 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=(python-simplejson python2-simplejson)
+pkgver=3.0.7
+pkgrel=2
+pkgdesc="Simple, fast, extensible JSON encoder/decoder for Python"
+license=('MIT')
+arch=('i686' 'x86_64')
+url="http://undefined.org/python/#simplejson"
+makedepends=('python' 'python2-distribute')
+changelog=python-simplejson.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver})
+md5sums=('fc9013eab6330514196a7f19c2cff386')
+
+build() {
+  true
+}
+
+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
+}

Copied: python2-simplejson/repos/community-x86_64/python-simplejson.changelog (from rev 82646, python2-simplejson/trunk/python-simplejson.changelog)
===================================================================
--- community-x86_64/python-simplejson.changelog	                        (rev 0)
+++ community-x86_64/python-simplejson.changelog	2013-01-22 12:28:00 UTC (rev 82647)
@@ -0,0 +1,20 @@
+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/python2-simplejson.changelog
===================================================================
--- community-x86_64/python2-simplejson.changelog	2013-01-22 12:27:44 UTC (rev 82646)
+++ community-x86_64/python2-simplejson.changelog	2013-01-22 12:28:00 UTC (rev 82647)
@@ -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