[arch-commits] Commit in certbot-apache/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Jan 12 03:12:18 UTC 2017
Date: Thursday, January 12, 2017 @ 03:12:17
Author: felixonmars
Revision: 206878
archrelease: copy trunk to community-staging-any
Added:
certbot-apache/repos/community-staging-any/
certbot-apache/repos/community-staging-any/PKGBUILD
(from rev 206877, certbot-apache/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: certbot-apache/repos/community-staging-any/PKGBUILD (from rev 206877, certbot-apache/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2017-01-12 03:12:17 UTC (rev 206878)
@@ -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.10.0
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname"
+depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 'python2-setuptools'
+ 'python2-mock' 'python2-zope-component' 'python2-zope-interface')
+checkdepends=('python2-nose')
+replaces=("letsencrypt-apache")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+ '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+ 'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('143670c33146b4b60e2ac29247ccfeef'
+ 'SKIP')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir"/$pkgname-$pkgver
+ nosetests2
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ python2 setup.py install -O1 --root="$pkgdir"
+}
More information about the arch-commits
mailing list