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

Felix Yan fyan at nymeria.archlinux.org
Fri Jul 4 15:29:30 UTC 2014


    Date: Friday, July 4, 2014 @ 17:29:29
  Author: fyan
Revision: 114895

archrelease: copy trunk to community-any

Added:
  python-flup/repos/community-any/LICENSE
    (from rev 114894, python-flup/trunk/LICENSE)
  python-flup/repos/community-any/PKGBUILD
    (from rev 114894, python-flup/trunk/PKGBUILD)
Deleted:
  python-flup/repos/community-any/LICENSE
  python-flup/repos/community-any/PKGBUILD

----------+
 LICENSE  |   48 ++++++++++++++++++++++----------------------
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2014-07-04 15:29:05 UTC (rev 114894)
+++ LICENSE	2014-07-04 15:29:29 UTC (rev 114895)
@@ -1,24 +0,0 @@
-Copyright (c) 2007, Allan Saddi
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-    * Redistributions of source code must retain the above copyright notice,
-      this list of conditions and the following disclaimer.
-    * 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.
-    * Neither the name of the <organization> nor the names of its contributors
-      may be used to endorse or promote products derived from this software without
-      specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY <copyright holder> "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 <copyright holder> 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-flup/repos/community-any/LICENSE (from rev 114894, python-flup/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2014-07-04 15:29:29 UTC (rev 114895)
@@ -0,0 +1,24 @@
+Copyright (c) 2007, Allan Saddi
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+    * Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+    * 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.
+    * Neither the name of the <organization> nor the names of its contributors
+      may be used to endorse or promote products derived from this software without
+      specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY <copyright holder> "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 <copyright holder> 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	2014-07-04 15:29:05 UTC (rev 114894)
+++ PKGBUILD	2014-07-04 15:29:29 UTC (rev 114895)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <chris at the-brannons.com>
-# Contributor: Aaron Schaefer <aaron at elasticdog.com>
-
-pkgbase=python-flup
-pkgname=python2-flup
-pkgver=1.0.2
-pkgrel=4
-pkgdesc='A collection of Python WSGI modules'
-arch=('any')
-url='http://trac.saddi.com/flup'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-distribute')
-conflicts=('python-flup<=1.0.2-3')
-replaces=('python-flup<=1.0.2-3')
-source=("http://www.saddi.com/software/flup/dist/flup-$pkgver.tar.gz"
-        'LICENSE')
-md5sums=('24dad7edc5ada31dddd49456ee8d5254'
-         '2b61db5f66aad3b1748085e146603bd1')
-
-package_python2-flup() {
-  cd "$srcdir/flup-$pkgver"
-
-  # python2 fix
-  for file in flup/server/*.py; do
-    sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py install --root="$pkgdir"
-
-  install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-flup/repos/community-any/PKGBUILD (from rev 114894, python-flup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-04 15:29:29 UTC (rev 114895)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Chris Brannon <chris at the-brannons.com>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgbase=python-flup
+pkgname=python2-flup
+pkgver=1.0.2
+pkgrel=5
+pkgdesc='A collection of Python WSGI modules'
+arch=('any')
+url='http://trac.saddi.com/flup'
+license=('MIT')
+depends=('python2')
+makedepends=('python2-distribute')
+conflicts=('python-flup<=1.0.2-3')
+replaces=('python-flup<=1.0.2-3')
+source=("http://www.saddi.com/software/flup/dist/flup-$pkgver.tar.gz"
+        'LICENSE')
+md5sums=('24dad7edc5ada31dddd49456ee8d5254'
+         '2b61db5f66aad3b1748085e146603bd1')
+
+package_python2-flup() {
+  cd "$srcdir/flup-$pkgver"
+
+  # python2 fix
+  for file in flup/server/*.py; do
+    sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py install --root="$pkgdir"
+
+  install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}




More information about the arch-commits mailing list