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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 17:12:39
  Author: foutrelis
Revision: 752347

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 752346, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
752346, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-11-12 17:12:39 UTC (rev 752347)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=1.9.0
+pkgrel=2
+pkgdesc="DigitalOcean DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'python-acme' 'python-digitalocean' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('8262208014053ddc016f55e3cdf0defcdcffdf7ebe10c718c493e5cb7fd86a181b8d444560e47f5fcbe9ec6dd0ca6878e813faa52bad40e3a0938afefedd84f2'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 03:49:02
  Author: felixonmars
Revision: 523074

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 523073, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
523073, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 03:49:02 UTC (rev 523074)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.39.0
+pkgrel=2
+pkgdesc="DigitalOcean DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'python-acme' '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=('6661be9488fff91cfd5c6133ee384bfe01e1565f1f30ca5d995d9548f218c3da7b29c4c1faff21c6b8671b711f2cc8ffe7e195ed979e75eaa67c4bddff1fc019'
+'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"
+}


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

2018-09-06 Thread Felix Yan via arch-commits
Date: Thursday, September 6, 2018 @ 07:41:48
  Author: felixonmars
Revision: 377270

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 377268, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
377268, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-09-06 07:41:48 UTC (rev 377270)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.27.0
+pkgrel=1
+pkgdesc="DigitalOcean DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'python-acme' '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=('1260928851fada7b506f867bb24ea8be75b09fb184104a55ea644103b2ebf9512b812f1a50bacfbef69f43b3e39c973dff08e0a9763f195c9e7b0c9687c26f76'
+'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"
+}


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

2018-07-22 Thread Felix Yan via arch-commits
Date: Sunday, July 22, 2018 @ 06:15:59
  Author: felixonmars
Revision: 362756

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 362755, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
362755, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-22 06:15:59 UTC (rev 362756)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.26.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=('c569298566d72e8b3172e460d32bf7d9cc12ef04d688aadf13c6cd6c7ee99cce574d716dd99851223957d49447b02d2c767fc3fcfb33f49ac74094625bf4b648'
+'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"
+}


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

2018-06-13 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 01:03:39
  Author: felixonmars
Revision: 342999

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 342998, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
342998, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-06-14 01:03:39 UTC (rev 342999)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.25.1
+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=('1ea37975b8849687c5fac11bc2a5b1c8c631e8dbc24911bc752b7334d6c6a43f0839cf9087a14b01d9cf07f6b5e9276c137876ffd5d5300364a29308696f252d'
+'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"
+}


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Thursday, June 7, 2018 @ 04:35:43
  Author: felixonmars
Revision: 341592

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 341591, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
341591, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-06-07 04:35:43 UTC (rev 341592)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.25.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=('605af66c3cb84832365a613ae3ecd96ee20215270b4ec0c6c44029432cf4648e55c6a34f994a436084355a4c366eb92988855cdea36d904d1340ef648024c2fb'
+'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"
+}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:01:22
  Author: felixonmars
Revision: 318776

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 318775, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
318775, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 02:01:22 UTC (rev 318776)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.24.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=('8fde208fbd4f6089fd43e25052703b960d62149c17c9ac925f436ae5982a9dbea642e883610324f05c52bdf417bc9d86c00bd1946b025b39ffd5e737e5517a84'
+'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"
+}


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

2018-04-04 Thread Felix Yan via arch-commits
Date: Thursday, April 5, 2018 @ 05:44:44
  Author: felixonmars
Revision: 314364

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 314363, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
314363, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-04-05 05:44:44 UTC (rev 314364)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.23.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=('6ae83bf474b1e697efd44cdf1acb27d872c3c9bd7d7b41903baad1eb750328c3b796a0ff6b12d42fc55519f2c9efa3bc89436e4bb75f31b539b9a9d285733561'
+'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"
+}


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

2018-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 20, 2018 @ 04:06:27
  Author: felixonmars
Revision: 309242

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 309241, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
309241, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-03-20 04:06:27 UTC (rev 309242)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.22.2
+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=('2f1692db19640ebeae771e1a058cfb32418e9746abc0e42fdccd75c0b2495ce0769905b1a7e01df97b696c16019f51cb3f43bfd6b4a7b03f531f08f95e89ef6c'
+'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"
+}


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

2018-03-07 Thread Felix Yan via arch-commits
Date: Thursday, March 8, 2018 @ 02:10:55
  Author: felixonmars
Revision: 304181

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 304180, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
304180, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-03-08 02:10:55 UTC (rev 304181)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.22.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=('d76b27e34f1d08be91ba7d57c6a016a1ff9eeebf4f5753e8c44ca56d0cf74cd5923b8f7a2e8b9b26955122f6c51fe5ef9be4d924e572cfe3084fa2793eed48ec'
+'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"
+}


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

2018-01-27 Thread Felix Yan via arch-commits
Date: Saturday, January 27, 2018 @ 13:32:02
  Author: felixonmars
Revision: 287433

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 287432, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
287432, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-01-27 13:32:02 UTC (rev 287433)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.21.1
+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=('01dbe61d7bc3ebff9305b051912720dfcc199b9e2096d3e01a8a8d61a2fffa9d04bd2f07bcc152141511708bf25b46983a169b93b8774be31cc3577e47fbbee7'
+'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"
+}


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

2018-01-17 Thread Felix Yan via arch-commits
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 
+
+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"
+}


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

2017-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 7, 2017 @ 06:56:33
  Author: felixonmars
Revision: 272721

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 272720, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
272720, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-12-07 06:56:33 UTC (rev 272721)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.20.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=('27f0db97a9eefe7a4d2c0056228f7dc8b3693a5e99c5825c6df8ad243a7536a54d2fc8bcc83673b277158e0dcf2a01a10f3734f92106909c3f0ebde301f2b2aa'
+'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"
+}


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

2017-10-05 Thread Felix Yan
Date: Thursday, October 5, 2017 @ 13:51:37
  Author: felixonmars
Revision: 261706

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 261705, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
261705, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-10-05 13:51:37 UTC (rev 261706)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.19.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=('6c31788e24c27ecfa34291a99804aa4dd611c3ce7c7c9913a2b4b8f5abb82040468c224088601c698e414fe77df9664509f7e9fe745192c86f484c9e0fcbd3ba'
+'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"
+}


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

2017-09-21 Thread Felix Yan
Date: Thursday, September 21, 2017 @ 06:45:23
  Author: felixonmars
Revision: 258945

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 258944, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
258944, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-09-21 06:45:23 UTC (rev 258945)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.18.2
+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=('dd8212969a327acbd49ada1cdf89a09b40e7a34ddbebdee156d9cef1a427a08ab881360cfe454ebd350fb4a2ebbb318aa0bdab2a9b13f9b1423482f134ce63c7'
+'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"
+}


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 06:45:04
  Author: felixonmars
Revision: 256535

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 256534, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
256534, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-09-09 06:45:04 UTC (rev 256535)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.18.1
+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=('3b1ae29f4ea048521e48625e571b4ffd662f83cab507e5fc61de04ad25758190c45eae645010d0d8f2ea2fa344238bb7b13f9ebae80089e3b2d9f78687c267ab'
+'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"
+}


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

2017-09-08 Thread Felix Yan
Date: Friday, September 8, 2017 @ 10:46:46
  Author: felixonmars
Revision: 256185

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 256184, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
256184, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-09-08 10:46:46 UTC (rev 256185)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.18.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=('36dab0475c6827e1d7d25bc75f72bab31d328a5d6a1f5d2efdbee7e22a14d4285b35fa0ab19104e1fd4f9dedcafb918f74d1c3aea7501bae1a2989643e725a5b'
+'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"
+}


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

2017-08-03 Thread Felix Yan
Date: Thursday, August 3, 2017 @ 07:59:03
  Author: felixonmars
Revision: 247705

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 247704, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
247704, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-08-03 07:59:03 UTC (rev 247705)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.17.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=('9feb7258c1904650166967b2eb7d0f485422b3176b5a08c72fa6c0865d4d8222ab29626f03eb8b89f7793d49265fd80e8449b3cfe937c99b2215a7e6d84fa053'
+'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"
+}


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

2017-07-07 Thread Felix Yan
Date: Friday, July 7, 2017 @ 06:14:38
  Author: felixonmars
Revision: 242641

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 242640, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
242640, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-07-07 06:14:38 UTC (rev 242641)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.16.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=('24a21bee5ada80e9c32d94ed9159369611461661bcc7c6ecf016f58c3afd160754089bbce5941e34e7c08cdc354dc62e087d659da8bc15173730f08296a1f932'
+'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"
+}