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

Felix Yan felixonmars at archlinux.org
Wed Jan 13 15:33:27 UTC 2021


    Date: Wednesday, January 13, 2021 @ 15:33:27
  Author: felixonmars
Revision: 820505

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 15:33:16 UTC (rev 820504)
+++ PKGBUILD	2021-01-13 15:33:27 UTC (rev 820505)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: python-waitress/repos/community-any/PKGBUILD (from rev 820504, python-waitress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-13 15:33:27 UTC (rev 820505)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-waitress
+pkgver=1.4.4
+pkgrel=5
+pkgdesc="Waitress WSGI server"
+arch=('any')
+license=('ZPL')
+url="https://github.com/Pylons/waitress"
+depends=('python')
+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 waitress-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd 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