unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: 70970@debbugs.gnu.org
Subject: [bug#70970] [PATCH] gnu: Add python-simple-salesforce.
Date: Wed, 15 May 2024 22:41:48 +0000	[thread overview]
Message-ID: <CH3PR02MB97468AD2BF5F48800521C53790EC2@CH3PR02MB9746.namprd02.prod.outlook.com> (raw)

[-- 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


                 reply	other threads:[~2024-05-15 22:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CH3PR02MB97468AD2BF5F48800521C53790EC2@CH3PR02MB9746.namprd02.prod.outlook.com \
    --to=guix-patches@gnu.org \
    --cc=70970@debbugs.gnu.org \
    --cc=spencer.king@wustl.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).