PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 15th of May, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[15:34:00] <Gambit-> hey folks
[15:34:11] <Gambit-> can someone point me at a correct setup.py for a binary extension?
[15:35:58] <apollo13> define "correct", there is for instance where you could copy things https://github.com/pyca/cryptography/blob/master/setup.py
[15:37:25] <apollo13> or https://github.com/mitsuhiko/markupsafe/blob/master/setup.py for something simple
[15:39:12] <Gambit-> apollo13: well that's a little more complicated than I'd like - mostly, I'd like to know if I'm doing it right here: http://pastebin.com/PrHMnU60
[15:39:49] <apollo13> Gambit-: well, which errors do you get…
[15:40:30] <Gambit-> nothing - but that's not necessarily indicative - I'm also fighting some other pieces and want to make sure that my use of setuptools.Extension was at least roughly correct to help figure out where the breakage is.
[15:41:38] <apollo13> well python setup.py build_ext would give you some output, no?
[15:41:52] <apollo13> if that looks good you are probably fine
[15:41:56] <Gambit-> okay :)
[15:42:24] <Gambit-> I've been running into some bad/old documentation, so I wanted to get another set of eyes to make sure it was correct this time.
[15:42:47] <Gambit-> thanks for taking a glance at it.
[22:47:12] <a-tal> hey guys&gals, I threw this together this week, I think it's in the general diretion of the future of python packaging (just given the discussion at the previous couple years' pycons). any feedback/etc, etc would be super nice. https://github.com/ccpgames/pypackage