From patchwork Wed Apr 12 21:30:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: paul X-Patchwork-Id: 49123 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 0F0E2174EE; Wed, 12 Apr 2023 22:31:11 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2466D174BB for ; Wed, 12 Apr 2023 22:31:10 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pmi3Y-0005hj-GK; Wed, 12 Apr 2023 17:31:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pmi3T-0005fd-3u for guix-patches@gnu.org; Wed, 12 Apr 2023 17:31:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pmi3S-0003tt-7m for guix-patches@gnu.org; Wed, 12 Apr 2023 17:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pmi3R-0001So-O5; Wed, 12 Apr 2023 17:31:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#52997] [PATCH-v2] gnu: Add python-facebook-sdk. References: <20220104003003.861-1-goodoldpaul@autistici.org> In-Reply-To: <20220104003003.861-1-goodoldpaul@autistici.org> Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, guix-patches@gnu.org Resent-Date: Wed, 12 Apr 2023 21:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52997 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 52997@debbugs.gnu.org Cc: Giacomo Leidi , lars@6xq.net X-Debbugs-Original-Xcc: lars@6xq.net Received: via spool by 52997-submit@debbugs.gnu.org id=B52997.16813350435593 (code B ref 52997); Wed, 12 Apr 2023 21:31:01 +0000 Received: (at 52997) by debbugs.gnu.org; 12 Apr 2023 21:30:43 +0000 Received: from localhost ([127.0.0.1]:41966 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pmi39-0001S7-BT for submit@debbugs.gnu.org; Wed, 12 Apr 2023 17:30:43 -0400 Received: from confino.investici.org ([93.190.126.19]:36271) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pmi37-0001Ry-5Y for 52997@debbugs.gnu.org; Wed, 12 Apr 2023 17:30:43 -0400 Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4PxbV76GRHz110j; Wed, 12 Apr 2023 21:30:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1681335039; bh=Y9X792FmUNnRdpWWg3bAeBVvhOhj5+xcRzN4F3abKP0=; h=From:To:Cc:Subject:Date:From; b=Lakm1YfzL+y1YPO318ygrHhw2bSlQj2W5Xh6ohwjcLXwNvB5dPXxZoloIe/zNF2m0 UMfzsoCaAm0Merwnr0t57/RWuNmlGJak6NT6WMEd8P/k9ftk9pxndnDPxWyBP1A3O8 8c4e107BDyn/FR4Xm4F2XcCKj8FRiIM7ymNAzses= Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4PxbV74wWlz110Q; Wed, 12 Apr 2023 21:30:39 +0000 (UTC) Date: Wed, 12 Apr 2023 23:30:30 +0200 Message-Id: <20230412213030.20899-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Giacomo Leidi X-ACL-Warn: , Giacomo Leidi via Guix-patches X-Patchwork-Original-From: Giacomo Leidi via Guix-patches via From: paul Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-facebook-sdk): New variable. --- gnu/packages/python-web.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) base-commit: dd3e5e71104a2bcbad80e52e062a144ea96b8c6a 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")