Date: Friday, July 7, 2017 @ 05:51:09 Author: felixonmars Revision: 242626
addpkg: certbot-dns-dnsmadeeasy 0.16.0-0 Added: certbot-dns-dnsmadeeasy/ certbot-dns-dnsmadeeasy/repos/ certbot-dns-dnsmadeeasy/trunk/ certbot-dns-dnsmadeeasy/trunk/PKGBUILD ----------+ PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) Added: certbot-dns-dnsmadeeasy/trunk/PKGBUILD =================================================================== --- certbot-dns-dnsmadeeasy/trunk/PKGBUILD (rev 0) +++ certbot-dns-dnsmadeeasy/trunk/PKGBUILD 2017-07-07 05:51:09 UTC (rev 242626) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> + +pkgname=certbot-dns-dnsmadeeasy +pkgver=0.16.0 +pkgrel=0 +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=('50fb4081d7af9ca6ee173b4efb40e53bafc76aa4c4f02db837e21c19bf4f45ba963fa4e5e5a6017e24ec22f726c46f94c20cca20f509c81ed28983d5eae3cb62' + '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" +} Property changes on: certbot-dns-dnsmadeeasy/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
