| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-argparse-manpage | Distribution: openSUSE Tumbleweed |
| Version: 4.7 | Vendor: openSUSE |
| Release: 2.2 | Build date: Thu Feb 5 05:23:22 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 180181 | Source RPM: python-argparse-manpage-4.7-2.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://github.com/praiskup/argparse-manpage | |
| Summary: Tool for automatic manual page building from a Python ArgumentParser object | |
This utility generates a manual page in an automatic way from an ArgumentParser object, so the manpage 1:1 corresponds to the automatically generated --help output. The manpage generator needs to known the location of the object, user can specify that by (a) the module name or corresponding python filename and (b) the object name or the function name which returns the object. There's a limited support for (deprecated) optparse objects, too.
Apache-2.0
* Thu Feb 05 2026 Steve Kowalik <steven.kowalik@suse.com>
- Do not test examples, they are difficult to install in isolated
environments.
* Mon Sep 29 2025 Dirk Müller <dmueller@suse.com>
- update to 4.7:
* sys.stdout used instead of /dev/stdout
* fixed build compatibility with newer setuptools
* fixed deprecation warnings for datetime and setuptools
* new compat method for handling SOURCE_DATE_EPOCH
* Mon Aug 11 2025 Markéta Machová <mmachova@suse.com>
- Make the libalternatives transition conditional
* Mon Jun 16 2025 Markéta Machová <mmachova@suse.com>
- Convert to libalternatives
* Tue Apr 01 2025 Steve Kowalik <steven.kowalik@suse.com>
- Skip a failing test.
* Wed Jan 08 2025 Steve Kowalik <steven.kowalik@suse.com>
- Drop patch skip-pip-install.patch:
* Point pip to the directory that setuptools-wheel uses, since that is
the only requirement for pip install with the current version of
setuptools.
- Remove unneeded Requires, limit them appropiately.
- Switch to pyproject macros.
* Wed Jun 12 2024 Dirk Müller <dmueller@suse.com>
- update to 4.6:
* Fix build against Python 3.13
* Mon Oct 02 2023 Dirk Müller <dmueller@suse.com>
- update to 4.5:
* We newly provide build_manpages.build_py and build_manpages.install
command classes that are re-usable from pyproject.toml.
No need to provide setup.py because of argparse-manpage.
* The prog= specifier (in setup.py/setup.cfg/pyproject.toml) is
now better handled so it doesn't conflict with
ArgumentParser(prog=..).
* Thu Jun 15 2023 Steve Kowalik <steven.kowalik@suse.com>
- Update to 4.3:
* The pyproject.toml parsing feature now depends on tomli
* Support for pyproject.toml specification of manpages added.
* Support for pre-written man pages (the --manfile option)
* Incorrect dict access for --include support fixed.
- Add patch skip-pip-install.patch:
* Skip pip install tests for now.
* Sun Apr 16 2023 Dirk Müller <dmueller@suse.com>
- update to 4.1:
* A new `--include` feature, inspired by `help2man --include`.
* Allow overriding build date with SOURCE_DATE_EPOCH
environment variable in order to make builds reproducible.
/usr/bin/argparse-manpage /usr/bin/argparse-manpage-3.13 /usr/lib/python3.13/site-packages/argparse_manpage /usr/lib/python3.13/site-packages/argparse_manpage-4.7.dist-info /usr/lib/python3.13/site-packages/argparse_manpage-4.7.dist-info/INSTALLER /usr/lib/python3.13/site-packages/argparse_manpage-4.7.dist-info/METADATA /usr/lib/python3.13/site-packages/argparse_manpage-4.7.dist-info/RECORD /usr/lib/python3.13/site-packages/argparse_manpage-4.7.dist-info/REQUESTED /usr/lib/python3.13/site-packages/argparse_manpage-4.7.dist-info/WHEEL /usr/lib/python3.13/site-packages/argparse_manpage-4.7.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/argparse_manpage-4.7.dist-info/licenses /usr/lib/python3.13/site-packages/argparse_manpage-4.7.dist-info/licenses/AUTHORS /usr/lib/python3.13/site-packages/argparse_manpage-4.7.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/argparse_manpage-4.7.dist-info/top_level.txt /usr/lib/python3.13/site-packages/argparse_manpage/__init__.py /usr/lib/python3.13/site-packages/argparse_manpage/__pycache__ /usr/lib/python3.13/site-packages/argparse_manpage/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/argparse_manpage/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/argparse_manpage/__pycache__/cli.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/argparse_manpage/__pycache__/cli.cpython-313.pyc /usr/lib/python3.13/site-packages/argparse_manpage/__pycache__/compat.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/argparse_manpage/__pycache__/compat.cpython-313.pyc /usr/lib/python3.13/site-packages/argparse_manpage/__pycache__/manpage.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/argparse_manpage/__pycache__/manpage.cpython-313.pyc /usr/lib/python3.13/site-packages/argparse_manpage/__pycache__/tooling.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/argparse_manpage/__pycache__/tooling.cpython-313.pyc /usr/lib/python3.13/site-packages/argparse_manpage/cli.py /usr/lib/python3.13/site-packages/argparse_manpage/compat.py /usr/lib/python3.13/site-packages/argparse_manpage/manpage.py /usr/lib/python3.13/site-packages/argparse_manpage/tooling.py /usr/lib/python3.13/site-packages/build_manpages /usr/lib/python3.13/site-packages/build_manpages/__init__.py /usr/lib/python3.13/site-packages/build_manpages/__pycache__ /usr/lib/python3.13/site-packages/build_manpages/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/build_manpages/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/build_manpages/__pycache__/build_manpage.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/build_manpages/__pycache__/build_manpage.cpython-313.pyc /usr/lib/python3.13/site-packages/build_manpages/__pycache__/build_manpages.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/build_manpages/__pycache__/build_manpages.cpython-313.pyc /usr/lib/python3.13/site-packages/build_manpages/__pycache__/compat.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/build_manpages/__pycache__/compat.cpython-313.pyc /usr/lib/python3.13/site-packages/build_manpages/__pycache__/manpage.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/build_manpages/__pycache__/manpage.cpython-313.pyc /usr/lib/python3.13/site-packages/build_manpages/build_manpage.py /usr/lib/python3.13/site-packages/build_manpages/build_manpages.py /usr/lib/python3.13/site-packages/build_manpages/compat.py /usr/lib/python3.13/site-packages/build_manpages/manpage.py /usr/share/doc/packages/python313-argparse-manpage /usr/share/doc/packages/python313-argparse-manpage/README.md /usr/share/libalternatives/argparse-manpage /usr/share/libalternatives/argparse-manpage/1313.conf /usr/share/licenses/python313-argparse-manpage /usr/share/licenses/python313-argparse-manpage/LICENSE /usr/share/man/man1/argparse-manpage-3.13.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Mar 5 23:10:09 2026