[arch-commits] Commit in python-jsonpointer/repos/community-any (4 files)
Daniel Wallace
dwallace at archlinux.org
Wed Feb 18 15:18:29 UTC 2015
Date: Wednesday, February 18, 2015 @ 16:18:28
Author: dwallace
Revision: 127935
archrelease: copy trunk to community-any
Added:
python-jsonpointer/repos/community-any/COPYING
(from rev 127934, python-jsonpointer/trunk/COPYING)
python-jsonpointer/repos/community-any/PKGBUILD
(from rev 127934, python-jsonpointer/trunk/PKGBUILD)
Deleted:
python-jsonpointer/repos/community-any/COPYING
python-jsonpointer/repos/community-any/PKGBUILD
----------+
COPYING | 52 +++++++++++++++----------------
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
2 files changed, 77 insertions(+), 77 deletions(-)
Deleted: COPYING
===================================================================
--- COPYING 2015-02-18 15:18:10 UTC (rev 127934)
+++ COPYING 2015-02-18 15:18:28 UTC (rev 127935)
@@ -1,26 +0,0 @@
-Copyright (c) 2011 Stefan Kögl <stefan at skoegl.net>
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
- derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
Copied: python-jsonpointer/repos/community-any/COPYING (from rev 127934, python-jsonpointer/trunk/COPYING)
===================================================================
--- COPYING (rev 0)
+++ COPYING 2015-02-18 15:18:28 UTC (rev 127935)
@@ -0,0 +1,26 @@
+Copyright (c) 2011 Stefan Kögl <stefan at skoegl.net>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-18 15:18:10 UTC (rev 127934)
+++ PKGBUILD 2015-02-18 15:18:28 UTC (rev 127935)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Limao Luo <luolimao+AUR at gmail.com>
-
-pkgbase=python-jsonpointer
-_pkgname=jsonpointer
-pkgname=(python2-jsonpointer python-jsonpointer)
-pkgver=1.4
-pkgrel=1
-pkgdesc="Identify specific nodes in a JSON document (RFC 6901)"
-arch=(any)
-url=https://github.com/stefankoegl/python-json-pointer
-license=(BSD)
-makedepends=(python2-d2to1 python2-oslo-config python2-pbr python2-prettytable python2-requests
- python2-setuptools python2-simplejson python-d2to1 python-oslo-config python-pbr
- python-prettytable python-requests python-setuptools python-simplejson)
-source=(http://pypi.python.org/packages/source/j/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz
- https://raw.github.com/stefankoegl/python-json-pointer/master/COPYING)
-sha256sums=('cb9d357edc67fe41a929fbfd583e95a2a6c5fdc71e22522d88ab715c752905b4'
- 'd8b24f15d472885f788a2d6e985850f264627b86012a17bb242c83f310d907e5')
-sha512sums=('be1cf5b5df08bd42c25bded242afd4caf04baba8958cc8599859f80041f8db06e4d6aaadadd6cc6f35b2cc78a77a9d94ac45a9c809c21c61a691d7a6d9b5184f'
- '6a4c6b57a9cfe227175852c67ab7536fcc23646761cd10d25800edfccf408b139b1f589313f6cf6717c5764ca2e554cc16921118e01aebfbdf3ddfada82c6bac')
-
-prepare(){
- cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
- find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
- export LANG=en_US.UTF-8
- cd $srcdir/$_pkgname-$pkgver
- python setup.py build
- cd $srcdir/$_pkgname-$pkgver-2
- python2 setup.py build
-}
-
-package_python-jsonpointer() {
- cd $_pkgname-$pkgver
- depends=(python-d2to1 python-oslo-config python-pbr
- python-prettytable python-requests python-simplejson)
- python setup.py install --prefix=/usr --root="$pkgdir"
- install -Dm644 $SRCDEST/COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-package_python2-jsonpointer() {
- cd $_pkgname-$pkgver-2
- depends=(python2-d2to1 python2-oslo-config python2-pbr python2-prettytable python2-requests
- python2-setuptools python2-simplejson python-d2to1)
- python2 setup.py install --prefix=/usr --root="$pkgdir"
- mv $pkgdir/usr/bin/jsonpointer $pkgdir/usr/bin/jsonpointer2
- install -Dm644 $SRCDEST/COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
Copied: python-jsonpointer/repos/community-any/PKGBUILD (from rev 127934, python-jsonpointer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-02-18 15:18:28 UTC (rev 127935)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+
+pkgbase=python-jsonpointer
+_pkgname=jsonpointer
+pkgname=(python2-jsonpointer python-jsonpointer)
+pkgver=1.7
+pkgrel=1
+pkgdesc="Identify specific nodes in a JSON document (RFC 6901)"
+arch=(any)
+url=https://github.com/stefankoegl/python-json-pointer
+license=(BSD)
+makedepends=(python2-d2to1 python2-oslo-config python2-pbr python2-prettytable python2-requests
+ python2-setuptools python2-simplejson python-d2to1 python-oslo-config python-pbr
+ python-prettytable python-requests python-setuptools python-simplejson)
+source=(http://pypi.python.org/packages/source/j/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz
+ https://raw.github.com/stefankoegl/python-json-pointer/master/COPYING)
+sha256sums=('46b2016b5e4f2b5cd2edf07c60ca8fe7dd91204ca848f98964be61b3c4760f5e'
+ 'd8b24f15d472885f788a2d6e985850f264627b86012a17bb242c83f310d907e5')
+sha512sums=('26b25f31fb98fe7c7d926dcc492fe7889f2462430f959645e498fc47367d23243fb3b528da7af026827dffb30d7c5fe2ffb31843a8f2c9064647bebb313de9bb'
+ '6a4c6b57a9cfe227175852c67ab7536fcc23646761cd10d25800edfccf408b139b1f589313f6cf6717c5764ca2e554cc16921118e01aebfbdf3ddfada82c6bac')
+
+prepare(){
+ cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
+ find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+ export LANG=en_US.UTF-8
+ cd $srcdir/$_pkgname-$pkgver
+ python setup.py build
+ cd $srcdir/$_pkgname-$pkgver-2
+ python2 setup.py build
+}
+
+package_python-jsonpointer() {
+ cd $_pkgname-$pkgver
+ depends=(python-d2to1 python-oslo-config python-pbr
+ python-prettytable python-requests python-simplejson)
+ python setup.py install --prefix=/usr --root="$pkgdir"
+ install -Dm644 $SRCDEST/COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+package_python2-jsonpointer() {
+ cd $_pkgname-$pkgver-2
+ depends=(python2-d2to1 python2-oslo-config python2-pbr python2-prettytable python2-requests
+ python2-setuptools python2-simplejson python-d2to1)
+ python2 setup.py install --prefix=/usr --root="$pkgdir"
+ mv $pkgdir/usr/bin/jsonpointer $pkgdir/usr/bin/jsonpointer2
+ install -Dm644 $SRCDEST/COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
More information about the arch-commits
mailing list