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

Felix Yan felixonmars at archlinux.org
Fri Oct 28 15:31:16 UTC 2016


    Date: Friday, October 28, 2016 @ 15:31:15
  Author: felixonmars
Revision: 193918

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

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

---------------------------+
 /PKGBUILD                 |  118 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   59 ----------------------
 community-x86_64/PKGBUILD |   59 ----------------------
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-10-28 15:30:41 UTC (rev 193917)
+++ community-i686/PKGBUILD	2016-10-28 15:31:15 UTC (rev 193918)
@@ -1,59 +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=('python-simplejson' 'python2-simplejson')
-pkgver=3.9.0
-pkgrel=1
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64' 'i686')
-url='https://github.com/simplejson/simplejson'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git://github.com/simplejson/simplejson.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cp -a simplejson{,-py2}
-}
-
-build() {
-  cd "$srcdir"/simplejson
-  python setup.py build
-
-  cd "$srcdir"/simplejson-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/simplejson
-  python setup.py ptr
-
-  cd "$srcdir"/simplejson-py2
-  python2 setup.py ptr
-}
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd simplejson
-  python setup.py install --root="$pkgdir"
-  install -Dm644 "$srcdir/simplejson/LICENSE.txt" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-simplejson() {
-  depends=('python2')
-
-  cd simplejson-py2
-  python2 setup.py install --root="$pkgdir"
-  install -Dm644 "$srcdir/simplejson/LICENSE.txt" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
-  
\ No newline at end of file

Copied: python-simplejson/repos/community-i686/PKGBUILD (from rev 193917, python-simplejson/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-28 15:31:15 UTC (rev 193918)
@@ -0,0 +1,59 @@
+# $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=('python-simplejson' 'python2-simplejson')
+pkgver=3.10.0
+pkgrel=1
+pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
+license=('MIT')
+arch=('x86_64' 'i686')
+url='https://github.com/simplejson/simplejson'
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git://github.com/simplejson/simplejson.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cp -a simplejson{,-py2}
+}
+
+build() {
+  cd "$srcdir"/simplejson
+  python setup.py build
+
+  cd "$srcdir"/simplejson-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/simplejson
+  python setup.py ptr
+
+  cd "$srcdir"/simplejson-py2
+  python2 setup.py ptr
+}
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd simplejson
+  python setup.py install --root="$pkgdir"
+  install -Dm644 "$srcdir/simplejson/LICENSE.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-simplejson() {
+  depends=('python2')
+
+  cd simplejson-py2
+  python2 setup.py install --root="$pkgdir"
+  install -Dm644 "$srcdir/simplejson/LICENSE.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
+  

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-10-28 15:30:41 UTC (rev 193917)
+++ community-x86_64/PKGBUILD	2016-10-28 15:31:15 UTC (rev 193918)
@@ -1,59 +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=('python-simplejson' 'python2-simplejson')
-pkgver=3.9.0
-pkgrel=1
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64' 'i686')
-url='https://github.com/simplejson/simplejson'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git://github.com/simplejson/simplejson.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cp -a simplejson{,-py2}
-}
-
-build() {
-  cd "$srcdir"/simplejson
-  python setup.py build
-
-  cd "$srcdir"/simplejson-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/simplejson
-  python setup.py ptr
-
-  cd "$srcdir"/simplejson-py2
-  python2 setup.py ptr
-}
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd simplejson
-  python setup.py install --root="$pkgdir"
-  install -Dm644 "$srcdir/simplejson/LICENSE.txt" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-simplejson() {
-  depends=('python2')
-
-  cd simplejson-py2
-  python2 setup.py install --root="$pkgdir"
-  install -Dm644 "$srcdir/simplejson/LICENSE.txt" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
-  
\ No newline at end of file

Copied: python-simplejson/repos/community-x86_64/PKGBUILD (from rev 193917, python-simplejson/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-28 15:31:15 UTC (rev 193918)
@@ -0,0 +1,59 @@
+# $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=('python-simplejson' 'python2-simplejson')
+pkgver=3.10.0
+pkgrel=1
+pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
+license=('MIT')
+arch=('x86_64' 'i686')
+url='https://github.com/simplejson/simplejson'
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git://github.com/simplejson/simplejson.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cp -a simplejson{,-py2}
+}
+
+build() {
+  cd "$srcdir"/simplejson
+  python setup.py build
+
+  cd "$srcdir"/simplejson-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/simplejson
+  python setup.py ptr
+
+  cd "$srcdir"/simplejson-py2
+  python2 setup.py ptr
+}
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd simplejson
+  python setup.py install --root="$pkgdir"
+  install -Dm644 "$srcdir/simplejson/LICENSE.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-simplejson() {
+  depends=('python2')
+
+  cd simplejson-py2
+  python2 setup.py install --root="$pkgdir"
+  install -Dm644 "$srcdir/simplejson/LICENSE.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
+  



More information about the arch-commits mailing list