Search Criteria
Package Details: python-pytest-flask 1.3.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pytest-flask.git (read-only, click to copy) |
---|---|
Package Base: | python-pytest-flask |
Description: | A set of pytest fixtures to test Flask applications. |
Upstream URL: | https://github.com/pytest-dev/pytest-flask |
Licenses: | MIT |
Submitter: | Anthony25 |
Maintainer: | HLFH |
Last Packager: | HLFH |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-04-07 12:53 (UTC) |
Last Updated: | 2024-05-06 06:29 (UTC) |
Latest Comments
intelfx commented on 2024-06-14 19:12 (UTC)
As per the two comments below, this package is using obsolete setuptools CLI and is missing makedependencies.
Please apply: https://0x0.st/XcyM.diff
alex19EP commented on 2024-06-11 15:14 (UTC)
please apply following
diff --git i/PKGBUILD w/PKGBUILD index 7752fb2..d3a8335 100644 --- i/PKGBUILD +++ w/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="A set of pytest fixtures to test Flask applications." arch=(any) url='https://github.com/pytest-dev/pytest-flask' license=(MIT) -makedepends=('python-setuptools') +makedepends=('python-setuptools' 'python-wheel' 'python-pip') depends=('python-pytest' 'python-flask' 'python-werkzeug') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") b2sums=('008c7f2acdc320dcab3e1745fb8e546a1f4cbdf75155db85f00bb70aea2eb3efa46d68f39fac114e3ddc3675b45d3d6d9a7bba8eb0c331c36e7f3d08c83c5da0')
f0ff886f commented on 2024-06-10 13:30 (UTC)
There is a missing dependency on python-pip. It will fail if that package isn't installed during build.
HLFH commented on 2023-12-05 05:03 (UTC)
Updated to 1.3.0.
HLFH commented on 2023-01-04 12:15 (UTC)
Package fixed and updated to 1.2.0.
HLFH commented on 2023-01-04 08:56 (UTC) (edited on 2023-01-04 08:57 (UTC) by HLFH)
Package is outdated and...broken.