[arch-commits] Commit in python-waitress/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:50:15 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:50:15
  Author: foutrelis
Revision: 1061242

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:50:12 UTC (rev 1061241)
+++ PKGBUILD	2021-12-01 21:50:15 UTC (rev 1061242)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-waitress
-pkgver=2.0.0
-pkgrel=2
-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=("https://github.com/Pylons/waitress/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('a5bdac4adbd52803baf58795e74fb1a2cda994e44345cba2d19e29d606f7f6ab503fc459db419b76b7c8278b38fbfb85c258002df597f97c00e61c90e3982cc5')
-
-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
-}

Copied: python-waitress/repos/community-staging-any/PKGBUILD (from rev 1061241, python-waitress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:50:15 UTC (rev 1061242)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-waitress
+pkgver=2.0.0
+pkgrel=3
+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=("https://github.com/Pylons/waitress/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('a5bdac4adbd52803baf58795e74fb1a2cda994e44345cba2d19e29d606f7f6ab503fc459db419b76b7c8278b38fbfb85c258002df597f97c00e61c90e3982cc5')
+
+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