Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ffy00/arch-python-repo
Arch Linux Multi-version Python Repository
https://github.com/ffy00/arch-python-repo
arch arch-linux archlinux github-actions github-pages hacktoberfest repo repository
Last synced: 29 days ago
JSON representation
Arch Linux Multi-version Python Repository
- Host: GitHub
- URL: https://github.com/ffy00/arch-python-repo
- Owner: FFY00
- License: gpl-3.0
- Created: 2020-05-21T00:11:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T10:14:11.000Z (7 months ago)
- Last Synced: 2024-12-28T14:32:08.737Z (about 1 month ago)
- Topics: arch, arch-linux, archlinux, github-actions, github-pages, hacktoberfest, repo, repository
- Language: Shell
- Homepage:
- Size: 139 MB
- Stars: 19
- Watchers: 4
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arch Linux Multi-version Python Repository
Available Python versions:
- 3.4 (`python34`)
- 3.5 (`python35`)
- 3.6 (`python36`)
- 3.7 (`python37`)
- 3.8 (`python38`)
- 3.9 (`python39`)
- 3.10 (`python310`)
- 3.11 (`python311`)###### Note: This repo is meant to complete the official Arch Linux repos. We commit to providing all active Python releases, the missing versions here should be available in the official Arch Linux repos. Inactive releases could still be provided at our sole discretion.
### Configuration
###### The old repo (hosted via Github Pages) is broken (see [#13]), so I am temporarily hosting the repo on pkgbuild.com.
Add a repo entry in your `/etc/pacman.conf`:
```ini
[python]
Server = https://pkgbuild.com/~ffy00/python-repo/
```Old repo
Add a repo entry in your `/etc/pacman.conf`:
```ini
[python]
SigLevel = Optional
Server = https://ffy00.github.io/arch-python-repo/
```### Version table (w/ distribution per repository)
| Version | State | End of Life | Repo | Package |
|:-------:|:---------------:| ------------ | ---------------------- | -----------:|
| 2.7 | **End of life** | *2020-01-01* | [`extra`] (Arch Linux) | `python2` |
| 3.4 | **End of life** | *2012-10-17* | [`python`] (this) | `python34` |
| 3.5 | **End of life** | *2014-09-22* | [`python`] (this) | `python35` |
| 3.6 | **End of life** | *2021-12-23* | [`python`] (this) | `python36` |
| 3.7 | **End of life** | *2023-06-27* | [`python`] (this) | `python37` |
| 3.8 | Security | 2024-10 | [`python`] (this) | `python38` |
| 3.9 | Security | 2025-10 | [`python`] (this) | `python39` |
| 3.10 | Security | 2026-10 | [`python`] (this) | `python310` |
| 3.11 | Security | 2027-10 | [`python`] (this) | `python311` |
| 3.12 | Bugfix | 2028-10 | [`extra`] (Arch Linux) | `python` |[#13]: https://github.com/FFY00/arch-python-repo/issues/13
[`extra`]: https://www.archlinux.org/packages/?repo=Extra
[`python`]: https://github.com/FFY00/arch-python-repo