https://github.com/jiegec/gentoo-pypi-generator
Generate ebuild from PyPI packages with ease.
https://github.com/jiegec/gentoo-pypi-generator
Last synced: 6 days ago
JSON representation
Generate ebuild from PyPI packages with ease.
- Host: GitHub
- URL: https://github.com/jiegec/gentoo-pypi-generator
- Owner: jiegec
- Created: 2022-08-23T11:57:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T03:45:11.000Z (5 months ago)
- Last Synced: 2025-05-13T01:45:15.300Z (6 days ago)
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gentoo-pypi-generator
Generate ebuild from PyPI packages with ease.
## How to develop
### Docker environment
You can directly use the version on DockerHub:
```shell
$ docker pull jiegec/gentoo-pypi-test:latest
```Or, you can build locally:
```shell
$ cd developing
$ make build
```### How to run
Create a localrepo at `../gentoo-localrepo`. Then, run script to generate ebuild:
```shell
$ python3 generator.py xgboost
```You can find generated files at `../gentoo-localrepo`. Then, test it in docker environment:
```shell
$ cd developing
$ make run
```