summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO15
1 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0195c1ea514..ac809bafed89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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