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

Felix Yan felixonmars at archlinux.org
Sun May 14 14:19:12 UTC 2017


    Date: Sunday, May 14, 2017 @ 14:19:12
  Author: felixonmars
Revision: 227976

archrelease: copy trunk to community-testing-any

Added:
  certbot-nginx/repos/community-testing-any/
  certbot-nginx/repos/community-testing-any/PKGBUILD
    (from rev 227975, certbot-nginx/trunk/PKGBUILD)

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

Copied: certbot-nginx/repos/community-testing-any/PKGBUILD (from rev 227975, certbot-nginx/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2017-05-14 14:19:12 UTC (rev 227976)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot-nginx
+pkgver=0.14.0
+pkgrel=2
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname"
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-mock' 'python-pyopenssl' 'python-pyparsing'
+         'python-setuptools' 'python-zope-interface')
+replaces=("letsencrypt-nginx")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+              '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+              'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('583cbf40e1f859bcc6fa805ae08b923961eaf0c7025178f56a9d853dced32c8a6178119c68a4f48443227e8c78afbeaa49e2dfcd1c956d158617c309f51f5c7d'
+            'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}



More information about the arch-commits mailing list