[arch-commits] Commit in python-flask-wtf/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Feb 12 13:21:30 UTC 2020
Date: Wednesday, February 12, 2020 @ 13:21:29
Author: svenstaro
Revision: 569322
upgpkg: python-flask-wtf 0.14.3-1
Modified:
python-flask-wtf/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-12 13:21:02 UTC (rev 569321)
+++ PKGBUILD 2020-02-12 13:21:29 UTC (rev 569322)
@@ -3,8 +3,8 @@
_pyname=flask-wtf
pkgname=python-flask-wtf
-pkgver=0.14.2
-pkgrel=5
+pkgver=0.14.3
+pkgrel=1
pkgdesc='Simple integration of Flask and WTForms'
url='https://flask-wtf.readthedocs.io/'
arch=('any')
@@ -11,10 +11,10 @@
license=('BSD')
depends=('python-flask' 'python-wtforms' 'python-werkzeug')
makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-flask-babel' 'python-nose')
+checkdepends=('python-flask-babel' 'python-tox')
options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lepture/flask-wtf/archive/v${pkgver}.tar.gz)
-sha512sums=('b4b577d545f4b6b3c86288ec004455c0559c92582c1b8900e79c2b2beff98f86e4b20a0fbb3bc52f6711375f5097491cac4cc9f33a97f6caa2fd26376ece9ceb')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lepture/flask-wtf/archive/${pkgver}.tar.gz)
+sha512sums=('f6d3c1e94647b33dbbc5ee9da86a749c879de4e43f98a58f43811393a5e05b5e6a1cc2546adc381ccdefeabafeb90cc75a00464491872465f9b60b641112e3c9')
prepare() {
sed -r 's|dist = get_distribution|#|' -i ${_pyname}-${pkgver}/docs/conf.py
@@ -29,7 +29,7 @@
check() {
cd ${_pyname}-${pkgver}
- nosetests
+ tox -e py38
}
package() {
More information about the arch-commits
mailing list