openzim / python-libzim

Libzim binding for Python: read/write ZIM files in Python
https://pypi.org/project/libzim/
GNU General Public License v3.0
62 stars 19 forks source link

Skip cython on setup.py clean #133

Closed rgaudin closed 2 years ago

rgaudin commented 2 years ago

At least for debian integration, allow setup.py clean to run without Cython build-dependency to be installed.

If call with just that clean command, Cython conf will be skipped. If call as setup.py clean build_ext, then Cython is not skipped.

codecov[bot] commented 2 years ago

Codecov Report

Merging #133 (28ccb5a) into master (d5e1c5c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #133   +/-   ##
=======================================
  Coverage   97.84%   97.84%           
=======================================
  Files           1        1           
  Lines         418      418           
=======================================
  Hits          409      409           
  Misses          9        9           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d5e1c5c...28ccb5a. Read the comment docs.

legoktm commented 2 years ago

Thanks!