conda-forge / cppcheck-feedstock

A conda-smithy repository for cppcheck.
BSD 3-Clause "New" or "Revised" License
0 stars 11 forks source link

convert to noarch python and test python stuff #67

Open timsnyder opened 1 year ago

timsnyder commented 1 year ago
          Before merging this, I want to:
  1. see if the package can be converted to noarch: Python because it doesn't use any compiled extensions
  2. add some tests of the python stuff (I think that is only cppcheck-htmlreport)

Originally posted by @timsnyder in https://github.com/conda-forge/cppcheck-feedstock/issues/58#issuecomment-1168996369

timsnyder commented 1 year ago

60 was already open for this but the only useful information in that issue was:

https://conda-forge.org/docs/maintainer/knowledge_base.html?highlight=noarch#noarch-python review cppcheck-htmlreport uses scripts section of setup.py. However, it's just a dumb script. I'm tempted to just copy it into bin and put python into run_constrained because it is really optional, or split cppcheck-htmlreport into a seperate package.