@Technetium1: It's actually missing python-setuptools-scm
. It's not able to find it, so it tried to fallback on Pip.
Search Criteria
Package Details: athenaeum-git 2.3.2.r0.gb0cd237-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/athenaeum-git.git (read-only, click to copy) |
---|---|
Package Base: | athenaeum-git |
Description: | A libre replacement for Steam |
Upstream URL: | https://gitlab.com/librebob/athenaeum |
Licenses: | GPL3 |
Conflicts: | athenaeum |
Provides: | athenaeum |
Submitter: | librebob |
Maintainer: | None |
Last Packager: | yochananmarqos |
Votes: | 3 |
Popularity: | 0.000018 |
First Submitted: | 2018-09-07 23:13 (UTC) |
Last Updated: | 2023-05-13 17:06 (UTC) |
Dependencies (14)
- flatpak (flatpak-gitAUR)
- python-dateutil
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-setuptools
- qt5-graphicaleffects (qt5-graphicaleffects-gitAUR)
- qt5-quickcontrols2 (qt5-quickcontrols2-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
Required by (0)
Sources (1)
Latest Comments
yochananmarqos commented on 2023-04-27 14:57 (UTC)
Technetium1 commented on 2023-04-27 01:28 (UTC)
Missing python-pip
in makedepends to build in clean chroot.
yochananmarqos commented on 2019-12-10 18:20 (UTC)
This now depends on python-numpy
:
pkg_resources.DistributionNotFound: The 'numpy' distribution was not found and is required by athenaeum
yochananmarqos commented on 2019-10-02 17:23 (UTC)
You'll need to update the pkgver()
array again for the new tags:
pkgver() {
cd "$srcdir/${pkgname%-git}"
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
1.0.3.r1.g348a794
thisischrys commented on 2019-06-14 09:09 (UTC)
Game Manager (think: Lutris) not Steam "replacement"
yochananmarqos commented on 2018-10-13 15:01 (UTC)
Please change the pkgver
to adhere to VCS package guidelines:
pkgver() {
cd $srcdir/$_pkgname
# Git, no tags available
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
Also _pkgrel
and _gitname
are not used, why are they there?
Pinned Comments