[arch-commits] Commit in python-werkzeug/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 2 14:11:08 UTC 2022
Date: Friday, September 2, 2022 @ 14:11:08
Author: felixonmars
Revision: 1290915
archrelease: copy trunk to community-any
Added:
python-werkzeug/repos/community-any/PKGBUILD
(from rev 1290914, python-werkzeug/trunk/PKGBUILD)
Deleted:
python-werkzeug/repos/community-any/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 14:10:55 UTC (rev 1290914)
+++ PKGBUILD 2022-09-02 14:11:08 UTC (rev 1290915)
@@ -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.2.1
-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=('466d164f8a5861cd36eaaf3674a8bb6640593981007d1d6bced1abbdaf8c6a39666601960ebfb2dc35b7c9c17a961ea07bf919cd646c282d27fd5e0f36cc3035')
-
-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 1290914, python-werkzeug/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-02 14:11:08 UTC (rev 1290915)
@@ -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.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:
More information about the arch-commits
mailing list