Search Criteria
Package Details: python2-backports 1.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python2-backports.git (read-only, click to copy) |
|---|---|
| Package Base: | python2-backports |
| Description: | Namespace for backported Python features |
| Upstream URL: | https://github.com/brandon-rhodes/backports |
| Licenses: | MIT |
| Submitter: | hexd |
| Maintainer: | hexd |
| Last Packager: | hexd |
| Votes: | 4 |
| Popularity: | 0.000015 |
| First Submitted: | 2022-06-12 07:19 (UTC) |
| Last Updated: | 2022-06-13 18:28 (UTC) |
Latest Comments
Moebius14 commented on 2022-06-14 01:34 (UTC) (edited on 2022-06-14 01:34 (UTC) by Moebius14)
@hexd I tried installing it with the provided pkg build via yay, and and it failed every time due to "init.py: file not found error". I know the cd command should actually change into the child directory such that the relative paths are correct, but somehow it didn't. I will delete my previous comment so not to confuse anyone. There's a new version out, and it installed flawlessly with yay, so it's water under the bridge anyway...
hexd commented on 2022-06-13 18:29 (UTC)
@Moebius14, the
cdcommands are there exactly to avoid the need of the prefixes. About thepyo, I've changed the PKGBUILD to install every__init__*file, it should have solved the second issue.