[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 008/154] gnu: Add python-stripe.
From: |
Hartmut Goebel |
Subject: |
[bug#50628] [PATCH 008/154] gnu: Add python-stripe. |
Date: |
Fri, 17 Sep 2021 00:52:27 +0200 |
* 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 86df1cc55c..0ee2c6483e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26769,3 +26769,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)))
--
2.30.2
- [bug#50628] [PATCH 002/154] gnu: Add python-markuppy., (continued)
- [bug#50628] [PATCH 002/154] gnu: Add python-markuppy., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 003/154] gnu: Add python-xlwt., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 006/154] gnu: Add python-febelfin-coda., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 005/154] gnu: Add python-csb43., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 004/154] gnu: Add python-tablib., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 007/154] gnu: Add python-ofxparse., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 008/154] gnu: Add python-stripe.,
Hartmut Goebel <=
- [bug#50628] [PATCH 011/154] gnu: Add trytond-account-cash-rounding., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 013/154] gnu: Add trytond-account-de-skr03., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 010/154] gnu: Add trytond-account-be., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 012/154] gnu: Add trytond-account-credit-limit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 015/154] gnu: Add trytond-account-dunning., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 017/154] gnu: Add trytond-account-dunning-fee., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 009/154] gnu: Add trytond-account-asset., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 014/154] gnu: Add trytond-account-deposit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 016/154] gnu: Add trytond-account-dunning-email., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 019/154] gnu: Add trytond-account-es., Hartmut Goebel, 2021/09/16