[arch-commits] Commit in python-flask-security-too/repos/community-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 2 07:04:05 UTC 2022


    Date: Friday, September 2, 2022 @ 07:04:04
  Author: felixonmars
Revision: 1290509

archrelease: copy trunk to community-any

Added:
  python-flask-security-too/repos/community-any/PKGBUILD
    (from rev 1290508, python-flask-security-too/trunk/PKGBUILD)
Deleted:
  python-flask-security-too/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  120 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 07:03:50 UTC (rev 1290508)
+++ PKGBUILD	2022-09-02 07:04:04 UTC (rev 1290509)
@@ -1,60 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-_pkgname=flask-security
-pkgname=python-flask-security-too
-pkgver=4.1.4
-pkgrel=1
-pkgdesc='Quick and simple security for Flask applications'
-url='https://github.com/jwag956/flask-security'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-flask' 'python-flask-login' 'python-flask-mail' 'python-flask-principal'
-         'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 'python-passlib'
-         'python-email-validator')
-makedepends=('python-flask' 'python-flask-login' 'python-flask-mail' 'python-flask-principal'
-             'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 'python-passlib'
-             'python-sphinx' 'python-setuptools' 'python-pallets-sphinx-themes' 'python-sphinx-issues')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-cov' 'python-peewee'
-              'python-mock' 'python-sqlalchemy' 'python-flask-sqlalchemy' 'python-bcrypt' 'python-pony'
-              'python-flask-babel' 'python-zxcvbn' 'python-cryptography' 'python-pyqrcode' 'python-bleach'
-              'python-phonenumbers' 'python-argon2_cffi')
-provides=('python-flask-security')
-conflicts=('python-flask-security')
-source=(https://github.com/jwag956/flask-security/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('d9ec87d1d2baa11b00db437135060630ea06451d96057fc8712ced8bc433fb6779f7b2561ad1c96d8f192a43acdc93dddf7f44ec75f89297204fd1796dcad1df')
-b2sums=('5fd401da8a907ff56ab7fe1fc79ec586222c26d60d921534afea4743cbc6840098f8a1d231741f83f061e2a4f747c4937be848aa4bfee8b3cf4bc06a8928e437')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed -e 's/ --translations//' \
-      -e 's/ --pep8//' \
-      -e 's/ --black//' \
-      -e 's/ --flake8//' \
-      -e 's/ --flakes//' \
-      -i pytest.ini
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-  python setup.py compile_catalog
-  sphinx-build -b text docs docs/_build/text
-  sphinx-build -b man docs docs/_build/man
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  PYTHONPATH=build/lib pytest
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 README.rst CHANGES.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/flask-security.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 docs/_build/man/flask-security.1 "${pkgdir}/usr/share/man/man1/python-flask-security.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-security-too/repos/community-any/PKGBUILD (from rev 1290508, python-flask-security-too/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-02 07:04:04 UTC (rev 1290509)
@@ -0,0 +1,60 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+_pkgname=flask-security
+pkgname=python-flask-security-too
+pkgver=4.1.5
+pkgrel=1
+pkgdesc='Quick and simple security for Flask applications'
+url='https://github.com/jwag956/flask-security'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-flask' 'python-flask-login' 'python-flask-mail' 'python-flask-principal'
+         'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 'python-passlib'
+         'python-email-validator')
+makedepends=('python-flask' 'python-flask-login' 'python-flask-mail' 'python-flask-principal'
+             'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 'python-passlib'
+             'python-sphinx' 'python-setuptools' 'python-pallets-sphinx-themes' 'python-sphinx-issues')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-cov' 'python-peewee'
+              'python-mock' 'python-sqlalchemy' 'python-flask-sqlalchemy' 'python-bcrypt' 'python-pony'
+              'python-flask-babel' 'python-zxcvbn' 'python-cryptography' 'python-pyqrcode' 'python-bleach'
+              'python-phonenumbers' 'python-argon2_cffi')
+provides=('python-flask-security')
+conflicts=('python-flask-security')
+source=(https://github.com/jwag956/flask-security/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('cf0a4ea6d8ad519ae5055898d2b7eb1bea8b3ceb3fffd2a79b47b92c6ccb72b692ed9483088fbea3987ff6fa3aaf60fcc388b7553a7e3e6ba8edfce63c714ad3')
+b2sums=('18a1711e99794293fec17cca90ab9fcc7437c4882d7f14fb8c5abfddf137724a37ecf968cebd3801ef509f5b34f9671428405477894166d9c4350e1fd4a59054')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed -e 's/ --translations//' \
+      -e 's/ --pep8//' \
+      -e 's/ --black//' \
+      -e 's/ --flake8//' \
+      -e 's/ --flakes//' \
+      -i pytest.ini
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  python setup.py compile_catalog
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  PYTHONPATH=build/lib pytest
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst CHANGES.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flask-security.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 docs/_build/man/flask-security.1 "${pkgdir}/usr/share/man/man1/python-flask-security.1"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list