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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Fri Apr 29 21:00:28 UTC 2022


    Date: Friday, April 29, 2022 @ 21:00:27
  Author: svenstaro
Revision: 1191840

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-29 21:00:18 UTC (rev 1191839)
+++ PKGBUILD	2022-04-29 21:00:27 UTC (rev 1191840)
@@ -1,43 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Dan Serban
-# Contributor: Richard Murri
-
-pkgname=python-werkzeug
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Swiss Army knife of Python web development'
-url='https://werkzeug.palletsprojects.com/'
-arch=('any')
-license=('custom:BSD')
-depends=('python')
-makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-timeout' 'python-pytest-xprocess' 'python-requests'
-              'python-ephemeral-port-reserve' 'python-greenlet' 'python-watchdog'
-              'python-cryptography')
-source=("https://github.com/pallets/werkzeug/archive/${pkgver}/$pkgname-$pkgver.tar.gz")
-sha512sums=('992b5b0a95db5266d025e06683b04f932def72c3967b2c9903f718c5f2672cf0abadb247cf77029d99b567c9588f5ae03b6b07d566bfd764c738ede53501ba1b')
-
-build() {
-  cd "werkzeug-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "werkzeug-$pkgver"
-  PYTHONPATH="build/lib" pytest \
-    --deselect=tests/test_serving.py \
-    --deselect=tests/test_debug.py::test_basic \
-    --deselect=tests/middleware/test_http_proxy.py
-}
-
-package() {
-  cd "werkzeug-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm 644 LICENSE.rst -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-werkzeug/repos/community-any/PKGBUILD (from rev 1191839, python-werkzeug/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-29 21:00:27 UTC (rev 1191840)
@@ -0,0 +1,43 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Dan Serban
+# Contributor: Richard Murri
+
+pkgname=python-werkzeug
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Swiss Army knife of Python web development'
+url='https://werkzeug.palletsprojects.com/'
+arch=('any')
+license=('custom:BSD')
+depends=('python')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-pytest' 'python-pytest-timeout' 'python-pytest-xprocess' 'python-requests'
+              'python-ephemeral-port-reserve' 'python-greenlet' 'python-watchdog'
+              'python-cryptography')
+source=("https://github.com/pallets/werkzeug/archive/${pkgver}/$pkgname-$pkgver.tar.gz")
+sha512sums=('28c4a794a3dbc8423e59244fbcf192b60b53f378444aaaf60330bdd62cec38a4625033b5d72b55613c8b26053a60153ddcb816331ff28ad3ee03bede74d8b1b3')
+
+build() {
+  cd "werkzeug-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "werkzeug-$pkgver"
+  PYTHONPATH="build/lib" pytest \
+    --deselect=tests/test_serving.py \
+    --deselect=tests/test_debug.py::test_basic \
+    --deselect=tests/middleware/test_http_proxy.py
+}
+
+package() {
+  cd "werkzeug-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm 644 LICENSE.rst -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list