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

Felix Yan felixonmars at archlinux.org
Sun Jul 22 06:14:27 UTC 2018


    Date: Sunday, July 22, 2018 @ 06:14:26
  Author: felixonmars
Revision: 362750

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-luadns/repos/community-staging-any/
  certbot-dns-luadns/repos/community-staging-any/PKGBUILD
    (from rev 362749, certbot-dns-luadns/trunk/PKGBUILD)

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

Copied: certbot-dns-luadns/repos/community-staging-any/PKGBUILD (from rev 362749, certbot-dns-luadns/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-22 06:14:26 UTC (rev 362750)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=certbot-dns-luadns
+pkgver=0.26.0
+pkgrel=1
+pkgdesc="LuaDNS DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname"
+depends=("certbot=$pkgver" 'dns-lexicon' "python-acme=$pkgver" 'python-mock' 'python-setuptools'
+         'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+              '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+              'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('0e5c191667d7b1efe75cf6abf72a3f0f8d92783efff493a4893f5ac8169e59a48254a5a49ee13f6b2a31ffba6ef5b8fb69558ca59e1181240598c039f11d8422'
+            '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