[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/154: gnu: Add python-braintree.
From: |
guix-commits |
Subject: |
01/154: gnu: Add python-braintree. |
Date: |
Tue, 21 Sep 2021 15:07:24 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 4a258685586e59d0527bffe3c32d4b00b8536b50
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Wed Aug 25 23:12:39 2021 +0200
gnu: Add python-braintree.
* gnu/packages/python-xyz.scm (python-braintree): New variable.
---
gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4e2e719..bba468e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26561,3 +26561,23 @@ files and directories and adds a datestamp in standard
ISO 8601+ format
YYYY-MM-DD at the beginning of the file or directory name.")
(home-page "https://github.com/novoid/date2name")
(license license:gpl3+))))
+
+(define-public python-braintree
+ (package
+ (name "python-braintree")
+ (version "4.12.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "braintree" version))
+ (sha256
+ (base32 "19kli85q18p80nsn8fm4ql6axpr7bllfqg5chv2ywhr8zr8bssll"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-requests" ,python-requests)))
+ (home-page
+ "https://developers.braintreepayments.com/python/sdk/server/overview")
+ (synopsis "Braintree Python Library")
+ (description "The Braintree Python SDK provides integration access to the
+Braintree Gateway. Braintree is a US-based payments service provider.")
+ (license license:expat)))
- 10/154: gnu: Add trytond-account-be., (continued)
- 10/154: gnu: Add trytond-account-be., guix-commits, 2021/09/21
- 14/154: gnu: Add trytond-account-deposit., guix-commits, 2021/09/21
- 16/154: gnu: Add trytond-account-dunning-email., guix-commits, 2021/09/21
- 20/154: gnu: Add trytond-account-eu., guix-commits, 2021/09/21
- 31/154: gnu: Add trytond-account-payment-sepa., guix-commits, 2021/09/21
- 36/154: gnu: Add trytond-account-statement-coda., guix-commits, 2021/09/21
- 34/154: gnu: Add trytond-account-statement., guix-commits, 2021/09/21
- 22/154: gnu: Add trytond-account-fr-chorus., guix-commits, 2021/09/21
- 39/154: gnu: Add trytond-account-stock-anglo-saxon., guix-commits, 2021/09/21
- 44/154: gnu: Add trytond-account-tax-rule-country., guix-commits, 2021/09/21
- 01/154: gnu: Add python-braintree.,
guix-commits <=
- 17/154: gnu: Add trytond-account-dunning-fee., guix-commits, 2021/09/21
- 21/154: gnu: Add trytond-account-fr., guix-commits, 2021/09/21
- 25/154: gnu: Add trytond-account-invoice-history., guix-commits, 2021/09/21
- 28/154: gnu: Add trytond-account-payment., guix-commits, 2021/09/21
- 45/154: gnu: Add trytond-analytic-invoice., guix-commits, 2021/09/21
- 50/154: gnu: Add trytond-bank., guix-commits, 2021/09/21
- 48/154: gnu: Add trytond-attendance., guix-commits, 2021/09/21
- 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