[arch-commits] Commit in python-waitress/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Feb 5 15:34:12 UTC 2017


    Date: Sunday, February 5, 2017 @ 15:34:11
  Author: felixonmars
Revision: 210036

archrelease: copy trunk to community-any

Added:
  python-waitress/repos/community-any/PKGBUILD
    (from rev 210035, python-waitress/trunk/PKGBUILD)
Deleted:
  python-waitress/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-05 15:33:57 UTC (rev 210035)
+++ PKGBUILD	2017-02-05 15:34:11 UTC (rev 210036)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-waitress
-pkgname=('python-waitress' 'python2-waitress')
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="Waitress WSGI server"
-arch=('any')
-license=('ZPL')
-url="https://github.com/Pylons/waitress"
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/Pylons/waitress.git#tag=v$pkgver")
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a waitress{,-py2}
-}
-
-build() {
-  cd "$srcdir"/waitress
-  python setup.py build
-
-  cd "$srcdir"/waitress-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/waitress
-  nosetests3
-
-  cd "$srcdir"/waitress-py2
-  nosetests2
-}
-
-package_python-waitress() {
-  depends=('python-setuptools')
-
-  cd waitress
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-waitress() {
-  depends=('python2-setuptools')
-
-  cd waitress-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/waitress-serve{,2}
-}

Copied: python-waitress/repos/community-any/PKGBUILD (from rev 210035, python-waitress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-05 15:34:11 UTC (rev 210036)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-waitress
+pkgname=('python-waitress' 'python2-waitress')
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Waitress WSGI server"
+arch=('any')
+license=('ZPL')
+url="https://github.com/Pylons/waitress"
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/Pylons/waitress.git#tag=v$pkgver")
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a waitress{,-py2}
+}
+
+build() {
+  cd "$srcdir"/waitress
+  python setup.py build
+
+  cd "$srcdir"/waitress-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/waitress
+  nosetests3
+
+  cd "$srcdir"/waitress-py2
+  nosetests2
+}
+
+package_python-waitress() {
+  depends=('python-setuptools')
+
+  cd waitress
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-waitress() {
+  depends=('python2-setuptools')
+
+  cd waitress-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/waitress-serve{,2}
+}



More information about the arch-commits mailing list