fonttools / pyclipper

Cython wrapper for the C++ translation of the Angus Johnson's Clipper library (ver. 6.4.2)
MIT License
233 stars 42 forks source link

`setuptools_scm_git_archive` is obsolete since setuptools_scm version 7 #52

Closed frenzymadness closed 1 year ago

frenzymadness commented 1 year ago

setuptools_scm version 7 and newer supports Git archives by itself. The migration guide is available in the Readme of the project.

The problem is, that the plugin is not compatible with setuptools_scm 8, and the incompatibility might break your builds.

anthrotype commented 1 year ago

Can you send a PR? I'll gladly merge that, thanks

anthrotype commented 1 year ago

Ah I just saw there is already one, but it doesn't follow the instructions from their Readme that you linked above:

https://github.com/fonttools/pyclipper/pull/49