Search Criteria
Package Details: python-scienceplots 2.2.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-scienceplots.git (read-only, click to copy) |
|---|---|
| Package Base: | python-scienceplots |
| Description: | Format Matplotlib for scientific plotting |
| Upstream URL: | https://github.com/garrettj403/SciencePlots |
| Licenses: | MIT |
| Conflicts: | python-scienceplots-git |
| Submitter: | andreafeletto |
| Maintainer: | carlosal1015 (pabryan) |
| Last Packager: | carlosal1015 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-11-10 11:16 (UTC) |
| Last Updated: | 2026-02-26 03:40 (UTC) |
Dependencies (8)
- python-matplotlib (python-matplotlib-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-pytest (check)
- texlive-fontsrecommended (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (check)
- texlive-latexextra (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (check)
Latest Comments
hockeymikey commented on 2026-01-05 03:47 (UTC)
@bladewing Great fix! Can confirmed it worked for me!
bladewing commented on 2025-11-25 09:59 (UTC)
Build failure with setuptools-scm
The package currently fails to build with the following error:
Root cause
The build uses
--no-isolationwhich requires all build dependencies to be available in the build environment. Since the source tarball doesn't include.gitmetadata, setuptools-scm cannot automatically detect the version.Fix
Two changes are needed:
python-setuptools-scmtomakedepends:build()function:Complete diff
With these changes, the package builds and installs successfully.
carlosal1015 commented on 2023-05-31 18:40 (UTC)
Thanks @yuhldr for the hint.
yuhldr commented on 2023-05-31 03:24 (UTC)
The above line in PKGBUILD suggests deleting the custom filename '${_base}.tar.gz::$', or changing it to the following
Because this now causes the system to not download the latest source file, directly package it with the last file, and then report the sha512sums error if the last 'SciencePlots.tar.gz' is cached locally
carlosal1015 commented on 2023-01-04 15:51 (UTC)
Thanks @yuhldr for the hint.
yuhldr commented on 2023-01-04 14:36 (UTC)
python-setuptoolsmay bemakedepends?