[arch-commits] Commit in certbot-dns-sakuracloud/repos/community-any (2 files)

George Rawlinson grawlinson at gemini.archlinux.org
Tue Apr 5 23:48:20 UTC 2022


    Date: Tuesday, April 5, 2022 @ 23:48:19
  Author: grawlinson
Revision: 1181562

archrelease: copy trunk to community-any

Added:
  certbot-dns-sakuracloud/repos/community-any/PKGBUILD
    (from rev 1181561, certbot-dns-sakuracloud/trunk/PKGBUILD)
Deleted:
  certbot-dns-sakuracloud/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  115 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 58 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-05 23:47:47 UTC (rev 1181561)
+++ PKGBUILD	2022-04-05 23:48:19 UTC (rev 1181562)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=certbot-dns-sakuracloud
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="Sakura Cloud DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname"
-depends=(
-  'certbot'
-  'python-acme'
-  'dns-lexicon'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-              '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-              'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-              '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('9e26c935dbc1ead4ee4cb5296cd4b6c96669c7ee3cd183997809e1178aaa80e8492fa1ac85bea118f4b750e4f2eb7ac3aba0fb84edd73071a388b6920c741bd9'
-            'SKIP')
-b2sums=('fdf6e33418149c2d07fc66354f1fdf6a5513137cb500cefced513f1289eee9fcce88b5e89187a6f0cd09e094ec564e4f815489d2d4ed53ec7bdb12c161eec426'
-        'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
-    -e '/setuptools>=/d' \
-    -i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-sakuracloud/repos/community-any/PKGBUILD (from rev 1181561, certbot-dns-sakuracloud/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-05 23:48:19 UTC (rev 1181562)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=certbot-dns-sakuracloud
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Sakura Cloud DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname"
+depends=(
+  'certbot'
+  'python-acme'
+  'dns-lexicon'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+              '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+              'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+              '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+              '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('dfdde5af47575fb384e909647addcc64c09e4bd60f85dea8f220ffa65db2ef9bdcf40a2845ba16fd215cf774ca93dfeea125d794c34ce7d185db9461cd2c44d0'
+            'SKIP')
+b2sums=('d71287f4296978e975f4012164c280d640ad996f737696a2500b04c07122c7356dd4479017d4ce4f264ff7407d8b6b19b7593e87869f5fa79e9cbea51c36c023'
+        'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+    -e '/setuptools>=/d' \
+    -i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



More information about the arch-commits mailing list