PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 11th of April, 2018

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[09:40:00] <hanno> hi, twine tells me I need a verified email address, but it seems verification mails don't arrive
[09:40:20] <hanno> for 2 independent mail addresses, so I believe it's not an issue with my mail server
[17:44:49] <altendky> i would like to setup wheel builds for https://pypi.python.org/pypi/javabridge but the build would need to matrix across different versions of java as well as the standard variations py/bitness/os. how is a scenario like this usually handled regarding versions or names or...?
[17:45:32] <ngoldbaum> i don't think that can be encoded in the current wheel spec
[17:46:01] <ngoldbaum> e.g. "pip install javabridge" won't be able to autodetect which java version you have
[17:46:09] <ngoldbaum> so it won't know which wheel to install
[17:46:50] <ngoldbaum> there's no way to include the builds for all the java versions in the same wheel and then autodetect the appropriate code path at runtime?
[17:47:12] <ngoldbaum> gonna be messy no matter what
[17:47:26] <altendky> ngoldbaum: i may have spoken too specifically. perhaps that could be done
[17:48:04] <altendky> ngoldbaum: i wasn't sure about just having different pypi distribution package names, or mixing version numbers (ick, 1.8.1.0.17) or...
[17:48:36] <altendky> ngoldbaum: but i think your all-version wheel would be nicer (from the outside at least)
[17:49:12] <altendky> ngoldbaum: thanks
[20:03:39] <altendky> somehow having the directory named 'tests' is causing pip to fail while trying to install this (sscce) project https://gist.github.com/altendky/f8661222d4b6f0323d6df8cf38748381 is `tests` simply not allowed 'there'?
[20:08:01] <altendky> sorry, i forgot to add to that that without `-e` it does install without error