[arch-commits] Commit in python-wtforms/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed May 12 22:39:21 UTC 2021


    Date: Wednesday, May 12, 2021 @ 22:39:21
  Author: anthraxx
Revision: 932802

upgpkg: python-wtforms 2.3.3-1

Modified:
  python-wtforms/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-12 22:38:51 UTC (rev 932801)
+++ PKGBUILD	2021-05-12 22:39:21 UTC (rev 932802)
@@ -5,20 +5,24 @@
 
 _pyname=wtforms
 pkgname=python-wtforms
-pkgver=2.2.1
-pkgrel=10
+pkgver=2.3.3
+pkgrel=1
 pkgdesc='Flexible forms validation and rendering library for python web development'
 url='https://wtforms.readthedocs.io/'
 arch=('any')
 license=('BSD')
 depends=('python')
-makedepends=('python-setuptools' 'python-babel' 'python-sphinx')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/wtforms/archive/${pkgver}.tar.gz)
-sha512sums=('db989ff5352d6834fc51c0ed208de11c12a2c0ad90f73dfeaa8f9995edc7f840deb427f1ffc6167f1c24e44f2137ecbb27ee1113258a6c55ed256a603657ef97')
+makedepends=('python-setuptools' 'python-babel' 'python-sphinx'
+             'python-pallets-sphinx-themes' 'python-sphinx-issues'
+             'python-sphinxcontrib-log-cabinet')
+source=(https://github.com/wtforms/wtforms/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('f2b825a85f46a5eca2c8ecb7e0d1945e9697ad98c430b3043952eb5df87b77e180ac26aea0ad10c134438ef8f9d9c8d00ffc5b38a9fa413c6c95d43a681456a2')
+b2sums=('96a504e5a5334086372c81f3691edc0a598d3df9bb3eecce007daae1f445930e80aeea5c943e10500b2cba24ebff16e6e89ec31c9e6a1a33c5008297bbc1b064')
 
 build() {
   cd ${_pyname}-${pkgver}
   python setup.py compile_catalog build
+  export PYTHONPATH=..
   make -C docs html SPHINXBUILD=sphinx-build
 }
 



More information about the arch-commits mailing list