PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 4th of July, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[04:10:18] <kennethreitz> ouiphwef oipaerf hoaipwe fhoipawe fhuiopawe fhuiopwet
[04:25:18] <kennethreitz> i'm extremely upset that changing you password results in a 500
[04:25:29] <kennethreitz> and dstufft isn't here so i don't know who to ping
[04:28:02] <dstufft> what
[04:28:20] <kennethreitz> dstufft i just DMd you like 8 messages haha
[04:28:26] <dstufft> yea I noticed
[04:28:28] <dstufft> what's going on
[04:30:22] <kennethreitz> dstufft PMd
[15:06:01] <timdiels> Hi. Is it possible to make 2 separate distributions such that one distributes a package `project.subproject1` and the other distributes `project.subproject2`? Note the shared root package.
[15:06:34] <tdsmith> have you looked into namespace package?
[15:06:35] <tdsmith> s
[15:07:13] <timdiels> no, I'll have a look
[15:18:31] <timdiels> Thanks, that's just what I needed.
[15:19:05] <tdsmith> great!
[18:38:47] <SimonSapin> Hi. I’d like some help making packages that include Rust code (though it could be any language with its own build system that produces a native dynamic library). Ideally, distutils would run 'cargo build' at the appropriate time and copy the .so file somewhere my Python program can find it (and dlopen() it with CFFI)
[18:38:54] <SimonSapin> I wrote up more details at https://github.com/SimonSapin/hello-pyrust
[20:21:34] <dstufft> SimonSapin: there's certitude which does something like this already
[20:21:52] <dstufft> SimonSapin: https://github.com/python-hyper/certitude
[21:37:11] <SimonSapin> dstufft: I’ll have a look and try to reproduce, thanks