Search Criteria
Package Details: python-aiohttp-apispec-git 3.0.0b2.r8.ge37d587-3
Package Actions
| 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.000021 |
| First Submitted: | 2023-03-27 17:12 (UTC) |
| Last Updated: | 2024-12-19 10:51 (UTC) |
Dependencies (6)
- python-aiohttp
- python-apispec
- python-jinja
- python-webargsAUR
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-setuptools (make)
Required by (1)
- ahriman-web (requires python-aiohttp-apispec) (optional)
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-gitpython-aiohttp-apispecgranted that they update to latest version. To avoid collision with non-git yourprovidesection can be changed toprovides=("python-$_pkgname=${pkgver%.r*}"), which should output the current upstream version3.0.0b2, and you can change theahriman-webdependency 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
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: