pivotal / LicenseFinder

Find licenses for your project's dependencies.
MIT License
1.71k stars 338 forks source link

Conan: Only conanfile.txt is supported #710

Open kaihowl opened 4 years ago

kaihowl commented 4 years ago

The current machinery based on the conan install and and conan info commands, should be equally capable of handling conan packages that have a conanfile.py instead of a conanfile.txt.

This could be implemented by allowing conanfile.py as well in possible_package_paths.

cf-gitbot commented 4 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

jjcaballero commented 3 years ago

is there any update or scheduled plan to implement the support of conanfile.py file? Thanks

xtreme-shane-lattanzio commented 3 years ago

@jjcaballero @kaihowl There is no current plan but if you want to open a PR and make sure tests are made and passing for this, I would be happy to take a look!