interoperability-peps
interoperability-peps copied to clipboard
Adding the draft status PEP for external dependency expression
Hoping this will initiating a useful discussion around expressing external depencies within setup.py.
Some discussion of this PEP on distutils-sig: http://thread.gmane.org/gmane.comp.python.distutils.devel/23712
just a minor point of order.. this should be in the "unpublished" directory. it's not really PEP497 yet, and there's actually something else now taking PEP497
Yes, that's true. I was told to go ahead and use that number but history has not passed us by. I expect someone else will do this update but I can manage it if people would like me to.
On 14 September 2015 at 08:01, Marcus Smith [email protected] wrote:
just a minor point of order.. this should be in the "unpublished" directory. it's not really PEP497 yet, and there's actually something else now taking PEP497
— Reply to this email directly or view it on GitHub https://github.com/pypa/interoperability-peps/pull/30#issuecomment-139922162 .
Tennessee Leeuwenburg http://myownhat.blogspot.com/ "Don't believe everything you think"
I meant has "now" passed us by. Need more coffee :)
On 18 September 2015 at 09:11, Tennessee Leeuwenburg <[email protected]
wrote:
Yes, that's true. I was told to go ahead and use that number but history has not passed us by. I expect someone else will do this update but I can manage it if people would like me to.
On 14 September 2015 at 08:01, Marcus Smith [email protected] wrote:
just a minor point of order.. this should be in the "unpublished" directory. it's not really PEP497 yet, and there's actually something else now taking PEP497
— Reply to this email directly or view it on GitHub https://github.com/pypa/interoperability-peps/pull/30#issuecomment-139922162 .
Tennessee Leeuwenburg http://myownhat.blogspot.com/ "Don't believe everything you think"
Tennessee Leeuwenburg http://myownhat.blogspot.com/ "Don't believe everything you think"
I've got it on my TODO.
Besides dependencies on libraries, header files and programs, I'd like to see support for dependencies on pkg-config modules [http://www.freedesktop.org/wiki/Software/pkg-config/] including their versions.
Bringing up this idea again, this may be more possible now than ever before. It was suggested over the pipenv issues list that this would be the best place to talk about a way to declare binary dependencies.