From: Giacomo Leidi via Guix-patches via <guix-patches@gnu.org>
To: 52997@debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul@autistici.org>
Subject: [bug#52997] [PATCH] gnu: Add python-facebook-sdk.
Date: Fri, 1 Jul 2022 23:43:25 +0200 [thread overview]
Message-ID: <20220701214325.17848-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 6f951595c8..fc61951b3c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7183,6 +7183,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: aba1ee5553099d45eb22d9ca1f685502146a49d0
--
2.36.1
next prev parent reply other threads:[~2022-07-01 21:44 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 ` Giacomo Leidi via Guix-patches via [this message]
2023-04-12 21:30 ` [bug#52997] [PATCH-v2] gnu: Add python-facebook-sdk Giacomo Leidi via Guix-patches via
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220701214325.17848-1-goodoldpaul@autistici.org \
--to=guix-patches@gnu.org \
--cc=52997@debbugs.gnu.org \
--cc=goodoldpaul@autistici.org \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.