Metadata
| Description: |
Xyne’s common Pacman functions, for internal use. |
| Latest Version: |
2021.12 |
| Source Code: |
src/ |
| Architecture: |
|
| Dependencies: |
|
| Build Dependencies: |
|
| Optional Dependencies: |
- rsync: Retrieve ABS files via rsync.
|
| Arch Repositories: |
- [xyne-any]
- [xyne-i686]
- [xyne-x86_64]
|
| AUR Page: |
python3-xcpf |
| Tags: |
|
About
XCPF stands for “Xyne’s common Pacman functions”. It is a dropzone
for recurring functions from my other Pacman scripts and modules. It is
originally intended for my own internal usage but it has grown over
time.
CHANGELOG
2021-07-29
- Update ABS URLs for GitHub migration.
2018-12-24
- Changed function “find_satisfier” to “find_all_satisfiers” to return
a generator over all packages that meet the criterion.
2017-05-30
- Updated
retrieve_abs_via_git function to use git
instead of scraping the svntogit web interface.
- The old function has been renamed
retrieve_abs_via_git_web_interface.
- Restrict OfficialPkgInfo internal pyalpm database list to official
repos.
2016-04-04
- Collected BuildablePkg, PkgSet and other classes in
XCPF.ArchPkg
- Moved PacmanConfig class from Pm2ml to XCPF.PacmanConfig
2015-12-19
- Add class
OfficialPkgInfo and restructed code
accordingly.