[core-server-kit] Add app-crypt/certbot autogen (and friends in python-modules-kit)#402
Draft
cuantar wants to merge 1 commit into
Draft
Conversation
0d2be2d to
e5bc4d1
Compare
geaaru
reviewed
Mar 6, 2026
| - pkg: dev-python/cachecontrol | ||
| - pkg: dev-python/calver | ||
| - pkg: dev-python/certifi | ||
| - pkg: dev-python/configargparse |
Contributor
There was a problem hiding this comment.
It's good check if a package added in merge.kit.d/python_autogen.yml is present on merge.kit.d/python.yml in this way we can trace what are the packages managed but not yet autogen.
geaaru
reviewed
Mar 6, 2026
| - distutils-r1 | ||
| - toolchain-funcs | ||
| iuse: certbot-apache certbot-dns-dnsimple certbot-dns-dnsmadeeasy certbot-dns-gehirn certbot-dns-google certbot-dns-linode certbot-dns-luadns certbot-dns-nsone certbot-dns-ovh certbot-dns-rfc2136 certbot-dns-route53 certbot-dns-sakuracloud certbot-nginx | ||
| keywords: '*' |
Contributor
There was a problem hiding this comment.
This is the default. You don't need it.
| keywords: '*' | ||
| license: Apache-2.0 | ||
| python_compat: python3+ | ||
| slot: 0 |
Contributor
There was a problem hiding this comment.
SLOT 0 is the default and used by default in Portage too. You can drop this line.
Also add python deps required for certbot to python-modules-kit: - boto3 - cloudflare (TBD) - configargparse - digitalocean (TBD) - dns-lexicon - pyotp (TBD) - tldextract (TBD) - google-api-python-client (TBD) - google-auth (TBD) - josepy - parsedatetime - python-augeas (TBD)
e5bc4d1 to
65b374a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds an autogen for
certbot, based on the Gentoo ebuild.It also adds Python deps required for
certbotto python-modules-kit:The Python deps are a bit of a pain to deal with. Will mark this PR as a draft for now, since the deps won't resolve.