[arch-commits] Commit in certbot-apache/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Jun 7 04:31:38 UTC 2018
Date: Thursday, June 7, 2018 @ 04:31:38
Author: felixonmars
Revision: 341584
archrelease: copy trunk to community-staging-any
Added:
certbot-apache/repos/community-staging-any/
certbot-apache/repos/community-staging-any/PKGBUILD
(from rev 341583, certbot-apache/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: certbot-apache/repos/community-staging-any/PKGBUILD (from rev 341583, certbot-apache/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-06-07 04:31:38 UTC (rev 341584)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot-apache
+pkgver=0.25.0
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname"
+replaces=("letsencrypt-apache")
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-augeas' 'python-mock' 'python-setuptools'
+ 'python-zope-component' 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+ '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+ 'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('103cd1fb42d61e746d133b339c219c47a713d295185b9522305af18f0eedeab1d85fb15b08e7a488dc99a6ab28f139be74b8d1532b09d0d5fb6fefccec560409'
+ 'SKIP')
+
+build() {
+ cd $pkgname-$pkgver
+ python setup.py build
+}
+
+check() {
+ # https://github.com/certbot/certbot/issues/5510
+ cd $pkgname-$pkgver
+ python setup.py test || warning "Tests failed"
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python setup.py install -O1 --root="$pkgdir"
+}
More information about the arch-commits
mailing list