PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Saturday the 9th of February, 2019

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[20:18:37] <techalchemy> dstufft: is it indended that you can only make `Requirement` instances from remote pep508 urls?
[20:18:52] <techalchemy> i.e. specifically not from `file://` uris
[20:21:11] <dstufft> in pavkaging?
[20:40:13] <techalchemy> dstufft: sorry yeah
[20:40:14] <techalchemy> in packaging
[20:40:27] <dstufft> techalchemy: should support file urls
[20:41:48] <techalchemy> dstufft: it only supports file uris with two slashes
[20:42:21] <techalchemy> hm upgrading packaging one sec
[20:42:28] <dstufft> might be an oversight
[20:42:40] <dstufft> file urls probably aren't super well tested
[20:42:54] <techalchemy> ^ it works in 19.0 but not 18.0
[20:43:11] <techalchemy> RIP workaround code
[20:43:52] <techalchemy> it wasn't parsing them properly before, but it worked fine to initialize the requirement with just a name and then manually set the url
[20:44:32] <techalchemy> someday I can break ties to pip's internals or spend some time figuring out which thing drops off two slashes randomly from my file urls in the first place
[20:44:35] <techalchemy> maybe that's urljoin