Package Details: conan 2.9.1-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
Keywords: conan
Licenses: MIT
Conflicts: conan1
Provides: conan
Submitter: suridaj
Maintainer: suridaj
Last Packager: suridaj
Votes: 74
Popularity: 0.78
First Submitted: 2016-08-21 01:35 (UTC)
Last Updated: 2024-11-04 18:34 (UTC)

Latest Comments

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

suridaj commented on 2017-04-18 15:11 (UTC)

Conan 0.22.0 passes all tests with pylint 1.6.4 instead of 1.6.5: https://travis-ci.org/tivek/conan/jobs/223177378

suridaj commented on 2017-02-27 11:10 (UTC)

0.19.3 is a new version in preparation with 0.20. It is important to upgrade: older versions will not be able to properly parse conaninfo.txt made with the coming 0.20 and later.

suridaj commented on 2017-01-29 00:52 (UTC)

I'm glad you fixed it. Please do keep reporting any conflicts you find in the future!

WiLLiE commented on 2017-01-28 21:39 (UTC) (edited on 2017-01-28 22:24 (UTC) by WiLLiE)

Edit: deleting Pacaur's cache of conan fixed it. conan: installing python-requests (2.13.0-1) breaks dependency 'python-requests<2.13.0'

suridaj commented on 2017-01-26 13:47 (UTC)

python-requests 2.13.0 is out. I patched conan 0.18.1 to install alongside. All conan 0.18.1 tests pass with the new python-requests: https://travis-ci.org/tivek/conan/jobs/195523389

suridaj commented on 2016-12-10 01:51 (UTC)

So, thanks to AUR users and the fast pace of Arch rolling release it has been found that conan does not really depend on boto and passlib anymore. The develop branch has been cleaned up so the next upstream release will officially not depend on these libraries. I have decided to patch the remaining mentions of boto and passlib out of 0.16.1 right now. All tests pass ok without them. In this way Arch users can immediately enjoy a smaller number of dependencies and I have an easier job of keeping the PKGBUILD up to date ;)

suridaj commented on 2016-12-09 08:22 (UTC)

I appreciate the report. The new PKGBUILD is up. All tests pass OK with the new boto: https://travis-ci.org/tivek/conan/builds/182520664 I have submitted a pull request to upstream: https://github.com/conan-io/conan/pull/749

zerophase commented on 2016-12-09 03:35 (UTC)

python-boto was just updated.

cguenther commented on 2016-12-06 13:21 (UTC)

Good work. Nice too see the hard versioned dependency list is now a little bit smaller :).

suridaj commented on 2016-12-05 13:58 (UTC)

@cguenther, it turns out conan does not use passlib anymore. 0.16.0 certainly does not reference passlib anywhere so it is safe to leave out from the PKGBUILD - the fewer dependencies the better. Upstream accepted my cleanup patch here: https://github.com/conan-io/conan/pull/724