[arch-commits] Commit in python-waitress/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Oct 23 16:01:18 UTC 2016
Date: Sunday, October 23, 2016 @ 16:01:17
Author: felixonmars
Revision: 193080
archrelease: copy trunk to community-any
Added:
python-waitress/repos/community-any/PKGBUILD
(from rev 193079, python-waitress/trunk/PKGBUILD)
Deleted:
python-waitress/repos/community-any/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-23 16:00:58 UTC (rev 193079)
+++ PKGBUILD 2016-10-23 16:01:17 UTC (rev 193080)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-waitress
-pkgname=('python-waitress' 'python2-waitress')
-pkgver=1.0.0
-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}
-}
Copied: python-waitress/repos/community-any/PKGBUILD (from rev 193079, python-waitress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-23 16:01:17 UTC (rev 193080)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-waitress
+pkgname=('python-waitress' 'python2-waitress')
+pkgver=1.0.1
+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