Search Criteria
Package Details: python-icecream-git 1.3.71.cd0113a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-icecream-git.git (read-only, click to copy) |
---|---|
Package Base: | python-icecream-git |
Description: | Sweet and creamy print debugging. |
Upstream URL: | https://github.com/gruns/icecream |
Licenses: | MIT |
Submitter: | lubosz |
Maintainer: | None |
Last Packager: | lubosz |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-14 17:17 (UTC) |
Last Updated: | 2018-04-14 17:17 (UTC) |
Dependencies (2)
- python (python37AUR, python311AUR, python310AUR)
- python-setuptools (make)
Latest Comments
lmartinez-mirror commented on 2021-04-02 02:41 (UTC)
This package needs
git
in itsmakedepends()
, on top of fixing the aforementionedpkgver()
.wbthomason commented on 2019-12-22 17:05 (UTC) (edited on 2019-12-22 17:10 (UTC) by wbthomason)
The
pkgver
function of this PKGBUILD is broken; I'd suggest replacing it with one of the options here: https://wiki.archlinux.org/index.php/VCS_package_guidelines#GitIn particular, I would suggest the following:
git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
Thanks!