[arch-commits] Commit in certbot/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Thu Jan 27 21:40:57 UTC 2022
Date: Thursday, January 27, 2022 @ 21:40:57
Author: jelle
Revision: 1117795
archrelease: copy trunk to community-any
Added:
certbot/repos/community-any/PKGBUILD
(from rev 1117793, certbot/trunk/PKGBUILD)
Deleted:
certbot/repos/community-any/PKGBUILD
----------+
PKGBUILD | 87 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-27 21:40:56 UTC (rev 1117794)
+++ PKGBUILD 2022-01-27 21:40:57 UTC (rev 1117795)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=certbot
-pkgver=1.21.0
-pkgrel=3
-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'
- '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('ad707e7e8fd345859f92d3b2d642df4ac3c0623a5b240908eed7aeb43fb07705c0fd157f066201bd576e86bfeec37bc2e3114de6a2e6d7d68109f1b86f816b53'
- '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
-}
Copied: certbot/repos/community-any/PKGBUILD (from rev 1117793, certbot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-27 21:40:57 UTC (rev 1117795)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot
+pkgver=1.22.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'
+ '20F201346BF8F3F455A73F9A780CC99432A28621'
+ '86379B4F0AF371B50CD9E5FF3402831161D1D280')
+sha512sums=('630cde061df1744e588d89e7a77048400932b8f82600c1390416b52646666b4372f90bb44e18b3ac81a27c38d44c99b95dc9a46a94d19838ff86b4a642a95066'
+ '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