[arch-commits] Commit in python-docopt/repos/community-any (4 files)

Felix Yan fyan at archlinux.org
Thu Aug 7 09:43:45 UTC 2014


    Date: Thursday, August 7, 2014 @ 11:43:45
  Author: fyan
Revision: 116968

archrelease: copy trunk to community-any

Added:
  python-docopt/repos/community-any/LICENSE-MIT
    (from rev 116967, python-docopt/trunk/LICENSE-MIT)
  python-docopt/repos/community-any/PKGBUILD
    (from rev 116967, python-docopt/trunk/PKGBUILD)
Deleted:
  python-docopt/repos/community-any/LICENSE-MIT
  python-docopt/repos/community-any/PKGBUILD

-------------+
 LICENSE-MIT |   38 ++++++++++++-------------
 PKGBUILD    |   86 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: LICENSE-MIT
===================================================================
--- LICENSE-MIT	2014-08-07 09:43:30 UTC (rev 116967)
+++ LICENSE-MIT	2014-08-07 09:43:45 UTC (rev 116968)
@@ -1,19 +0,0 @@
-Copyright (c) 2012 Vladimir Keleshev, <vladimir at keleshev.com>
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in 
-the Software without restriction, including without limitation the rights to 
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
-of the Software, and to permit persons to whom the Software is furnished to do 
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
-SOFTWARE.

Copied: python-docopt/repos/community-any/LICENSE-MIT (from rev 116967, python-docopt/trunk/LICENSE-MIT)
===================================================================
--- LICENSE-MIT	                        (rev 0)
+++ LICENSE-MIT	2014-08-07 09:43:45 UTC (rev 116968)
@@ -0,0 +1,19 @@
+Copyright (c) 2012 Vladimir Keleshev, <vladimir at keleshev.com>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in 
+the Software without restriction, including without limitation the rights to 
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
+of the Software, and to permit persons to whom the Software is furnished to do 
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
+SOFTWARE.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-07 09:43:30 UTC (rev 116967)
+++ PKGBUILD	2014-08-07 09:43:45 UTC (rev 116968)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgbase=python-docopt
-_pkgname=docopt
-pkgname=(python-docopt python2-docopt)
-pkgver=0.6.1
-pkgrel=3
-pkgdesc="Pythonic option parser, that will make you smile"
-arch=(any)
-url="https://github.com/docopt/docopt"
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" LICENSE-MIT)
-sha256sums=('71ad940a773fbc23be6093e9476ad57b2ecec446946a28d30127501f3b29aa35'
-            '3d5df78f592ff2433c3c6ce4984091b7f497059ddb8c6b08a061ba48e37b67f2')
-
-prepare(){
-    cp -dpr --no-preserve=owner $_pkgname-$pkgver $_pkgname-$pkgver-2
-}
-
-build() {
-	cd "$srcdir/$_pkgname-$pkgver"
-	python setup.py build
-	cd "$srcdir/$_pkgname-$pkgver-2"
-	python2 setup.py build
-}
-
-package_python2-docopt() {
-	cd "$srcdir/$_pkgname-$pkgver-2"
-	python2 setup.py install --skip-build -O1 --root="$pkgdir"
-    depends=('python2')
-	install -Dm0644 "$srcdir/LICENSE-MIT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python-docopt() {
-	cd "$srcdir/$_pkgname-$pkgver"
-    depends=('python')
-	python setup.py install --skip-build -O1 --root="$pkgdir"
-	install -Dm0644 "$srcdir/LICENSE-MIT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-docopt/repos/community-any/PKGBUILD (from rev 116967, python-docopt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-08-07 09:43:45 UTC (rev 116968)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgbase=python-docopt
+_pkgname=docopt
+pkgname=(python-docopt python2-docopt)
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Pythonic option parser, that will make you smile"
+arch=(any)
+url="https://github.com/docopt/docopt"
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" LICENSE-MIT)
+sha256sums=('49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491'
+            '3d5df78f592ff2433c3c6ce4984091b7f497059ddb8c6b08a061ba48e37b67f2')
+
+prepare(){
+    cp -dpr --no-preserve=owner $_pkgname-$pkgver $_pkgname-$pkgver-2
+}
+
+build() {
+	cd "$srcdir/$_pkgname-$pkgver"
+	python setup.py build
+	cd "$srcdir/$_pkgname-$pkgver-2"
+	python2 setup.py build
+}
+
+package_python2-docopt() {
+	cd "$srcdir/$_pkgname-$pkgver-2"
+	python2 setup.py install --skip-build -O1 --root="$pkgdir"
+    depends=('python2')
+	install -Dm0644 "$srcdir/LICENSE-MIT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python-docopt() {
+	cd "$srcdir/$_pkgname-$pkgver"
+    depends=('python')
+	python setup.py install --skip-build -O1 --root="$pkgdir"
+	install -Dm0644 "$srcdir/LICENSE-MIT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+




More information about the arch-commits mailing list