Date: Wednesday, May 10, 2023 @ 08:57:00
Author: grawlinson
Revision: 1459724
archrelease: copy trunk to community-any
Added:
certbot-dns-google/repos/community-any/PKGBUILD
(from rev 1459723, certbot-dns-google/trunk/PKGBUILD)
certbot-dns-google/repos/community-any/keys/
Deleted:
certbot-dns-google/repos/community-any/PKGBUILD
certbot-dns-google/repos/community-any/keys/
----------+
PKGBUILD | 130 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 65 insertions(+), 65 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-10 08:56:03 UTC (rev 1459723)
+++ PKGBUILD 2023-05-10 08:57:00 UTC (rev 1459724)
@@ -1,65 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Felix Yan <[email protected]>
-
-pkgname=certbot-dns-google
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='Google Cloud DNS Authenticator plugin for Certbot'
-arch=('any')
-license=('Apache')
-url='https://pypi.python.org/pypi/certbot-dns-google'
-depends=(
- "certbot=$pkgver"
- "python-acme=$pkgver"
- 'python-google-api-python-client'
- 'python-oauth2client'
- 'python-httplib2'
-)
-makedepends=(
- 'git'
- 'python-build'
- 'python-wheel'
- 'python-installer'
-)
-checkdepends=('python-pytest')
-# git repository is used because certbot is a huge monorepo and it's easier to
-# share the entire repository across all certbot related packages than a few
-# hundred tarballs.
-_commit='3c667e8fffc2f6f4304f284ea52531bbf750a6c4'
-_repo='github.com-certbot-certbot'
-source=("$_repo::git+https://github.com/certbot/certbot#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$_repo"
-
- git describe --tags | sed 's/^v//'
-}
-
-prepare() {
- cd "$_repo/$pkgname"
-
- # nuke setuptools from orbit ^W install_requires
- sed \
- -e '/setuptools>=/d' \
- -i setup.py
-}
-
-build() {
- cd "$_repo/$pkgname"
-
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd "$_repo/$pkgname"
-
- # https://github.com/certbot/certbot/issues/9606
- pytest -v -W ignore::DeprecationWarning
-}
-
-package() {
- cd "$_repo/$pkgname"
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: certbot-dns-google/repos/community-any/PKGBUILD (from rev 1459723,
certbot-dns-google/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-10 08:57:00 UTC (rev 1459724)
@@ -0,0 +1,65 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Felix Yan <[email protected]>
+
+pkgname=certbot-dns-google
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='Google Cloud DNS Authenticator plugin for Certbot'
+arch=('any')
+license=('Apache')
+url='https://pypi.python.org/pypi/certbot-dns-google'
+depends=(
+ "certbot=$pkgver"
+ "python-acme=$pkgver"
+ 'python-google-api-python-client'
+ 'python-oauth2client'
+ 'python-httplib2'
+)
+makedepends=(
+ 'git'
+ 'python-build'
+ 'python-wheel'
+ 'python-installer'
+)
+checkdepends=('python-pytest')
+# git repository is used because certbot is a huge monorepo and it's easier to
+# share the entire repository across all certbot related packages than a few
+# hundred tarballs.
+_commit='013621d04ed26377cf6616448b21a4c050683719'
+_repo='github.com-certbot-certbot'
+source=("$_repo::git+https://github.com/certbot/certbot#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$_repo"
+
+ git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+ cd "$_repo/$pkgname"
+
+ # nuke setuptools from orbit ^W install_requires
+ sed \
+ -e '/setuptools>=/d' \
+ -i setup.py
+}
+
+build() {
+ cd "$_repo/$pkgname"
+
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd "$_repo/$pkgname"
+
+ # https://github.com/certbot/certbot/issues/9606
+ pytest -v -W ignore::DeprecationWarning
+}
+
+package() {
+ cd "$_repo/$pkgname"
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}