[arch-commits] Commit in certbot/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jan 18 05:09:59 UTC 2018


    Date: Thursday, January 18, 2018 @ 05:09:58
  Author: felixonmars
Revision: 283816

upgpkg: certbot 0.21.0-1

Modified:
  certbot/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-18 05:09:49 UTC (rev 283815)
+++ PKGBUILD	2018-01-18 05:09:58 UTC (rev 283816)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
 
 pkgname=certbot
-pkgver=0.20.0
+pkgver=0.21.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')
@@ -10,9 +10,9 @@
 license=('Apache')
 url="https://certbot.eff.org"
 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')
+         'python-cryptography' 'python-mock' 'python-parsedatetime' 'python-pyrfc3339'
+         'python-pytz' 'python-setuptools' 'python-zope-component' 'python-zope-interface')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
             "certbot-nginx: Nginx plugin for Let’s Encrypt client")
 replaces=("letsencrypt")
@@ -20,13 +20,9 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
               '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
               'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('574ddb93b4bccbd379135c03c94c9acb10136e8bc8a1458d30e169a9bccd22ddc8ea4a9106dc85469459dbd98c6787452c539e5bbbb93e13ddd2d7235aac7f96'
+sha512sums=('8d25619347a07a6e7475984b9e23eb0f9a259cc5968aee5c5953049f91e2a9b21d21cf51799458c1a8998298b1402caf2b063269ed2a3147265367a125840e23'
             'SKIP')
 
-prepare() {
-  sed -i "/'argparse',/d" $pkgname-$pkgver/setup.py
-}
-
 build() {
   cd "$srcdir"/$pkgname-$pkgver
   python setup.py build
@@ -34,7 +30,7 @@
 
 check() {
   cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
+  python setup.py pytest
 }
 
 package() {



More information about the arch-commits mailing list