Bryan Weber

Results 52 comments of Bryan Weber

@jrbourbeau @charlesbluca Are there any updates here?

Hi! I'm the @bryanwweber that's using Doctr for my two repositories (and I'm setting up a third right now). What do I need to do here?

OK got it. I'll watch for the release and update accordingly. Thanks!

@gforsyth Noted and I will update in the next commit I push to those repos

I'm interested in working on this support. Has anyone started on it yet? I'd hate to duplicate work here ☺️

🎉 Thanks for your comments! In terms of the user API, this is a little bit tricky I think. I think the build backend should at least be configurable in...

> [I should mention (in case it wasn't clear) that Pants already supports flit and any other PEP-517 backend, with user-authored config. But it will only generate config for you...

Hi @benjyw, I was finally able to get some time to work on this. I have a working although very simple/dumb `pyproject.toml` generator that basically copies the existing `setup.py` generator...

> What I'm proposing is that we keep all that code that generates data, but factor out the setup.py-generating part, and replace it with a layer that takes that data...

Thanks @tgolsson! That's super helpful and more-or-less matches my user expectation as well. I have one question, with regard to this point: > * Pants adds build-system block following PEP518...