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

George Rawlinson grawlinson at gemini.archlinux.org
Mon Mar 28 01:13:47 UTC 2022


    Date: Monday, March 28, 2022 @ 01:13:46
  Author: grawlinson
Revision: 1177326

archrelease: copy trunk to community-any

Added:
  certbot-apache/repos/community-any/PKGBUILD
    (from rev 1177325, certbot-apache/trunk/PKGBUILD)
Deleted:
  certbot-apache/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  119 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-28 01:12:57 UTC (rev 1177325)
+++ PKGBUILD	2022-03-28 01:13:46 UTC (rev 1177326)
@@ -1,59 +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-apache
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="Apache plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname"
-replaces=('letsencrypt-apache')
-depends=(
-  'certbot'
-  'python-acme'
-  'python-augeas'
-)
-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=('9017bc1148930d52213e004fd4e3f96d55b2d08c6d64a40df60aa999eb352bc6a4269072c8612b43b3a8758a692ca8c3ea953eabbce58ce322f483cea12d5e7a'
-            'SKIP')
-b2sums=('fa324008169253aaf2ff0447788d041b2d4e20ac1d598a8ba83bc49658c144a02313547cf76ff54d931c2bd78d18065179696a6714fc6ed965bf8a64913c6c36'
-        '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-apache/repos/community-any/PKGBUILD (from rev 1177325, certbot-apache/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-28 01:13:46 UTC (rev 1177326)
@@ -0,0 +1,60 @@
+# 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-apache
+pkgver=1.25.0
+pkgrel=2
+pkgdesc="Apache plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname"
+replaces=('letsencrypt-apache')
+depends=(
+  'certbot'
+  'python-acme'
+  'python-augeas'
+  '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')
+sha512sums=('9017bc1148930d52213e004fd4e3f96d55b2d08c6d64a40df60aa999eb352bc6a4269072c8612b43b3a8758a692ca8c3ea953eabbce58ce322f483cea12d5e7a'
+            'SKIP')
+b2sums=('fa324008169253aaf2ff0447788d041b2d4e20ac1d598a8ba83bc49658c144a02313547cf76ff54d931c2bd78d18065179696a6714fc6ed965bf8a64913c6c36'
+        '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