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

Jelle van der Waa jelle at archlinux.org
Sun Apr 18 10:03:38 UTC 2021


    Date: Sunday, April 18, 2021 @ 10:03:38
  Author: jelle
Revision: 919902

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   85 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-18 10:03:32 UTC (rev 919901)
+++ PKGBUILD	2021-04-18 10:03:38 UTC (rev 919902)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=certbot
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="A tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free."
-arch=('any')
-license=('Apache')
-url="https://certbot.eff.org"
-depends=('ca-certificates' 'python-acme' 'python-configargparse' 'python-configobj'
-         'python-cryptography' 'python-distro' 'python-parsedatetime'
-         'python-pyrfc3339' 'python-pytz' 'python-setuptools' 'python-zope-component'
-         'python-zope-interface')
-checkdepends=('python-pytest')
-optdepends=('certbot-apache: Apache plugin for Let’s Encrypt client'
-            'certbot-nginx: Nginx plugin for Let’s Encrypt client')
-replaces=("letsencrypt")
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-              '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-              'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('448129ac12bb6ca8eba6d95f9b0adee06d1250f87b490b3d8bc52761ef2fd512a37fef7ac57561ddc7317b1df5091f387e80262b54fec16bb290eb4a8fb98526'
-            'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-
-  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
-  chmod 700 "$pkgdir"/var/log/letsencrypt
-}

Copied: certbot/repos/community-any/PKGBUILD (from rev 919901, certbot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-18 10:03:38 UTC (rev 919902)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot
+pkgver=1.14.0
+pkgrel=2
+pkgdesc="A tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://certbot.eff.org"
+depends=('ca-certificates' 'python-acme' 'python-configargparse' 'python-configobj'
+         'python-cryptography' 'python-distro' 'python-parsedatetime'
+         'python-pyrfc3339' 'python-pytz' 'python-setuptools' 'python-zope-component'
+         'python-zope-interface')
+checkdepends=('python-pytest')
+optdepends=('certbot-apache: Apache plugin for Let’s Encrypt client'
+            'certbot-nginx: Nginx plugin for Let’s Encrypt client')
+replaces=("letsencrypt")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+              '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+              'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('448129ac12bb6ca8eba6d95f9b0adee06d1250f87b490b3d8bc52761ef2fd512a37fef7ac57561ddc7317b1df5091f387e80262b54fec16bb290eb4a8fb98526'
+            'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
+}



More information about the arch-commits mailing list