PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Monday the 27th of April, 2020

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[07:07:23] <pradyunsg> ronny: oh yea lol
[07:07:53] <pradyunsg> ronny: I wasn't sure if setuptools ever updated their pep517 backend to do the right thing, but apparently not. :)
[07:08:32] <pradyunsg> https://wiki.python.org/psf/WarehouseRoadmap -- could someone change "Shut Down Legacy PyPI" from "in progress" to "COMPLETED"? :)
[09:26:40] <travis-ci> pypa/twine#1428 (master - 176688c : Brian Rutledge): The build passed.
[09:26:40] <travis-ci> Change view : https://github.com/pypa/twine/compare/d0ccb0c31e71...176688c9c53b
[09:26:40] <travis-ci> Build details : https://travis-ci.org/pypa/twine/builds/680009809
[11:16:08] <ronny> pradyunsg it does the right thing if the metadata is there, if pip triggers isolation on other packages it goes down
[11:23:09] <ronny> pradyunsg: seems like a pip bug, pip triggers build isolation and wheel building on a non pep517 package that has neither pyproject.toml nor a spec but uses setuptools_scm via setup_requires
[13:39:05] <pombreda> https://github.com/pypa/virtualenv/blame/master/tasks/make_zipapp.py is awesome and the zipapp built is a lifesaver
[13:39:56] <pombreda> It would be nice to turn this is in a zipapp builder :)
[13:40:10] <pombreda> in the meantime I will steal this neat code !