janw / poetry-homebrew-formula

A Poetry Plugin to create Homebrew Formulae
MIT License
3 stars 1 forks source link

Reduce reliance on PyPi for building formulas? #42

Open matanyall opened 5 months ago

matanyall commented 5 months ago

Hey!

This project is exactly what I need, but unfortunately I am setting up a private homebrew repo, and I plan on having the install managed though the GitPrivateStrategyThing, and I'm not publishing the packages at the moment. Having the resources list is super helpful, but I can't seem to generate the formula, even with a template, without publishing the package. Would it be possible to have a private-repo mode for those of us not trying to publish to a registry?

Thanks, looking forward to using this!

mahiki commented 3 months ago

I'm just starting to investigate this plugin, I think I agree with comment above. Here is my use-case:

matanyall commented 3 months ago

I ended up just using PEX to build a binary, but would still be interested in some sort of cacheable install for Pypi dependencies.