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

Felix Yan felixonmars at archlinux.org
Thu Jan 18 05:39:08 UTC 2018


    Date: Thursday, January 18, 2018 @ 05:39:07
  Author: felixonmars
Revision: 283841

archrelease: copy trunk to community-staging-any

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

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 283840, certbot-dns-digitalocean/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-01-18 05:39:07 UTC (rev 283841)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.21.0
+pkgrel=1
+pkgdesc="DigitalOcean DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname"
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-digitalocean' '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=('423ca465b42b1f4a1895d103d78a42ce406578e2b679a0d138d593fbc79f0284cfbd372c5cc356c1aca88a9589346af1648334781c310a269a6d4ac307e49a17'
+            '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