[arch-commits] Commit in certbot-nginx/repos/community-any (PKGBUILD PKGBUILD keys)

George Rawlinson grawlinson at gemini.archlinux.org
Thu Jul 7 08:17:58 UTC 2022


    Date: Thursday, July 7, 2022 @ 08:17:57
  Author: grawlinson
Revision: 1247646

archrelease: copy trunk to community-any

Added:
  certbot-nginx/repos/community-any/PKGBUILD
    (from rev 1247645, certbot-nginx/trunk/PKGBUILD)
  certbot-nginx/repos/community-any/keys/
Deleted:
  certbot-nginx/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  124 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 08:17:16 UTC (rev 1247645)
+++ PKGBUILD	2022-07-07 08:17:57 UTC (rev 1247646)
@@ -1,62 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=certbot-nginx
-pkgver=1.28.0
-pkgrel=1
-pkgdesc="Nginx plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname"
-depends=(
-  'certbot'
-  'python-acme'
-  'python-pyopenssl'
-  'python-pyparsing'
-  'python-setuptools'
-)
-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=('4bdd6f63fcb03f1536b735cec9955f72c2c08467c213f2c5da3a3946cb2c22daf44e39ab3590a1a8831b26a5b40eed7ef32a6bbc4246dbe57dd5135ab9670edb'
-            'SKIP')
-b2sums=('09977bb28ca74edda889a758410245c37d65c14be16dacc5e9f0a32b6bdcedc089d7b44bc781f3b94401b9cbfc024652aa8a6c73b4f3914f0f92d96715cffcab'
-        '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-nginx/repos/community-any/PKGBUILD (from rev 1247645, certbot-nginx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-07 08:17:57 UTC (rev 1247646)
@@ -0,0 +1,62 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot-nginx
+pkgver=1.29.0
+pkgrel=1
+pkgdesc="Nginx plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname"
+depends=(
+  'certbot'
+  'python-acme'
+  'python-pyopenssl'
+  'python-pyparsing'
+  'python-setuptools'
+)
+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=('baa532953946cdbaf46609f23d9f10f223f238089a552fedb6fa8390362bcaf1bf1cd379bd9199df0ab25d38fa4050fc9172e44380ae7076dadd0a288a2ea474'
+            'SKIP')
+b2sums=('4afcdc4ecb20c454d22639fb43697dcb3aa43aa2af058a848337600821d424ff47b827af30a634f67fee3f459c71c66f60a3123bb81547b48dac2430d81d90de'
+        '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