[arch-commits] Commit in certbot-apache/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Oct 5 13:48:17 UTC 2017


    Date: Thursday, October 5, 2017 @ 13:48:16
  Author: felixonmars
Revision: 261700

archrelease: copy trunk to community-staging-any

Added:
  certbot-apache/repos/community-staging-any/
  certbot-apache/repos/community-staging-any/PKGBUILD
    (from rev 261699, certbot-apache/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: certbot-apache/repos/community-staging-any/PKGBUILD (from rev 261699, certbot-apache/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-10-05 13:48:16 UTC (rev 261700)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot-apache
+pkgver=0.19.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=('7172382221b8fab5a798e2a3dfd9b6cbd4134334e25ff72591c2bd3af8a7643aeb435965d0fc42c3d91b445244d4a58f6133da0ef3edf60babb221c012190ac4'
+            'SKIP')
+
+prepare() {
+  sed -i "s/'python-augeas<=0.5.0',/'python-augeas',/" $pkgname-$pkgver/setup.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}



More information about the arch-commits mailing list