Search Criteria
Package Details: conan 2.19.1-1
Package Actions
| 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: | 79 |
| Popularity: | 0.46 |
| First Submitted: | 2016-08-21 01:35 (UTC) |
| Last Updated: | 2025-07-31 20:59 (UTC) |
Dependencies (18)
- python-bottle
- python-colorama (python-colorama-gitAUR)
- python-dateutil (python-dateutil-gitAUR)
- python-distro
- python-fasteners (python-fasteners-gitAUR)
- python-jinja
- python-patch-ng
- python-pluginbaseAUR
- python-pyjwt
- python-requests
- python-urllib3
- python-yaml (python-yaml-gitAUR)
- sqlite (sqlite-fossilAUR)
- patch (patch-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (13)
- audacity-local-git (make)
- audacium (make)
- cmake-init-git (optional)
- curse_downloader_qt (make)
- kth-node (make)
- libarcus-git (make)
- python-endstone-git (make)
- python-qiskit-aer-gpu (make)
- python-tensorrt-llm (make)
- redisearch (make)
- rigsofrods (make)
- rigsofrods-git (make)
- ue4cli-git (optional)
Latest Comments
1 2 3 4 5 6 .. 13 Next › Last »
furai commented on 2025-10-12 17:06 (UTC)
Can we get this updated to 2.21?
robindegen commented on 2025-04-30 19:15 (UTC)
2.16.1 is now out.
micwoj92 commented on 2025-02-12 18:27 (UTC)
Deps sqlite, python-pluginbase, python-pyjwt not needed.
suridaj commented on 2025-01-10 19:54 (UTC)
Thank you for your patience. I am currently away and plan to update the package when I return, within the next two days.
chip.collier commented on 2025-01-10 19:50 (UTC)
Moin!
It would be helpful to update conan to the latest version (2.11.0).
https://paste.sr.ht/~photex/8bc9a5529ed6ff6fbf2c00be958b115586bbf6f3
suridaj commented on 2024-06-14 15:23 (UTC)
Oops. Missed that, thank you. Will fix ASAP.
ravenexp commented on 2024-06-14 15:20 (UTC)
My bad, I accidentally removed it from makedepends when switching to python-build.
Petkr commented on 2024-06-14 12:51 (UTC)
The package still seems to have a dependency on
python-setuptools.I get:
suridaj commented on 2024-06-11 08:16 (UTC) (edited on 2024-06-11 08:19 (UTC) by suridaj)
Thank you @ravenexp for reporting and for the proposed patch. Your changes appear to work. Before pulling them, first I would like to carefully go through the raised Conan issue to avoid any future gotchas. In particular, it seems we will be able to package 2.4.1 using the --wheel flag, thanks to your comments in their issue tracker.
ravenexp commented on 2024-06-09 14:28 (UTC) (edited on 2024-06-09 14:29 (UTC) by ravenexp)
Upstream issue related to the comment below: https://github.com/conan-io/conan/issues/16436
I tried switching to the PEP 517 packaging procedure as described here:
https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)
and it seemed to help to resolve the issue as long as the recommended
--wheelflag is NOT used withpython -m build. My patch is below:1 2 3 4 5 6 .. 13 Next › Last »