Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provider for conan package manager versioning #1094

Closed
rols121 opened this issue May 3, 2024 · 1 comment
Closed

Provider for conan package manager versioning #1094

rols121 opened this issue May 3, 2024 · 1 comment

Comments

@rols121
Copy link

rols121 commented May 3, 2024

Description

A provider for the conan C++ package manager would be great.

Possible Solution

I had already forked the commitizen repo and started working on this before I read the contributing section docs. I have attached a patch for a proposed solution which includes tests for the provider.
conanfile_provider.patch

A simple

git apply conan_provider.patch

In the root of the commitizen repo should apply the patch (Hopefully if master has not moved on).

Conan has recently moved to version 2. Version 1 is on a deprecation path, but people and organisations are still using version 1. The version of the project in both versions is in a conanfile.py which can be in the root of the project directory. The proposed patch

Additional context

image

Additional context

No response

@Lee-W
Copy link
Member

Lee-W commented May 6, 2024

Due to maintenance efforts, we tend to get rid of pluggable stuff from the core if possible. Please feel free to create your conan provider plugin and publish it. We would be happy to mention it in our document.

@Lee-W Lee-W closed this as completed May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants