From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id KL+uMkfyI2IrPQAAgWs5BA (envelope-from ) for ; Sun, 06 Mar 2022 00:29:11 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id mAvrKkfyI2KEZgAAG6o9tA (envelope-from ) for ; Sun, 06 Mar 2022 00:29:11 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 55F61204B5 for ; Sun, 6 Mar 2022 00:29:11 +0100 (CET) Received: from localhost ([::1]:47826 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nQdpm-0003o0-A6 for larch@yhetil.org; Sat, 05 Mar 2022 18:29:10 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34134) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQdpe-0003nk-Eh for guix-patches@gnu.org; Sat, 05 Mar 2022 18:29:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55571) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nQdpe-0007RU-6e for guix-patches@gnu.org; Sat, 05 Mar 2022 18:29:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nQdpe-0002gB-4Q for guix-patches@gnu.org; Sat, 05 Mar 2022 18:29:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#52997] [PATCH] 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: guix-patches@gnu.org Resent-Date: Sat, 05 Mar 2022 23:29:02 +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 Received: via spool by 52997-submit@debbugs.gnu.org id=B52997.164652290410253 (code B ref 52997); Sat, 05 Mar 2022 23:29:02 +0000 Received: (at 52997) by debbugs.gnu.org; 5 Mar 2022 23:28:24 +0000 Received: from localhost ([127.0.0.1]:49468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQdp2-0002fJ-8K for submit@debbugs.gnu.org; Sat, 05 Mar 2022 18:28:24 -0500 Received: from confino.investici.org ([212.103.72.250]:35071) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQdoz-0002ex-US for 52997@debbugs.gnu.org; Sat, 05 Mar 2022 18:28:22 -0500 Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4KB19x3JL9z10y8; Sat, 5 Mar 2022 23:28:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1646522901; bh=kUhKfoS15+ddFG27fzJ5eFi3E1Zpscl+eEoEgree8FA=; h=From:To:Cc:Subject:Date:From; b=XAgvSl49aKBO5suGhL8rMpOBv4JP9ox0AaZThz5I1C+9yR+LO+3VqMXPCeUUNm54w hcJI+SyTOumuhh4ZTtzTt3GVj/woZ2XS+iNdeWnCOe6RFrdwIAgkHCCMqGW+G2wrk0 7v8EIL4ps6vGhkfidIh1NKn9fiuqwgYr2hbmlICc= Received: from [212.103.72.250] (mx1.investici.org [212.103.72.250]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4KB19x2m13z10xh; Sat, 5 Mar 2022 23:28:21 +0000 (UTC) Date: Sun, 6 Mar 2022 00:28:08 +0100 Message-Id: <20220305232808.23783-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: Giacomo Leidi X-ACL-Warn: , Giacomo Leidi via Guix-patches From: Giacomo Leidi via Guix-patches via X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1646522951; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=kUhKfoS15+ddFG27fzJ5eFi3E1Zpscl+eEoEgree8FA=; b=JTQ4ZvpTdFNoBUc3RMfwTKr1WW9KgqVe4WNR64kldYqvSrM/ZlX24iqx/HRqKeDNPdQXsO DqSfEbFtyS8y9bs+ASNU+ebczyDYtm0FR2VZZ/WTK69KV5XsxE3NnteZwZKlhIDQhJ+2Vj bUV/1YtUNuJyIJPGXyvkrDCSyYkqd2cYz4b/C/eWJjPdUapTlUfdk0JZTevRxwBZCjlJzb ZJAD7q0EKfBZGKSPIr/xMo0fBGs6UqPozYsddPzR+EG+g2Z+DptQWzHhR8apHZDxQGiSVC vYGZxUp/KY8qpAJZeYCCVaSTTU4XQXhXtNv+90HpWK9+WI/upr82hR9jVLOzrQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1646522951; a=rsa-sha256; cv=none; b=n4Yhm3nQq3qcgBdCla9VVgZTCHQbG7DYJFHhCZ5KyekLO6w7/UOT3sktNDvWtxiIWOLZNG R7/nc210Q4rt2TNVa0jeTAdAxr2ajEb4Vu2rDMXxju52/bZ2Nx12pe4+QXGjEKufRUrp0e 3KJIA1iVXdsGvcxwxhQGp28oQO6wTTD+22GJOCpDf+wy95V8jH6DEH4g49Q6IoSsgaGljM Sc8aREpDFa8vclPMxCI2fqke47Sr9hOCaHpEB+LZApB2zcUICjjwEX9J4TdWD8kzQysVYy 0ZsfTPLgucKzF1eugTwCykaoLb46SLb5nLiJ5iKRJTha33ZGm5uktBp+XlArvg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=XAgvSl49; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.14 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=XAgvSl49; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 55F61204B5 X-Spam-Score: -3.14 X-Migadu-Scanner: scn0.migadu.com X-TUID: F2ucQCnuzj6/ * 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 240c58b665..e787c20d7e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6390,3 +6390,32 @@ (define-public python-tweepy (description "This package provides @code{Tweepy}, an easy-to-use Python 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))) base-commit: 0c6bf910efd090f0aa0479ba727e5e68655e9b68 -- 2.34.0