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

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


    Date: Thursday, October 5, 2017 @ 13:58:16
  Author: felixonmars
Revision: 261720

archrelease: copy trunk to community-staging-any

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

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

Copied: certbot-dns-route53/repos/community-staging-any/PKGBUILD (from rev 261719, certbot-dns-route53/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-10-05 13:58:16 UTC (rev 261720)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=certbot-dns-route53
+pkgver=0.19.0
+pkgrel=1
+pkgdesc="Route53 DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname"
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-boto3' '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=('392a7e85a09a2cfcbb84e3b343ccc7629cf422f4a10f843edd4b8c0f3ecc77b5ed7d64de4edc7de8a9699dcc204fa43363a86bf57a1754ce1fa8f4ab5601e8d9'
+            '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