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

Felix Yan felixonmars at archlinux.org
Fri Sep 8 10:54:18 UTC 2017


    Date: Friday, September 8, 2017 @ 10:54:15
  Author: felixonmars
Revision: 256187

archrelease: copy trunk to community-staging-any

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

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

Copied: certbot-dns-dnsmadeeasy/repos/community-staging-any/PKGBUILD (from rev 256186, certbot-dns-dnsmadeeasy/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-09-08 10:54:15 UTC (rev 256187)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=certbot-dns-dnsmadeeasy
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="DNS Made Easy 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=('6d9a2e712d3e2034878ab39fb1ba11bae675a8df109f1266d686a749a65e6c7908dfc3fb65d16210c025c8f1e3cca80a2106b73fac490030a973a86e53476ad5'
+            '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