Search Criteria
Package Details: python-lazy-loader 0.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-lazy-loader.git (read-only, click to copy) |
---|---|
Package Base: | python-lazy-loader |
Description: | Populate library namespace without incurring immediate import costs |
Upstream URL: | https://github.com/scientific-python/lazy_loader |
Licenses: | BSD-3-Clause |
Submitter: | hottea |
Maintainer: | hottea (lilac) |
Last Packager: | lilac |
Votes: | 4 |
Popularity: | 0.50 |
First Submitted: | 2023-02-08 06:01 (UTC) |
Last Updated: | 2024-06-19 00:47 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-flit-core (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
ISSOtm commented on 2024-06-18 22:36 (UTC) (edited on 2024-06-18 22:49 (UTC) by ISSOtm)
Looks like GitHub changed the tarball, the checksum doesn't match anymore.
EDIT: oh, I see! The GitHub repo was renamed from
lazy_loader
tolazy-loader
, so the tarball now contains a directory named like the latter instead of the former. Here is a patch fixing this, tested locally.