[arch-commits] Commit in python-simplejson/repos (4 files)
Felix Yan
fyan at archlinux.org
Sun Sep 20 03:03:13 UTC 2015
Date: Sunday, September 20, 2015 @ 05:03:13
Author: fyan
Revision: 141130
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 141129, python-simplejson/trunk/PKGBUILD)
python-simplejson/repos/community-staging-x86_64/
python-simplejson/repos/community-staging-x86_64/PKGBUILD
(from rev 141129, 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 141129, python-simplejson/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-20 03:03:13 UTC (rev 141130)
@@ -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.7.2
+pkgrel=2
+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')
+source=("git://github.com/simplejson/simplejson.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+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
+ 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:
Copied: python-simplejson/repos/community-staging-x86_64/PKGBUILD (from rev 141129, python-simplejson/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-20 03:03:13 UTC (rev 141130)
@@ -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.7.2
+pkgrel=2
+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')
+source=("git://github.com/simplejson/simplejson.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+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
+ 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