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

Kpcyrd kpcyrd at archlinux.org
Mon Dec 21 19:14:13 UTC 2020


    Date: Monday, December 21, 2020 @ 19:14:13
  Author: kpcyrd
Revision: 781434

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-21 19:14:06 UTC (rev 781433)
+++ PKGBUILD	2020-12-21 19:14:13 UTC (rev 781434)
@@ -1,33 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=python-flask-httpauth
-_pkgname=Flask-HTTPAuth
-pkgver=3.3.0
-pkgrel=4
-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=('1303351a278799eb885afc9160d4569f73d13212cab2defbc818df6c39ad9284703da703f52c63fb032096a9773f429216e47cc26513730389585761b8f9953b')
-b2sums=('d6e259fcc06a92e2a8f065118f32fd72a11ca2d3a12ebb641a461cdd8554cd954799e2e4ddcd9f7ac904accbc226f5a19374e150e50ca30d65e3f5f3009182d6')
-
-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 781433, python-flask-httpauth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-21 19:14:13 UTC (rev 781434)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=python-flask-httpauth
+_pkgname=Flask-HTTPAuth
+pkgver=4.2.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')
+checkdepends=('python-pytest')
+source=(https://github.com/miguelgrinberg/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c58d0585dbd2b208db8243c9b8ed68ec8e7802bcb521bece3df0a876a3ec24e545edab693a4b2183975fa32caf2140cce6ddd18338edcf24a807a14f468c32e8')
+b2sums=('62703e09cd3ebf9cc9ac822c4cb3dfff08f630404333a76346bde52d72f806e6e559f886bb2efcc649fa1d23bf852bbf4800acde83827024b170a031f05ada68')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  export PYTHONHASHSEED=0
+  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:



More information about the arch-commits mailing list