Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sivel/el8-py312-dnf-wheels
This repo contains some proof of concept work to build wheels for rpm/dnf and related dependencies
https://github.com/sivel/el8-py312-dnf-wheels
Last synced: 19 days ago
JSON representation
This repo contains some proof of concept work to build wheels for rpm/dnf and related dependencies
- Host: GitHub
- URL: https://github.com/sivel/el8-py312-dnf-wheels
- Owner: sivel
- License: gpl-2.0
- Created: 2023-12-13T20:24:00.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-04T20:41:23.000Z (5 months ago)
- Last Synced: 2024-10-04T23:41:35.943Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# el8-py312-dnf-wheels
This repo contains some proof of concept work to build wheels for rpm/dnf and related dependencies## usage
1. `docker build -t el8-py312-dnf-wheels .`
1. `mkdir wheels`
1. `docker run -v $PWD/wheels:/root/wheels el8-py312-dnf-wheels`
1. Do something with the wheels in `wheels`