[arch-commits] Commit in python-waitress/trunk (PKGBUILD)

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


    Date: Wednesday, January 13, 2021 @ 15:33:16
  Author: felixonmars
Revision: 820504

upgpkg: python-waitress 1.4.4-5: setuptools is no longer needed as runtime dependency

Modified:
  python-waitress/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 15:28:05 UTC (rev 820503)
+++ PKGBUILD	2021-01-13 15:33:16 UTC (rev 820504)
@@ -2,12 +2,12 @@
 
 pkgname=python-waitress
 pkgver=1.4.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Waitress WSGI server"
 arch=('any')
 license=('ZPL')
 url="https://github.com/Pylons/waitress"
-depends=('python-setuptools')
+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")
@@ -14,12 +14,12 @@
 sha512sums=('774fd5c436238a360d116b8683e5be6a4d9e09fcbe3853dea7e803e2c5f309f1d955b4eb9b5fe8c9ec9b8e5363a817e5bc57ca20ba5e5046744338b555dc439a')
 
 build() {
-  cd "$srcdir"/waitress-$pkgver
+  cd waitress-$pkgver
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/waitress-$pkgver
+  cd waitress-$pkgver
   python setup.py pytest
 }
 



More information about the arch-commits mailing list