Tue, 18 Jun 2024 12:07:58 UTC | login

Information for build python3-script-1.7.2-13.fc28

ID35682
Package Namepython3-script
Version1.7.2
Release13.fc28
Epoch
SummaryHelp for writing shell scripts in Python
DescriptionThis module is mostly for folks who need to write a python script that will be run from the command line. You know, something that can parse command line arguments and run other external programs via the shell. The kind of script you can call with --help. Something that perhaps reads, copies, deletes, or otherwise manipulates files by their pathname. If any of these apply, perhaps this module is for you! A simple import script statement can provide your code with convenient command line parsing, "a la carte" --help documentation, useful path operations, shell command invocation with optional pipe redirection, and early run-time termination with exit status control. Read on for more. Cheers!
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Jun 2018 06:43:21 UTC
CompletedThu, 07 Jun 2018 06:43:21 UTC
Tags
f29
RPMs
src
python3-script-1.7.2-13.fc28.src.rpm (info) (download)
noarch
python3-script-1.7.2-13.fc28.noarch.rpm (info) (download)
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 1.7.2-10 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-9 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Nov 25 2015 Juan Orti Alcaine <jorti@fedoraproject.org> - 1.7.2-7 - Provide python-script * Thu Nov 19 2015 Juan Orti Alcaine <jorti@fedoraproject.org> - 1.7.2-6 - Use python macros * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-5 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Apr 09 2015 Juan Orti Alcaine <jorti@fedoraproject.org> - 1.7.2-3 - Use license macro * Thu Sep 18 2014 Juan Orti Alcaine <jorti@fedoraproject.org> - 1.7.2-2 - Add license file - Update description * Thu Aug 28 2014 Juan Orti Alcaine <jorti@fedoraproject.org> - 1.7.2-1 - First release of python3-script