community/certbot-dns: upgrade to 5.2.2, remove unused dependency on py3-oauth2client

This commit is contained in:
LN Liberda 2026-01-10 22:31:45 +01:00 committed by mio
parent cec184310f
commit 8ec03fa864

View File

@ -1,7 +1,7 @@
# Contributor: lauren n. liberda <lauren@selfisekai.rocks>
# Maintainer: lauren n. liberda <lauren@selfisekai.rocks>
pkgname=certbot-dns
pkgver=5.1.0
pkgver=5.2.2
pkgrel=0
pkgdesc="Official DNS provider integrations for certbot"
url="https://github.com/certbot/certbot"
@ -16,7 +16,6 @@ depends="
py3-dns-lexicon
py3-google-api-python-client
py3-httplib2
py3-oauth2client
"
makedepends="
py3-gpep517
@ -104,7 +103,7 @@ gehirn() {
}
google() {
depends="py3-google-api-python-client py3-oauth2client py3-httplib2"
depends="py3-google-api-python-client py3-httplib2"
amove usr/lib/python*/site-packages/certbot_dns_google*
}
@ -152,5 +151,5 @@ sakuracloud() {
}
sha512sums="
5a4830b3e433acf5f21f93704f729f632c5e03c51ef0deab4f4928c0ee8004d51132a3504148fc8a706b810b55e572423457d9995c8164369c4678123eb10a3e certbot-5.1.0.tar.gz
3a6d564a7e8f47fd59564c32eb3ac13f3724eb3edb5f1abfd0069cfb5393c68e1eb05a42afe6380b4b8e70ca4084acccdad1a342c79d17717ab40d42a1ada7e4 certbot-5.2.2.tar.gz
"