interoperability-peps icon indicating copy to clipboard operation
interoperability-peps copied to clipboard

Adding the draft status PEP for external dependency expression

Open tleeuwenburg opened this issue 10 years ago • 7 comments

Hoping this will initiating a useful discussion around expressing external depencies within setup.py.

Review on Reviewable

tleeuwenburg avatar Aug 03 '15 05:08 tleeuwenburg

Some discussion of this PEP on distutils-sig: http://thread.gmane.org/gmane.comp.python.distutils.devel/23712

njsmith avatar Aug 13 '15 06:08 njsmith

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

qwcode avatar Sep 13 '15 22:09 qwcode

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"

tleeuwenburg avatar Sep 17 '15 23:09 tleeuwenburg

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"

tleeuwenburg avatar Sep 17 '15 23:09 tleeuwenburg

I've got it on my TODO.

rbtcollins avatar Sep 18 '15 00:09 rbtcollins

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.

ppisar avatar Nov 20 '15 14:11 ppisar

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.

raiderrobert avatar Mar 08 '18 23:03 raiderrobert