extensionlib icon indicating copy to clipboard operation
extensionlib copied to clipboard

Add a runner that uses distutils/setuptools’ APIs to build extensions

Open pradyunsg opened this issue 3 years ago • 3 comments

This would serve as a drop-in replacement for certain use cases, but I’m not sure if it’s even tractable. If it is, it might make sense to show how, at least.

I’m mostly filing this as a “hey, have you thought about this?”. :)

pradyunsg avatar Oct 08 '22 18:10 pradyunsg

That's out of scope. This is purely for things that can build extensions to define their logic and communicate where files are/should be distributed.

ofek avatar Oct 08 '22 19:10 ofek

I think you could build something like that that uses extensionlib, the problem is Setuptools doesn't really make the logic easy to access standalone.

henryiii avatar Oct 08 '22 19:10 henryiii