Report forwarded
to guix-patches@gnu.org: bug#31821; Package guix-patches.
(Wed, 13 Jun 2018 23:27:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Clément Lassieur <clement@lassieur.org>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org.
(Wed, 13 Jun 2018 23:27:02 GMT) (full text, mbox, link).
* gnu/packages/python.scm (python-dns-lexicon, python2-dns-lexicon): New
variables.
---
gnu/packages/python.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c09b00609..72e8d9292 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13716,3 +13716,36 @@ Public Suffix List's private domains as well.")
(define-public python2-pynamecheap
(package-with-python2 python-pynamecheap))
+
+(define-public python-dns-lexicon
+ (package
+ (name "python-dns-lexicon")
+ (version "2.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "dns-lexicon" version))
+ (sha256
+ (base32
+ "0jdn3ns71bsybr7njgsqr9xlxsqh7zh6phn4ld0liazqdn2l5f6m"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:tests? #f)) ;requires internet access
+ (propagated-inputs
+ `(("python-future" ,python-future)
+ ("python-pynamecheap" ,python-pynamecheap)
+ ("python-requests" ,python-requests)
+ ("python-tldextract" ,python-tldextract)
+ ("python-urllib3" ,python-urllib3)))
+ (home-page "https://github.com/AnalogJ/lexicon")
+ (synopsis
+ "Manipulate DNS records on various DNS providers")
+ (description
+ "Lexicon provides a way to manipulate DNS records on multiple DNS
+providers in a standardized way. It has a CLI but it can also be used as a
+Python library. It was designed to be used in automation, specifically with
+Let's Encrypt.")
+ (license license:expat)))
+
+(define-public python2-dns-lexicon
+ (package-with-python2 python-dns-lexicon))
--
2.17.1
Added tag(s) fixed.
Request was from clement@lassieur.org (Clément Lassieur)
to control@debbugs.gnu.org.
(Thu, 14 Jun 2018 06:25:03 GMT) (full text, mbox, link).
bug closed, send any further explanations to
31821@debbugs.gnu.org and Clément Lassieur <clement@lassieur.org>
Request was from clement@lassieur.org (Clément Lassieur)
to control@debbugs.gnu.org.
(Thu, 14 Jun 2018 06:25:03 GMT) (full text, mbox, link).
bug archived.
Request was from Debbugs Internal Request <help-debbugs@gnu.org>
to internal_control@debbugs.gnu.org.
(Thu, 12 Jul 2018 11:24:04 GMT) (full text, mbox, link).
Debbugs is free software and licensed under the terms of the
GNU Public License version 2. The current version can be
obtained from https://bugs.debian.org/debbugs-source/.