Search Criteria
Package Details: python2-fswrap 1.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-fswrap.git (read-only, click to copy) |
---|---|
Package Base: | python2-fswrap |
Description: | An opinionated wrapper on file system and path functions |
Upstream URL: | https://github.com/lakshmivyas/fswrap |
Licenses: | MIT |
Submitter: | axil42 |
Maintainer: | axil42 |
Last Packager: | axil42 |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2013-05-24 16:43 (UTC) |
Last Updated: | 2021-06-27 20:07 (UTC) |
Latest Comments
ChrisMorgan commented on 2018-07-11 02:41 (UTC)
The bundled distribute also has HTTP URLs which need to be changed, by adding one more sed in prepare():
ChrisMorgan commented on 2018-07-11 02:32 (UTC)
PyPI is now rejecting attempts to download with curl via HTTP instead of HTTPS with code 403. The URL in the sources therefore needs “http” changed to “https”.