Package Details: conan 2.1.0-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.012707
First Submitted: 2016-08-21 01:35 (UTC)
Last Updated: 2024-02-27 18:38 (UTC)

Latest Comments

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

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

cguenther commented on 2016-12-05 13:43 (UTC)

@suridaj why does not exist anymore the dependency to the python-passlib?

suridaj commented on 2016-12-01 12:40 (UTC)

@zerophase, thank you for reporting. Conan 0.16.0 passes all tests with the new passlib 1.7.0 as can be seen here: https://travis-ci.org/tivek/conan/jobs/180378979 Please check the new PKGBUILD and let me know if there are any problems.

zerophase commented on 2016-12-01 12:11 (UTC)

python-passlib has been updated to 1.7.0 on arch.

suridaj commented on 2016-11-26 02:30 (UTC)

Conan 0.15.0 tests fine with python-requests 2.12.1. The new PKGBUILD is up and a pull request is sent upstream.

suridaj commented on 2016-11-25 16:18 (UTC)

@xaver, thank you for the report. I will test conan 0.15.0 with the most recent python-requests and upload a new PKGBUILD.