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

Kpcyrd kpcyrd at gemini.archlinux.org
Mon Jul 4 17:19:16 UTC 2022


    Date: Monday, July 4, 2022 @ 17:19:16
  Author: kpcyrd
Revision: 1243940

archrelease: copy trunk to community-any

Added:
  python-flask-httpauth/repos/community-any/PKGBUILD
    (from rev 1243939, python-flask-httpauth/trunk/PKGBUILD)
Deleted:
  python-flask-httpauth/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-04 17:18:58 UTC (rev 1243939)
+++ PKGBUILD	2022-07-04 17:19:16 UTC (rev 1243940)
@@ -1,33 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=python-flask-httpauth
-_pkgname=Flask-HTTPAuth
-pkgver=4.4.0
-pkgrel=3
-pkgdesc='Basic, Digest and Token HTTP authentication for Flask routes'
-url='https://github.com/miguelgrinberg/Flask-HTTPAuth'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-flask')
-checkdepends=('python-pytest')
-source=(https://github.com/miguelgrinberg/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('63aec9c0acdabcce45c12d19b17a96424884bfdcb080f0f0b38ee187ce97a6d316a48781e8741f154536f7d473b0228b6747f78f8a9ee4b37b42d50e5bf50c02')
-b2sums=('ed84ff66389db1a6e8fc2c3d88df9d901af6aa703bc5f0135ae6d5d927d09f8f42f81e10b87b2953a0da7fbd50b21b3661ddce733eb364d4c85f0f59ac6615fe')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  pytest tests/
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-httpauth/repos/community-any/PKGBUILD (from rev 1243939, python-flask-httpauth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-04 17:19:16 UTC (rev 1243940)
@@ -0,0 +1,33 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=python-flask-httpauth
+_pkgname=Flask-HTTPAuth
+pkgver=4.7.0
+pkgrel=1
+pkgdesc='Basic, Digest and Token HTTP authentication for Flask routes'
+url='https://github.com/miguelgrinberg/Flask-HTTPAuth'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-flask' 'python-setuptools')
+checkdepends=('python-pytest')
+source=(https://github.com/miguelgrinberg/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('d7bb3017aae0ef9b42b91e30ebf0d2686e7627fb6676e02ac32aa4d5fd91699570d55899ce190806c0a9da54e68516cfbf89155111266ab16c2d4e05bfbaa4ca')
+b2sums=('e5687876e54c6a2942d82d73c706dd3961237d1ef25a6330c02a5aef62ebfd6aad23a87d59facb15c4322580eabcfde12be09eaf8ec487f6776d8af069c84b93')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  PYTHONPATH=src/ pytest -k "not async" tests/
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --skip-build -O1 --root="${pkgdir}"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list