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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jun 2 03:34:16 UTC 2022


    Date: Thursday, June 2, 2022 @ 03:34:15
  Author: felixonmars
Revision: 1218399

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 03:34:01 UTC (rev 1218398)
+++ PKGBUILD	2022-06-02 03:34:15 UTC (rev 1218399)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-waitress
-pkgver=2.1.1
-pkgrel=1
-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=('9a65d61a71a587ccea5f3d5feb4b9e810bb1e9d0f0374d5bee582b6e0ca0899f9e4d7ebab1365d1ca11e3ab313df30c35ec86ffbd7e1187adada0a549954c969')
-
-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-any/PKGBUILD (from rev 1218398, python-waitress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 03:34:15 UTC (rev 1218399)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-waitress
+pkgver=2.1.2
+pkgrel=1
+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=('b27d1f6f9969299e3986604c6d95e130f35772c4f687c1b9b31a3a29b77330fda1c9d0ddfc640963c2bf25173ce2fcf734464ec2400afee77ec605767700208c')
+
+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