Package Details: cmake-format 0.6.13-3

Git Clone URL: https://aur.archlinux.org/cmake-format.git (read-only, click to copy)
Package Base: cmake-format
Description: Source code formatter for CMake listfiles
Upstream URL: https://github.com/cheshirekow/cmake_format
Licenses: GPL3
Conflicts: python-cmakelang
Provides: python-cmakelang
Submitter: Martchus
Maintainer: Martchus (sum01, Martchus)
Last Packager: Martchus
Votes: 14
Popularity: 0.33
First Submitted: 2018-12-05 15:56 (UTC)
Last Updated: 2023-06-26 09:27 (UTC)

Dependencies (6)

Sources (1)

Pinned Comments

Martchus commented on 2018-12-24 14:11 (UTC)

All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs There also exist a binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff

Latest Comments

« First ‹ Previous 1 2

Feresey commented on 2020-01-25 09:20 (UTC)

???

https://i.imgur.com/D4Wftgr.png

Martchus commented on 2020-01-24 14:48 (UTC)

Version 0.6.7 now requires python-six 1.14 which is only in testing. So don't update yet unless your using the testing repo. It is also problematic that the project requires exact versions (https://github.com/cheshirekow/cmake_format/issues/161).

Martchus commented on 2018-12-24 14:11 (UTC)

All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs There also exist a binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff

polyzen commented on 2018-12-08 21:56 (UTC) (edited on 2018-12-08 21:56 (UTC) by polyzen)

python-setuptools is a runtime dependency when entry_points is used.

Martchus commented on 2018-12-05 15:59 (UTC) (edited on 2018-12-05 15:59 (UTC) by Martchus)

I added https://aur.archlinux.org/packages/cmake-format.

The reason is the following quote from the Wiki (note the highlighted sentence):

For Python 3 library modules, use python-modulename. Also use the prefix if the package provides a program that is strongly coupled to the Python ecosystem (e.g. pip or tox). For other applications, use only the program name.

(see https://wiki.archlinux.org/index.php/Python_package_guidelines)

I also fixed the (make) dependencies.

bemeurer commented on 2018-07-18 07:46 (UTC)

This is missing python-setuptools as a dependency.