Date: Thursday, May 4, 2023 @ 00:45:27
  Author: svenstaro
Revision: 1458674

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-04 00:45:18 UTC (rev 1458673)
+++ PKGBUILD    2023-05-04 00:45:27 UTC (rev 1458674)
@@ -1,43 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Alexander Rødseth <[email protected]>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Dan Serban
-# Contributor: Richard Murri
-
-pkgname=python-werkzeug
-pkgver=2.2.3
-pkgrel=2
-pkgdesc='Swiss Army knife of Python web development'
-url='https://werkzeug.palletsprojects.com/'
-arch=('any')
-license=('custom:BSD')
-depends=('python-markupsafe')
-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=('3968e663f67e41da5148a4aa1d8e047ffd88416fa8df665e359bbe87992e4e723e1c915eed59ae86b53dd18817e41cdcef059483bce7aa8ed7b388dd4add1482')
-
-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 1458673, 
python-werkzeug/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-04 00:45:27 UTC (rev 1458674)
@@ -0,0 +1,43 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Alexander Rødseth <[email protected]>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Dan Serban
+# Contributor: Richard Murri
+
+pkgname=python-werkzeug
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='Swiss Army knife of Python web development'
+url='https://werkzeug.palletsprojects.com/'
+arch=('any')
+license=('custom:BSD')
+depends=('python-markupsafe')
+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=('03b866cc7b2d539ade9284632e55dd66598a06596f3ef1de2b3af9081d8b3c6745eb94744faf7f93abe383615efb3453a41544975fbfb548582ca1912ad932dc')
+
+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:

Reply via email to