Package: sorted-nearest / 0.0.38+dfsg-1

Metadata

Package Version Patches format
sorted-nearest 0.0.38+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
cythonize post clean.patch | (download)

setup.py | 84 44 + 40 - 0 !
1 file changed, 44 insertions(+), 40 deletions(-)

 don't cythonize while cleaning
Last-Changed: 20 July 2020

reorder.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 import setuptools before anything else, let setuptools do its magic before-hand
 Thanks to https://stackoverflow.com/a/65711633