Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-cppclean-0.13-4.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-cppclean Distribution: openSUSE Tumbleweed
Version: 0.13 Vendor: openSUSE
Release: 4.1 Build date: Wed Jun 4 16:32:35 2025
Group: Development/Languages/Python Build host: reproducible
Size: 390991 Source RPM: python-cppclean-0.13-4.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/myint/cppclean
Summary: Program to find problems in C++ source code
CPPclean attempts to find problems in C++ source that slow development
in large code bases, for example various forms of unused code.
Unused code can be unused functions, methods, data members, types, etc
to unnecessary #include directives. Unnecessary #includes can cause
considerable extra compiles increasing the edit-compile-run cycle.

Provides

Requires

License

Apache-2.0

Changelog

* Wed Jun 04 2025 Felix Stegmeier <felix.stegmeier@suse.com>
  - fix usage of libalternatives
* Fri May 16 2025 Markéta Machová <mmachova@suse.com>
  - Convert to pip-based build
* Wed May 27 2020 Petr Gajdos <pgajdos@suse.com>
  - %python3_only -> %python_alternati