Package Details: python-colcon-core 0.16.0-1

Git Clone URL: https://aur.archlinux.org/python-colcon-core.git (read-only, click to copy)
Package Base: python-colcon-core
Description: Command line tool to build sets of software packages.
Upstream URL: https://colcon.readthedocs.io/en/released/
Licenses: Apache
Submitter: Manifolds
Maintainer: daizhirui
Last Packager: daizhirui
Votes: 1
Popularity: 0.006291
First Submitted: 2018-11-02 14:03 (UTC)
Last Updated: 2024-03-26 19:34 (UTC)

Pinned Comments

Latest Comments

oysstu commented on 2024-03-12 15:41 (UTC) (edited on 2024-03-12 15:41 (UTC) by oysstu)

The following makedepends is required to utilize the new-style PEP compliant python builds

makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')

oysstu commented on 2024-03-11 13:01 (UTC) (edited on 2024-03-11 13:01 (UTC) by oysstu)

Note that colcon currently is broken with python-empy v4.x, and upstream has pinned the dependency to v3.x instead of resolving it.

sumu commented on 2024-02-14 07:28 (UTC)

python-build python-installer These pkgs must be added to the dependencies.

sumu commented on 2024-02-14 07:28 (UTC)

python-build python-installer These pkgs must be added to the dependencies.

sumu commented on 2024-02-14 07:28 (UTC)

python-build python-installer These pkgs must be added to the dependencies.

palu commented on 2024-01-11 20:23 (UTC)

The latest update to 0.15.1 adds the undeclared make dependencies python-build and python-installer. I believe that python-setuptools may be unnecessary now.

kartikmohta commented on 2019-04-14 23:40 (UTC)

The .SRCINFO file has not been updated to match the new PKGBUILD.

joncppl commented on 2018-11-06 21:15 (UTC)

Hi. I think a dependency is missing. I installed python-notify2 and the warning below disappeared.

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/colcon_core/entry_point.py", line 98, in load_entry_points
    extension_type = load_entry_point(entry_point)
  File "/usr/lib/python3.7/site-packages/colcon_core/entry_point.py", line 140, in load_entry_point
    return entry_point.load()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2342, in load
    self.require(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2365, in require
    items = working_set.resolve(reqs, env, installer, extras=self.extras)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 781, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'notify2' distribution was not found and is required by the application