# Contributor: lauren n. liberda # Maintainer: lauren n. liberda pkgname=py3-flask-limiter pkgver=3.7.0 pkgrel=0 pkgdesc="Rate Limiting extension for Flask" url="https://github.com/alisaifee/flask-limiter" arch="noarch" license="MIT" depends=" py3-flask py3-limits py3-ordered-set py3-rich python3 " makedepends="py3-setuptools" checkdepends=" py3-flask-restful py3-flask-restx py3-limits-mongodb py3-limits-redis py3-pytest py3-pytest-cov " options="!check" # tests depend on unpackaged modules subpackages="$pkgname-pyc" source=" https://github.com/alisaifee/flask-limiter/archive/refs/tags/$pkgver/flask-limiter-$pkgver.tar.gz our-std-is-good-enough.patch " builddir="$srcdir/flask-limiter-$pkgver" build() { python3 setup.py build } check() { pytest } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums=" f546536e3efb86571515aac5b578155c240049fb1ccf96e55d4b1814d9e227e41cc18fc587f115706606154bb12a84b381533cf069cdfc56453b0f170ec19449 flask-limiter-3.7.0.tar.gz 1b90e9134076cda249695d5ea741db9d205a2ae452c7d6edfe01eb37a221ce6f64b0e8ddcdbbee9b0e0fb16a28e5eabf14f1c1e41e965c7e3b93ea4f42caf553 our-std-is-good-enough.patch "