1. add models: package_desc_t, repo_index_t, vercmp_t, compile_options_t; 2. add db.py: parse pacman .db tar archives into repo_index_t; 3. add pacman.py: wrap pacman cli for listing installed, downloading .db; 4. add resolver.py: pure python dependency resolver; 5. add compile.py: fetch archive indices, resolve, output compiled reqs; 6. add solv_backend.py: libsolv-based solver with repo_store_t, solv_pool_t; 7. add cli.py: list-installed, compile, download subcommands; 8. add mypy-stubs/types-solv for solv python bindings; 9. add .gitattributes lfs tracking for test .db files;
4 lines
208 B
Plaintext
4 lines
208 B
Plaintext
releases/tar/** filter=lfs diff=lfs merge=lfs -text
|
|
releases/whl/** filter=lfs diff=lfs merge=lfs -text
|
|
python/online/fxreader/pr34/commands_typed/archlinux/tests/res/*.db filter=lfs diff=lfs merge=lfs -text
|