Package Details: python-async-timeout-git 4.0.0.r2.g77f0cba-1

Git Clone URL: https://aur.archlinux.org/python-async-timeout-git.git (read-only, click to copy)
Package Base: python-async-timeout-git
Description: Asyncio-compatible timeout class
Upstream URL: https://github.com/aio-libs/async-timeout
Licenses: Apache
Conflicts: python-async-timeout
Provides: python-async-timeout
Submitter: cygn
Maintainer: cygn
Last Packager: cygn
Votes: 0
Popularity: 0.000000
First Submitted: 2021-11-08 14:23 (UTC)
Last Updated: 2021-11-08 14:23 (UTC)

Required by (24)

Sources (1)

Latest Comments

kseistrup commented on 2025-04-19 07:23 (UTC)

Thanks for packaging this.

Since this package is built from the latest git commit, the PKGBUILD file ought to have a pkgver() function that dynamically updates the $pkgver variable. E.g.:

pkgver() {
  cd "$_pkgname"
  git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}

Also, git is a makedepends.

Also, “Apache” is not a valid SPDX license identifier, it should be “Apache-2.0”.

Cheers.