mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
14 lines
627 B
Text
14 lines
627 B
Text
RWT (Run With This) provides on-demand dependency resolution.
|
|
|
|
- Allows declaration of dependencies at runtime. - Downloads missing
|
|
dependencies and makes their packages available for import.
|
|
- Installs packages to a special staging location such that they're not
|
|
installed after the process exits.
|
|
- Relies on pip to cache downloads of such packages for reuse.
|
|
- Supersedes installed packages when required.
|
|
- Relies on packages already satisfied.
|
|
- Re-uses the pip tool chain for package installation and pkg_resources for
|
|
working set management.
|
|
|
|
WWW: https://pypi.org/project/rwt/
|
|
WWW: https://github.com/jaraco/rwt
|