Package Details: conan 2.2.2-1

Git Clone URL: https://aur.archlinux.org/conan.git (read-only, click to copy)
Package Base: conan
Description: A distributed, open source, C/C++ package manager.
Upstream URL: https://conan.io
Licenses: MIT
Conflicts: conan1
Submitter: suridaj
Maintainer: suridaj
Last Packager: suridaj
Votes: 67
Popularity: 0.006895
First Submitted: 2016-08-21 01:35 (UTC)
Last Updated: 2024-04-11 20:21 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 Next › Last »

paapereira commented on 2017-05-12 20:10 (UTC)

Worked like a charm :) Thanks

suridaj commented on 2017-05-12 09:53 (UTC)

@paapereira, the dependencies of your installed version of Conan conflict with the dependencies of the new one. First remove the old Conan, then try building the new version.

paapereira commented on 2017-05-11 19:41 (UTC) (edited on 2017-05-11 19:41 (UTC) by paapereira)

I'm having the error when trying to install conan :( $cower -u :: conan 0.22.2-2 -> 0.22.3-2 $ cower -ud :: conan downloaded to /tmp/cower $ cd /tmp/cower/conan $ makepkg -sri ==> Making package: conan 0.22.3-2 (Thu May 11 20:39:02 WEST 2017) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: conan: installing python-pylint (1.7.1-1) breaks dependency 'python-pylint<1.6.6' ==> ERROR: 'pacman' failed to install missing dependencies.

suridaj commented on 2017-05-11 12:23 (UTC)

@paapereira, first update conan and only then do pacman -Syu.

paapereira commented on 2017-05-10 20:44 (UTC)

:: conan: installing python-pylint (1.7.1-1) breaks dependency 'python-pylint<1.6.6'

suridaj commented on 2017-05-04 21:28 (UTC)

Thanks, fixed the PKGBUILD, tests pass with the new pylint: https://travis-ci.org/tivek/conan/jobs/228902961

zerophase commented on 2017-05-04 15:54 (UTC)

Python-pylint was just updated.

WiLLiE commented on 2017-04-21 12:07 (UTC)

Works great, thanks.

suridaj commented on 2017-04-21 11:27 (UTC)

Conan 0.22.2 seems to work ok with PyJWT 1.5.0, test run here: https://travis-ci.org/tivek/conan/builds/224285187 To solve the problem with updating to new PyJWT, first update (or remove) Conan and then do pacman -Syu.

suridaj commented on 2017-04-21 09:58 (UTC)

Will post a patch as soon as Conan's tests pass with the new PyJWT.