unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Giacomo Leidi via Guix-patches via <guix-patches@gnu.org>
To: 52997@debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul@autistici.org>, lars@6xq.net
Subject: [bug#52997] [PATCH-v2] gnu: Add python-facebook-sdk.
Date: Wed, 12 Apr 2023 23:30:30 +0200	[thread overview]
Message-ID: <20230412213030.20899-1-goodoldpaul@autistici.org> (raw)
In-Reply-To: <20220104003003.861-1-goodoldpaul@autistici.org>

* gnu/packages/python-web.scm (python-facebook-sdk): New variable.
---
 gnu/packages/python-web.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 495e13acfe..9eae6d7616 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7844,6 +7844,35 @@ (define-public python-tweepy
 library for accessing the Twitter API.")
     (license license:expat)))
 
+(define-public python-facebook-sdk
+  (package
+    (name "python-facebook-sdk")
+    (version "3.1.0")
+    (source
+      (origin
+        (method git-fetch)
+        (uri
+         (git-reference
+          (url "https://github.com/mobolic/facebook-sdk")
+          (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32
+          "0p7p0wvcspd9p8d6r25bgjbf0ihdw5g1jw3dylwngrazdmc3g36b"))))
+    (build-system python-build-system)
+    (arguments
+     ;; Tests require network access.
+     `(#:tests? #f))
+    (propagated-inputs `(("python-requests" ,python-requests)))
+    (home-page "https://facebook-sdk.readthedocs.io")
+    (synopsis
+      "Facebook Graph API client in Python")
+    (description
+      "This client library is designed to support the Facebook Graph API and
+the official Facebook JavaScript SDK, which is the canonical way to implement
+Facebook authentication.")
+    (license license:asl2.0)))
+
 (define-public python-quart
   (package
     (name "python-quart")

base-commit: dd3e5e71104a2bcbad80e52e062a144ea96b8c6a
-- 
2.39.2





  parent reply	other threads:[~2023-04-12 21:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-04  0:30 [bug#52997] [PATCH] gnu: Add python-facebook-sdk Giacomo Leidi via Guix-patches via
2022-01-24 17:22 ` [bug#52997] (no subject) paul via Guix-patches via
2022-03-05 23:27 ` [bug#52997] friendly ping paul via Guix-patches via
2022-03-05 23:28 ` [bug#52997] [PATCH] gnu: Add python-facebook-sdk Giacomo Leidi via Guix-patches via
2022-07-01 21:43 ` goodoldpaul--- via Guix-patches via
2023-04-12 21:29   ` goodoldpaul--- via Guix-patches via
2023-04-12 21:49     ` [bug#53019] [PATCH] gnu: Add aerich goodoldpaul--- via Guix-patches via
2022-07-01 21:43 ` [bug#52997] [PATCH] gnu: Add python-facebook-sdk Giacomo Leidi via Guix-patches via
2023-04-12 21:30 ` Giacomo Leidi via Guix-patches via [this message]
2024-05-03 22:48 ` bug#52997: Close paul via Guix-patches via

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=20230412213030.20899-1-goodoldpaul@autistici.org \
    --to=guix-patches@gnu.org \
    --cc=52997@debbugs.gnu.org \
    --cc=goodoldpaul@autistici.org \
    --cc=lars@6xq.net \
    /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).