Search Criteria
Package Details: python-cmp_version 3.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-cmp_version.git (read-only, click to copy) |
---|---|
Package Base: | python-cmp_version |
Description: | A script and python module to compare version numbers. Use this to compare the version strings of packages, modules, really anything. |
Upstream URL: | http://github.com/kata198/cmp_version |
Licenses: | LGPLv3 |
Submitter: | kata198 |
Maintainer: | kata198 |
Last Packager: | kata198 |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2017-06-04 09:09 (UTC) |
Last Updated: | 2018-09-22 01:20 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- python-setuptools
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
Required by (3)
- cmp_version
- pacman-utils
- pacman-utils (make)
Latest Comments
dreieck commented on 2024-07-02 11:38 (UTC)
Actually, pacman's
vercmp
replacescmp-version
(and has a slightly different logic:+
and.
are regarded as the same.)So I suggest that you make
cmp_version
a dummy package:pacman
,/usr/bin/vercmp
to/usr/bin/cmp-version
, to retain compatibility and dependency fulfillment for packages which still depemd oncmp_version
.Regards!
dreieck commented on 2024-07-02 10:57 (UTC)
Please switch away from running
setup.py
directly but use something as layed out here:build()
, usepython -m build
,package()
, usepython -m installer
,makedepends
.Regards and thanks for maintaining!
dreieck commented on 2024-06-25 14:25 (UTC)
Is
python-setuptools
really needed as runtime dependency forpython-cmp_version
, and not just as make dependency?Also, the license specifier need to be updated to be SPDX compliant:
Regards and thanks for the package!