summaryrefslogtreecommitdiff
path: root/python3-flask/Pkgfile
blob: cf04aa05edb96279cba68e3f739e878ed95c561b (plain)
    1 # Description: Micro webdevelopment framework for Python
    2 # URL: https://flask.palletsprojects.com/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-click python3-importlib_metadata python3-itsdangerous python3-jinja2 python3-werkzeug
    5 
    6 name=python3-flask
    7 version=2.2.2
    8 release=1
    9 source=(https://github.com/pallets/flask/archive/$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd flask-$version
   13   /usr/bin/python3 setup.py build
   14   /usr/bin/python3 setup.py install --prefix=/usr \
   15     --root=$PKG \
   16     -O1 \
   17     --skip-build
   18 }

Generated by cgit