|
|
|
@ -9,10 +9,8 @@ Git repository pointers and configurations to build Python packages from source.
|
|
|
|
|
- [Python packages source](#python-packages-source) |
|
|
|
|
- [Table of contents](#table-of-contents) |
|
|
|
|
- [Description](#description) |
|
|
|
|
- [Script](#script) |
|
|
|
|
- [Build script](#build-script) |
|
|
|
|
- [Submodules](#submodules) |
|
|
|
|
- [Update](#update) |
|
|
|
|
- [Add](#add) |
|
|
|
|
- [Important](#important) |
|
|
|
|
- [Comments](#comments) |
|
|
|
|
- [Instructions](#instructions) |
|
|
|
@ -51,7 +49,7 @@ I don't use all these packages but I mirrored them just in case.
|
|
|
|
|
|
|
|
|
|
You can imagine what happens when GitHub is down... |
|
|
|
|
|
|
|
|
|
## Script |
|
|
|
|
## Build script |
|
|
|
|
|
|
|
|
|
Most packages present on [pypi.franco.net.eu.org](https://pypi.franco.net.eu.org/) |
|
|
|
|
have been built using the [build_python_packages.py](https://docs.franco.net.eu.org/automated-tasks/scripts.html#build-python-packages-py) |
|
|
|
@ -84,20 +82,6 @@ have been built using the [build_python_packages.py](https://docs.franco.net.eu.
|
|
|
|
|
make submodules-update |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
### Update |
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
|
./0000_update_submodules.sh |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
### Add |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
|
./0000_add_submodules.sh ${submodule_URL_0} ${submodule_URL_1} ... ${submodule_URL_n} |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
### Important |
|
|
|
|
|
|
|
|
|
- https://stackoverflow.com/questions/4873980/git-diff-says-subproject-is-dirty |
|
|
|
@ -193,7 +177,7 @@ export PIPENV_PYPI_MIRROR=https://pypi.franco.net.eu.org/simple
|
|
|
|
|
|
|
|
|
|
## License |
|
|
|
|
|
|
|
|
|
Copyright (C) 2021 Franco Masotti (franco \D\o\T masotti {-A-T-} tutanota \D\o\T com) |
|
|
|
|
Copyright (C) 2021-2022 Franco Masotti (franco \D\o\T masotti {-A-T-} tutanota \D\o\T com) |
|
|
|
|
|
|
|
|
|
python-packages-source is free software: you can redistribute it and/or modify |
|
|
|
|
it under the terms of the GNU General Public License as published by |
|
|
|
|