* [bug#70970] [PATCH] gnu: Add python-simple-salesforce.
@ 2024-05-15 22:41 King, Spencer via Guix-patches via
0 siblings, 0 replies; only message in thread
From: King, Spencer via Guix-patches via @ 2024-05-15 22:41 UTC (permalink / raw)
To: 70970
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: 0001-gnu-Add-python-simple-salesforce.patch --]
[-- Type: application/octet-stream, Size: 1977 bytes --]
From 84223e47583c81bdcc4e8b537065d11e6ca04e76 Mon Sep 17 00:00:00 2001
Message-Id: <84223e47583c81bdcc4e8b537065d11e6ca04e76.1715812789.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Wed, 15 May 2024 22:39:25 +0000
Subject: [PATCH] gnu: Add python-simple-salesforce.
* gnu/packages/python-web.scm (python-simple-salesforce): New variable.
Change-Id: I45752a344149021a4a32565d61acd0cb6c15b39e
---
gnu/packages/python-web.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index c00e38a120..5da79f243e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9329,3 +9329,27 @@ (define-public python-pynetbox
(description "Python module to query and edit data stored in a
@url{https://netbox.dev,NetBox} instance.")
(license license:asl2.0)))
+
+(define-public python-simple-salesforce
+ (package
+ (name "python-simple-salesforce")
+ (version "1.12.6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/simple-salesforce/simple-salesforce")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32 "0azn15h7fi9fbg4win3i9z7vyi8xxk9izvalnh4in0bwc3jzmfir"))
+ (file-name (git-file-name name version))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-responses))
+ (propagated-inputs (list python-more-itertools python-pyjwt
+ python-requests python-typing-extensions
+ python-zeep))
+ (home-page "https://github.com/simple-salesforce/simple-salesforce")
+ (synopsis "Basic Salesforce.com REST API client")
+ (description
+ "This package provides a basic Salesforce.com REST API client.")
+ (license license:asl2.0)))
base-commit: 4901f1b60499cf68362fa81e006c4fe633240e04
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-05-15 22:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-15 22:41 [bug#70970] [PATCH] gnu: Add python-simple-salesforce King, Spencer via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).