Date: Thursday, February 16, 2023 @ 16:11:11
  Author: svenstaro
Revision: 1400855

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-16 16:11:03 UTC (rev 1400854)
+++ PKGBUILD    2023-02-16 16:11:11 UTC (rev 1400855)
@@ -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.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=('cded6c7e0b00871366b70a41de45e31323c0fc09300413d0efca98f5a2f8207026fd77c7e5670fde727da377fd02b9b636f390a2524d2b5778e9e3bdbdfe3e3a')
-
-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 1400854, 
python-werkzeug/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-16 16:11:11 UTC (rev 1400855)
@@ -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.2.3
+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=('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:

Reply via email to