this post was submitted on 16 Jul 2023
702 points (92.4% liked)

Programmer Humor

32000 readers
1744 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

No offence

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

I didn't think anyone was using easy_install anymore, but I still see it in docs for stuff.

Poetry looks interesting, but does it support private-only dependencies, where the system will reject a library or version if it has not been previously approved and cached?

[–] [email protected] 2 points 1 year ago (1 children)

I think this is what you're looking for, where you can configure both the resolution order and whether to just pull from a private repository.

[–] [email protected] 1 points 1 year ago (1 children)

Ah, yeah. Pretty awesome. Looks like they added that in 2019. I wonder why I've not seen that behavior used much at all.

Is there also good repo-mirror functionality to keep it easy to curate the private source?

[–] [email protected] 2 points 1 year ago

I'm not sure why it's not done as much. But yes, there's tooling to maintain a mirror. I'm not sure about quality, since I haven't done it myself.