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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 10 23:50:19 UTC 2021


    Date: Friday, September 10, 2021 @ 23:50:18
  Author: felixonmars
Revision: 1013987

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-10 23:50:10 UTC (rev 1013986)
+++ PKGBUILD	2021-09-10 23:50:18 UTC (rev 1013987)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=certbot
-pkgver=1.18.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=('26fc10fce67317676f3c1f8d6de2f9eb148c3302aa392665caa9f3d734d9c8c94f9ae9074127b49c06c79843df15832af402961fa8c7bfbf71dcf014623afdd6'
-            'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  export PYTHONHASHSEED=0
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd $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 1013986, certbot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-10 23:50:18 UTC (rev 1013987)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot
+pkgver=1.19.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=('ca37b75fd7e93902836f537c5167fb65586f31882a04187dd9b9ae8da3cb26875db9d9cad97ace7638592fba3e1a8004b3dde8415d19d9e23b330293d46e3c86'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd $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