Search Criteria
Package Details: python-cmcrameri 1.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-cmcrameri.git (read-only, click to copy) |
---|---|
Package Base: | python-cmcrameri |
Description: | A wrapper around Fabio Crameris perceptually uniform colourmaps for geosciences. |
Upstream URL: | https://github.com/callumrollo/cmcrameri/ |
Keywords: | colormaps plotting visualization |
Licenses: | MIT |
Submitter: | shanewstone |
Maintainer: | shanewstone |
Last Packager: | shanewstone |
Votes: | 2 |
Popularity: | 0.075306 |
First Submitted: | 2022-03-29 23:21 (UTC) |
Last Updated: | 2024-08-12 02:53 (UTC) |
Dependencies (8)
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-packaging
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
carlosal1015 commented on 2024-08-12 17:26 (UTC)
Many thanks
shanewstone commented on 2024-08-12 02:54 (UTC)
@carlosal1015: This is not intended to be a VCS package, so I have changed the
PKGBUILD
to download a tarball from GitHub and useSETUPTOOLS_SCM_PRETEND_VERSION
because the build requiressetuptools_scm
.I have added
python-packaging
as a dependency.carlosal1015 commented on 2024-08-12 02:16 (UTC) (edited on 2024-08-12 02:18 (UTC) by carlosal1015)
Thanks, also I see that
python-packaging
is missing dependency https://github.com/callumrollo/cmcrameri/blob/v1.9/pyproject.toml#L34 andgit
must be a makedependency https://wiki.archlinux.org/title/VCS_package_guidelines#Conflicts_and_dependenciesPossible
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
according to https://wiki.archlinux.org/title/Python_package_guidelines#setuptools_or_distutilsshanewstone commented on 2024-08-12 01:44 (UTC)
@carlosal1015: You need
git
, as it says in the ERROR you pasted here:carlosal1015 commented on 2024-08-12 01:37 (UTC)
Hi I have the following error message: