diff options
author | Marcell Meszaros | 2022-07-04 01:18:30 +0200 |
---|---|---|
committer | Marcell Meszaros | 2022-07-04 01:55:08 +0200 |
commit | 0ff67631f391b271e29292c4254b4629994258fb (patch) | |
tree | a260266327f1447ec7bd2f1d05cc268a650330b0 /.SRCINFO | |
parent | 8a15684a37b7cb570bb085ec3daea7f62c1ebc1b (diff) | |
download | aur-0ff67631f391b271e29292c4254b4629994258fb.tar.gz |
1.0.1-3: optionally enable tests; cleanup formatting
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,13 +1,18 @@ pkgbase = python2-werkzeug - pkgdesc = Swiss Army knife of Python web development + pkgdesc = Swiss Army knife of Python web development (legacy Python 2 version) pkgver = 1.0.1 - pkgrel = 2 - url = http://werkzeug.pocoo.org/ + pkgrel = 3 + url = https://pypi.org/project/werkzeug/1.0.1/ arch = any license = custom:BSD makedepends = python2-setuptools - depends = python2 - source = python2-werkzeug-1.0.1.tar.gz::https://github.com/pallets/werkzeug/archive/1.0.1.tar.gz + optdepends = python2-cryptography: for serving WSGI applications + optdepends = python2-greenlet: alternative for concurrency (multithreading) + optdepends = python2-pytest-timeout: needed for check() during build + optdepends = python2-requests: needed for check() during build + optdepends = python2-requests-unixsocket: needed for check() during build + source = werkzeug-1.0.1.tar.gz::https://github.com/pallets/werkzeug/archive/refs/tags/1.0.1.tar.gz b2sums = d2dcdce8b1bcbb177b52b0915f2c0ac17d235dee3c77b23e81e4b35412d1f53a194d3c7c7f2a5c065ade99797effe72cc464cf6980b12c761a8a919338021660 pkgname = python2-werkzeug + depends = python2 |