[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/154: gnu: Add python-stripe.
From: |
guix-commits |
Subject: |
08/154: gnu: Add python-stripe. |
Date: |
Tue, 21 Sep 2021 15:07:26 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 6cb645b73bbeffffa659deee8c01c8e763927412
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Thu Aug 26 00:35:09 2021 +0200
gnu: Add python-stripe.
* gnu/packages/python-xyz.scm (python-stripe): New variable.
---
gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c50e735..88c89ed 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26755,3 +26755,26 @@ banking site, so they work well if you want to pull
together your finances
from multiple sources. Online trading accounts also often provide account
statements in OFX files.")
(license license:expat)))
+
+(define-public python-stripe
+ (package
+ (name "python-stripe")
+ (version "2.60.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "stripe" version))
+ (sha256
+ (base32 "0258lzh4qikhinfggnlfh5aklcvg7lrvl8giqrh0yf0l61wvfrl9"))))
+ (build-system python-build-system)
+ (arguments
+ '(#:tests? #f)) ;; tests require network
+ (propagated-inputs
+ `(("python-requests" ,python-requests)))
+ (home-page "https://github.com/stripe/stripe-python")
+ (synopsis "Python bindings for the Stripe financial services' API")
+ (description "This package provides access to the Stripe financial
+services' API. It includes a pre-defined set of classes for API resources
+that initialize themselves dynamically from API responses which makes it
+compatible with a wide range of versions of the Stripe API.")
+ (license license:expat)))
- 49/154: gnu: Add trytond-authentication-sms., (continued)
- 49/154: gnu: Add trytond-authentication-sms., guix-commits, 2021/09/21
- 55/154: gnu: Add trytond-commission., guix-commits, 2021/09/21
- 60/154: gnu: Add trytond-edocument-uncefact., guix-commits, 2021/09/21
- 61/154: gnu: Add trytond-edocument-unece., guix-commits, 2021/09/21
- 63/154: gnu: Add trytond-ldap-authentication., guix-commits, 2021/09/21
- 64/154: gnu: Add trytond-marketing., guix-commits, 2021/09/21
- 65/154: gnu: Add trytond-marketing-automation., guix-commits, 2021/09/21
- 03/154: gnu: Add python-xlwt., guix-commits, 2021/09/21
- 69/154: gnu: Add trytond-party-relationship., guix-commits, 2021/09/21
- 04/154: gnu: Add python-tablib., guix-commits, 2021/09/21
- 08/154: gnu: Add python-stripe.,
guix-commits <=
- 09/154: gnu: Add trytond-account-asset., guix-commits, 2021/09/21
- 11/154: gnu: Add trytond-account-cash-rounding., guix-commits, 2021/09/21
- 15/154: gnu: Add trytond-account-dunning., guix-commits, 2021/09/21
- 13/154: gnu: Add trytond-account-de-skr03., guix-commits, 2021/09/21
- 12/154: gnu: Add trytond-account-credit-limit., guix-commits, 2021/09/21
- 18/154: gnu: Add trytond-account-dunning-letter., guix-commits, 2021/09/21
- 19/154: gnu: Add trytond-account-es., guix-commits, 2021/09/21
- 33/154: gnu: Add trytond-account-payment-stripe., guix-commits, 2021/09/21
- 26/154: gnu: Add trytond-account-invoice-line-standalone., guix-commits, 2021/09/21
- 29/154: gnu: Add trytond-account-payment-braintree., guix-commits, 2021/09/21