[arch-commits] Commit in certbot/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 14 14:14:58 UTC 2017
Date: Sunday, May 14, 2017 @ 14:14:57
Author: felixonmars
Revision: 227971
upgpkg: certbot 0.14.0-2
Modified:
certbot/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-05-14 12:51:04 UTC (rev 227970)
+++ PKGBUILD 2017-05-14 14:14:57 UTC (rev 227971)
@@ -4,18 +4,18 @@
pkgname=certbot
pkgver=0.14.0
-pkgrel=1
+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://letsencrypt.org/"
-depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 'python2-configobj'
- 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 'python2-parsedatetime'
- 'python2-psutil' 'python2-pyrfc3339' 'python2-pytz' 'python2-requests' 'python2-setuptools'
- 'python2-six' 'python2-zope-component' 'python2-zope-interface')
+depends=('ca-certificates' "python-acme=$pkgver" 'python-configargparse' 'python-configobj'
+ 'python-cryptography' 'python-pyopenssl' 'python-mock' 'python-parsedatetime'
+ 'python-pytz' 'python-setuptools' 'python-six' 'python-zope-component'
+ 'python-zope-interface')
optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
"certbot-nginx: Nginx plugin for Let’s Encrypt client")
-checkdepends=('python2-nose')
+checkdepends=('python-nose')
replaces=("letsencrypt")
source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
@@ -30,17 +30,17 @@
build() {
cd "$srcdir"/$pkgname-$pkgver
- python2 setup.py build
+ python setup.py build
}
check() {
cd "$srcdir"/$pkgname-$pkgver
- python2 setup.py test
+ python setup.py test
}
package() {
cd "$srcdir"/$pkgname-$pkgver
- python2 setup.py install --root="$pkgdir"
+ 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