[PATCH 3/4] gnu: Add python-pynamecheap.

  • Done
  • quality assurance status badge
Details
One participant
  • Clément Lassieur
Owner
unassigned
Submitted by
Clément Lassieur
Severity
normal

Debbugs page

C
C
Clément Lassieur wrote on 13 Jun 2018 16:25
(address . guix-patches@gnu.org)
20180613232551.3382-3-clement@lassieur.org
* gnu/packages/python.scm (python-pynamecheap, python2-pynamecheap): New
variables.
---
gnu/packages/python.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

Toggle diff (35 lines)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 21201cc8d..c09b00609 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13691,3 +13691,28 @@ Public Suffix List's private domains as well.")
(define-public python2-tldextract
(package-with-python2 python-tldextract))
+
+(define-public python-pynamecheap
+ (package
+ (name "python-pynamecheap")
+ (version "0.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "PyNamecheap" version))
+ (sha256
+ (base32
+ "0wkbwz208j8nfrsmzmclvxg22ymknn0mlz76wbdza9k2bx2zja6l"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-requests" ,python-requests)))
+ (home-page
+ "https://github.com/Bemmu/PyNamecheap")
+ (synopsis
+ "Namecheap API client in Python")
+ (description
+ "PyNamecheap is a Namecheap API client in Python.")
+ (license license:expat)))
+
+(define-public python2-pynamecheap
+ (package-with-python2 python-pynamecheap))
--
2.17.1
C
C
Clément Lassieur wrote on 13 Jun 2018 23:24
control message for bug #31822
(address . control@debbugs.gnu.org)
87h8m5vqa3.fsf@lassieur.org
tags 31822 fixed
close 31822
?
Your comment

This issue is archived.

To comment on this conversation send an email to 31822@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 31822
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch