Search Criteria
Package Details: python-node-semver 0.8.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-node-semver.git (read-only, click to copy) |
---|---|
Package Base: | python-node-semver |
Description: | python version of node-semver |
Upstream URL: | https://github.com/podhmo/python-node-semver |
Licenses: | MIT |
Conflicts: | python-semver |
Submitter: | suridaj |
Maintainer: | suridaj |
Last Packager: | suridaj |
Votes: | 26 |
Popularity: | 0.159663 |
First Submitted: | 2016-11-26 01:49 (UTC) |
Last Updated: | 2022-12-01 09:53 (UTC) |
Dependencies (2)
- python (python37AUR, python311AUR, python310AUR)
- python-setuptools (make)
Latest Comments
« First ‹ Previous 1 2
suridaj commented on 2021-02-25 16:19 (UTC)
@marco, thank you for the comment. This indeed seems to be an issue on the level of how python handles libraries and imports.
At this time I am not sure how to approach fixing the problem. Suggestions welcome. In the meantime I'm going to follow the related github issue.
marco commented on 2021-02-25 14:44 (UTC)
This package can create a conflict with python-semver. python-semver provides the file semver.py and this package provides the folder semver with the code. This will not lead to any file conflicts, but when importing semver in python, both will be imported by
import semver
and it is not clear to the user, that the wrong package was imported. See also: https://github.com/podhmo/python-semver/issues/39« First ‹ Previous 1 2