[arch-commits] Commit in certbot-dns-sakuracloud/repos/community-any (3 files)
George Rawlinson
grawlinson at gemini.archlinux.org
Thu Jul 7 08:16:59 UTC 2022
Date: Thursday, July 7, 2022 @ 08:16:58
Author: grawlinson
Revision: 1247643
archrelease: copy trunk to community-any
Added:
certbot-dns-sakuracloud/repos/community-any/PKGBUILD
(from rev 1247642, certbot-dns-sakuracloud/trunk/PKGBUILD)
certbot-dns-sakuracloud/repos/community-any/keys/
Deleted:
certbot-dns-sakuracloud/repos/community-any/PKGBUILD
----------+
PKGBUILD | 118 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 59 insertions(+), 59 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-07 08:16:18 UTC (rev 1247642)
+++ PKGBUILD 2022-07-07 08:16:58 UTC (rev 1247643)
@@ -1,59 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=certbot-dns-sakuracloud
-pkgver=1.28.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'
- 'F2871B4152AE13C49519111F447BF683AA3B26C3')
-sha512sums=('f67db357444dc97f8d32fb8412d2e31f29cb64f156c0185420db0f56f321fd99a4dcf6940bc2dc780d48f58608be46fb4f0eefc43d57142eef6cd83fb8a1029f'
- 'SKIP')
-b2sums=('376668105f30a3938d72a68132875dfb34b2d26b5030d07de213ea529fe9fa73fa2d864d2eae37215b58711457aa9013be1ee431b4e0c7e4bb3c61af2be9b590'
- '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 1247642, certbot-dns-sakuracloud/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-07 08:16:58 UTC (rev 1247643)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=certbot-dns-sakuracloud
+pkgver=1.29.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'
+ 'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('fd2a5e8a19c794579265aad2f633461cac091a1db9042abf8729d002e12f97ad770af7aef579a737f8d1c251b85bb6bffa762351a93637c84f6ccced06ab60c7'
+ 'SKIP')
+b2sums=('8e96b950ea8ec545e5ab1e913a2416f3d6b5a9ea3893e9661b65913f6bb6757745fa746f96ff78dd7f91c31c52bd0ac68465dc9a4dab3f31b00a256c18b82924'
+ '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