[arch-commits] Commit in certbot/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Apr 6 21:05:52 UTC 2019
Date: Saturday, April 6, 2019 @ 21:05:51
Author: felixonmars
Revision: 450092
archrelease: copy trunk to community-any
Added:
certbot/repos/community-any/PKGBUILD
(from rev 450091, certbot/trunk/PKGBUILD)
Deleted:
certbot/repos/community-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-06 21:05:34 UTC (rev 450091)
+++ PKGBUILD 2019-04-06 21:05:51 UTC (rev 450092)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=certbot
-pkgver=0.33.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-mock' 'python-parsedatetime' 'python-pyrfc3339'
- 'python-pytz' 'python-setuptools' 'python-zope-component' 'python-zope-interface')
-checkdepends=('python-pytest-runner')
-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=('63486d6b88ec398e402fa50bf4681842fb1a84d7c7f353778ada869548193dbf1a2248a2ae51536907f18ca05d148844ca676764ca199d1ffd10a565734ca90d'
- 'SKIP')
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- python setup.py build
-}
-
-check() {
- cd "$srcdir"/$pkgname-$pkgver
- python setup.py 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 450091, certbot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-06 21:05:51 UTC (rev 450092)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot
+pkgver=0.33.1
+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-mock' 'python-parsedatetime' 'python-pyrfc3339'
+ 'python-pytz' 'python-setuptools' 'python-zope-component' 'python-zope-interface')
+checkdepends=('python-pytest-runner')
+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=('49e7e0b8a77f81620d54bd003fc6f83b54eac7d28e4784970651d499aa124ab92f3d61232fc48b9c06d596a388d13bf0504e8d8a5de985d08318a844e497be23'
+ 'SKIP')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir"/$pkgname-$pkgver
+ python setup.py 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