Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: rust-python-launcher-devel | Distribution: Fedora Project |
Version: 1.0.1 | Vendor: Fedora Project |
Release: 1.fc40 | Build date: Thu Jul 11 15:03:02 2024 |
Group: Unspecified | Build host: buildhw-x86-06.iad2.fedoraproject.org |
Size: 72981 | Source RPM: rust-python-launcher-1.0.1-1.fc40.src.rpm |
Packager: Fedora Project | |
Url: https://crates.io/crates/python-launcher | |
Summary: Python launcher for Unix |
The Python Launcher for Unix. Launch your Python interpreter the lazy/smart way! This launcher is an implementation of the py command for Unix-based platforms. The goal is to have py become the cross-platform command that Python users typically use to launch an interpreter while doing development. By having a command that is version-agnostic when it comes to Python, it side-steps the "what should the python command point to?" debate by clearly specifying that upfront (i.e. the newest version of Python that can be found). This also unifies the suggested command to document for launching Python on both Windows as Unix as py has existed as the preferred command on Windows since 2012 with the release of Python 3.3. Typical usage would be: py -m venv .venv py ... # Whatever you would normally use `python` for during development. This creates a virtual environment in a .venv directory using the latest version of Python installed. Subsequent uses of py will then use that virtual environment as long as it is in the current (or higher) directory; no environment activation required (although the Python Launcher supports activated environments as well)! A non-goal of this launcher is to become the way to launch the Python interpreter all the time. If you know the exact interpreter you want to launch then you should launch it directly; same goes for when you have requirements on the type of interpreter you want. The Python Launcher should be viewed as a tool of convenience, not necessity. This package contains library source intended for building other packages which use the "python-launcher" crate.
MIT
* Sun Jul 07 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.1-1 - Update to version 1.0.1; Fixes RHBZ#2295557 * Thu May 23 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.0-12 - Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Aug 05 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.0-10 - Regenerate with rust2rpm v24 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Feb 04 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.0-8 - Rebuild for fixed frame pointer compiler flags in Rust RPM macros * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/share/cargo/registry/python-launcher-1.0.1 /usr/share/cargo/registry/python-launcher-1.0.1/.cargo-checksum.json /usr/share/cargo/registry/python-launcher-1.0.1/CHANGELOG.md /usr/share/cargo/registry/python-launcher-1.0.1/Cargo.toml /usr/share/cargo/registry/python-launcher-1.0.1/LICENSE /usr/share/cargo/registry/python-launcher-1.0.1/README.md /usr/share/cargo/registry/python-launcher-1.0.1/benches /usr/share/cargo/registry/python-launcher-1.0.1/benches/list.rs /usr/share/cargo/registry/python-launcher-1.0.1/completions /usr/share/cargo/registry/python-launcher-1.0.1/completions/py.fish /usr/share/cargo/registry/python-launcher-1.0.1/man-page /usr/share/cargo/registry/python-launcher-1.0.1/man-page/py.1 /usr/share/cargo/registry/python-launcher-1.0.1/src /usr/share/cargo/registry/python-launcher-1.0.1/src/HELP.txt /usr/share/cargo/registry/python-launcher-1.0.1/src/cli.rs /usr/share/cargo/registry/python-launcher-1.0.1/src/lib.rs /usr/share/cargo/registry/python-launcher-1.0.1/src/main.rs /usr/share/cargo/registry/python-launcher-1.0.1/tests /usr/share/cargo/registry/python-launcher-1.0.1/tests/cli_system_tests.rs /usr/share/cargo/registry/python-launcher-1.0.1/tests/common /usr/share/cargo/registry/python-launcher-1.0.1/tests/common/mod.rs /usr/share/cargo/registry/python-launcher-1.0.1/tests/lib_system_tests.rs /usr/share/cargo/registry/python-launcher-1.0.1/tests/main_tests.rs
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 15 05:43:54 2024