Search Criteria
Package Details: python-colcon-python-setup-py 0.2.7-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-colcon-python-setup-py.git (read-only, click to copy) |
---|---|
Package Base: | python-colcon-python-setup-py |
Description: | An extension for colcon-core to identify packages with a setup.py file by introspecting the arguments to the setup() function call of setuptools. |
Upstream URL: | https://pypi.org/project/colcon-python-setup-py |
Licenses: | Apache |
Submitter: | Manifolds |
Maintainer: | AchmadFathoni |
Last Packager: | AchmadFathoni |
Votes: | 2 |
Popularity: | 0.000146 |
First Submitted: | 2018-11-02 15:20 (UTC) |
Last Updated: | 2020-10-26 08:22 (UTC) |
Latest Comments
AchmadFathoni commented on 2021-12-20 05:35 (UTC)
@oljik, would you send me the git patch and be co-maintainer?
oljik commented on 2021-12-20 00:38 (UTC)
Having problems with line: from setuptools.extern.packaging.specifiers import SpecifierSet;
Isn't extern removed from setuptools in archlinux?
Didn't find anywhere that it was used, so removed it and it's working for me