[arch-commits] Commit in python-waitress/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Nov 11 10:33:28 UTC 2020
Date: Wednesday, November 11, 2020 @ 10:33:28
Author: foutrelis
Revision: 750101
archrelease: copy trunk to community-staging-any
Added:
python-waitress/repos/community-staging-any/PKGBUILD
(from rev 750100, python-waitress/trunk/PKGBUILD)
Deleted:
python-waitress/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 10:33:25 UTC (rev 750100)
+++ PKGBUILD 2020-11-11 10:33:28 UTC (rev 750101)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-waitress
-pkgver=1.4.4
-pkgrel=3
-pkgdesc="Waitress WSGI server"
-arch=('any')
-license=('ZPL')
-url="https://github.com/Pylons/waitress"
-depends=('python-setuptools')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-cov' 'python-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Pylons/waitress/archive/v$pkgver.tar.gz")
-sha512sums=('774fd5c436238a360d116b8683e5be6a4d9e09fcbe3853dea7e803e2c5f309f1d955b4eb9b5fe8c9ec9b8e5363a817e5bc57ca20ba5e5046744338b555dc439a')
-
-build() {
- cd "$srcdir"/waitress-$pkgver
- python setup.py build
-}
-
-check() {
- cd "$srcdir"/waitress-$pkgver
- python setup.py pytest
-}
-
-package_python-waitress() {
- cd waitress-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-waitress/repos/community-staging-any/PKGBUILD (from rev 750100, python-waitress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 10:33:28 UTC (rev 750101)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-waitress
+pkgver=1.4.4
+pkgrel=4
+pkgdesc="Waitress WSGI server"
+arch=('any')
+license=('ZPL')
+url="https://github.com/Pylons/waitress"
+depends=('python-setuptools')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-cov' 'python-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Pylons/waitress/archive/v$pkgver.tar.gz")
+sha512sums=('774fd5c436238a360d116b8683e5be6a4d9e09fcbe3853dea7e803e2c5f309f1d955b4eb9b5fe8c9ec9b8e5363a817e5bc57ca20ba5e5046744338b555dc439a')
+
+build() {
+ cd "$srcdir"/waitress-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir"/waitress-$pkgver
+ python setup.py pytest
+}
+
+package_python-waitress() {
+ cd waitress-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list