Log file Viewer
Help
|
Karma
| Search:
#pypa-dev logs for Tuesday the 13th of October, 2020
(
Back to #pypa-dev overview
) (
Back to channel listing
) (
Animate logs
)
[
00:21:00
] <
travis-ci
> pypa/pip#18143 (master - 063f2ae : Pradyun Gedam): The build passed.
[
00:21:00
] <
travis-ci
> Change view : https://github.com/pypa/pip/compare/95dbf34d6ef2546f90c83a3a6b77b32f13ac679e...063f2ae74e22db90eb8ecd716c77ffbc889df6fe
[
00:21:00
] <
travis-ci
> Build details : https://travis-ci.com/pypa/pip/builds/189601133
[
14:34:30
] <
travis-ci
> pypa/pip#18147 (master - 3fe826c : Pradyun Gedam): The build passed.
[
14:34:30
] <
travis-ci
> Change view : https://github.com/pypa/pip/compare/063f2ae74e22...3fe826c699d8
[
14:34:30
] <
travis-ci
> Build details : https://travis-ci.com/pypa/pip/builds/189718875
[
16:38:08
] <
pradyunsg
> @di / di_codes: please don't forget to make the team structure for pypa/build as part of the onboarding! :)
[
19:21:55
] <
tos9
> pypa/build is alive, hooray!
[
19:22:00
] <
tos9
> FFY00: congrats
[
19:23:06
] <
FFY00
> thanks :)
[
19:23:21
] <
FFY00
> was a lot of work to get it ready
[
19:23:28
] <
FFY00
> still a lot of work to go
[
19:23:42
] <
FFY00
> but I am happy with the progress
[
21:39:38
] <
graingert
> Could you add a `build` console_script?
[
21:39:49
] <
graingert
> so I can do `pipx run build`
[
21:40:11
] <
graingert
> Rather than `pipx run --spec=build pyproject-build`
[
21:44:17
] <
tos9
> I still think pipx should add support for that
[
21:44:34
] <
tos9
> But there's an open issue asking for it which IIRC toad_polo also suggested
[
22:12:53
] <
FFY00
> graingert, short answer, no, because it's too generic
[
22:13:07
] <
FFY00
> this was discussed here https://github.com/pypa/build/issues/101
[
22:13:59
] <
FFY00
> and we are very likely not going to change our position
[
22:14:55
] <
FFY00
> it already was too difficult to come you with a final decision, with everyone pulling in a different direction
[
22:15:26
] <
FFY00
> but overall basically everyone agreed that `build` was too generic for a entrypoint name
[
22:15:45
] <
FFY00
> but there is https://github.com/pipxproject/pipx/issues/177
[
22:15:54
] <
FFY00
> which would allow you to run a module
[
22:16:41
] <
FFY00
> *to come up
[
22:40:03
] <
graingert
> Ah wow