Package Details: python-aiohttp-apispec-git 3.0.0b2.r8.ge37d587-3

Git Clone URL: https://aur.archlinux.org/python-aiohttp-apispec-git.git (read-only, click to copy)
Package Base: python-aiohttp-apispec-git
Description: Build and document REST APIs with aiohttp and apispec (git version)
Upstream URL: https://github.com/maximdanilchenko/aiohttp-apispec
Licenses: MIT
Conflicts: python-aiohttp-apispec
Provides: python-aiohttp-apispec
Submitter: arcanis
Maintainer: arcanis
Last Packager: arcanis
Votes: 1
Popularity: 0.31
First Submitted: 2023-03-27 17:12 (UTC)
Last Updated: 2024-12-19 10:51 (UTC)

Required by (2)

Sources (1)

Latest Comments

Korialo commented on 2024-12-05 12:52 (UTC)

@arcanis OK, a I see it is the up stream version is 3.0.0b2, also the might be the current version of non-git python-aiohttp-apispec granted that they update to latest version. To avoid collision with non-git your provide section can be changed to provides=("python-$_pkgname=${pkgver%.r*}"), which should output the current upstream version 3.0.0b2, and you can change the ahriman-web dependency to the exact version as upstream and both non-git and your package here will satisfy the dependency, with out resorting to name the exact package you need.

arcanis commented on 2024-12-04 09:10 (UTC)

@Korialo yea, I've tried it, but makepkg doesn't like it

==> ERROR: provides array cannot contain comparison (< or >) operators.

Korialo commented on 2024-12-03 09:46 (UTC) (edited on 2024-12-03 09:47 (UTC) by Korialo)

@arcanis In the PKGBUILD add 'provides="python-aiohttp-apispec>=3.0.0" ', solves:

cannot resolve "python-aiohttp-apispec>=3.0.0", a dependency of "ahriman-web"