From unknown Tue Jun 17 01:50:49 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#52995 <52995@debbugs.gnu.org> To: bug#52995 <52995@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-tweepy. Reply-To: bug#52995 <52995@debbugs.gnu.org> Date: Tue, 17 Jun 2025 08:50:49 +0000 retitle 52995 [PATCH] gnu: Add python-tweepy. reassign 52995 guix-patches submitter 52995 Giacomo Leidi severity 52995 normal tag 52995 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 03 19:12:51 2022 Received: (at submit) by debbugs.gnu.org; 4 Jan 2022 00:12:51 +0000 Received: from localhost ([127.0.0.1]:36570 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n4XRT-0004iQ-Gi for submit@debbugs.gnu.org; Mon, 03 Jan 2022 19:12:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:47220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n4XRR-0004iH-HA for submit@debbugs.gnu.org; Mon, 03 Jan 2022 19:12:42 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34422) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4XRR-0003Uv-Cu for guix-patches@gnu.org; Mon, 03 Jan 2022 19:12:41 -0500 Received: from latitanza.investici.org ([82.94.249.234]:48273) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4XRO-0004BC-Rp for guix-patches@gnu.org; Mon, 03 Jan 2022 19:12:41 -0500 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4JSY353dqBzGp42; Tue, 4 Jan 2022 00:12:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1641255153; bh=yVrcoCutHpoBkRCC+LmZs5I5NFMxVUfpox2nl7bGbSc=; h=From:To:Cc:Subject:Date:From; b=mqOAl1ciTcTxoAFgI4ae04PIvg5lmIZnkr/+SxQDtt85yKUvJu1RsUt3a1ho9coCg 1A3tY4AsXXwGzGwV0G9yUx6S3ugxQjegJE60NVMZzjwKgLlAR6jmUjAA2STcI3hsCu CP0naWRJ9o1TPqnp1l6p5flpI2WmZjhFrrR4w3RA= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4JSY352nmVzGp40; Tue, 4 Jan 2022 00:12:33 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-tweepy. Date: Tue, 4 Jan 2022 01:12:10 +0100 Message-Id: <20220104001210.21299-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=82.94.249.234; envelope-from=goodoldpaul@autistici.org; helo=latitanza.investici.org X-Spam_score_int: -1 X-Spam_score: -0.2 X-Spam_bar: / X-Spam_report: (-0.2 / 5.0 requ) DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/python-web.scm (python-tweepy): New variable. --- gnu/packages/python-web.scm | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index bc7e21ca85..00598e8307 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -39,7 +39,7 @@ ;;; Copyright © 2020 Edouard Klein ;;; Copyright © 2020, 2021 Vinicius Monego ;;; Copyright © 2020 Konrad Hinsen -;;; Copyright © 2020 Giacomo Leidi +;;; Copyright © 2020, 2022 Giacomo Leidi ;;; Copyright © 2021 Ekaitz Zarraga ;;; Copyright © 2021 Greg Hogan ;;; Copyright © 2021 Maxime Devos @@ -6264,3 +6264,36 @@ (define-public python-mwparserfromhell Full documentation may be found at @uref{https://mwparserfromhell.readthedocs.io, ReadTheDocs}") (license license:expat))) + +(define-public python-tweepy + (package + (name "python-tweepy") + (version "4.4.0") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/tweepy/tweepy") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jl3j20iqvzqqw5q5ldval5wrc2pdx94zff3b6b87j51yjx3qjhr")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "python" "-m" "unittest" "discover" "tests"))))))) + (propagated-inputs + (list python-aiohttp python-requests python-requests-oauthlib)) + (native-inputs + (list python-vcrpy)) + (home-page "https://www.tweepy.org/") + (synopsis "Twitter library for Python") + (description "This package provides @code{Tweepy}, an easy-to-use Python +library for accessing the Twitter API.") + (license license:expat))) base-commit: 01ec5efff7cf95cae69493bd4ccfdd21a38770ae -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 24 12:22:35 2022 Received: (at 52995) by debbugs.gnu.org; 24 Jan 2022 17:22:35 +0000 Received: from localhost ([127.0.0.1]:45615 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nC335-00064l-4E for submit@debbugs.gnu.org; Mon, 24 Jan 2022 12:22:35 -0500 Received: from latitanza.investici.org ([82.94.249.234]:45315) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nC32o-00064H-Fq for 52995@debbugs.gnu.org; Mon, 24 Jan 2022 12:22:33 -0500 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4JjGy20g56zGp4W for <52995@debbugs.gnu.org>; Mon, 24 Jan 2022 17:22:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1643044938; bh=YCy+QGPI9FTzSPgtRcJnmI4hjTuTcwemZK8LCZomlHs=; h=Date:From:To:From; b=m4/7lJ4gmyiGyU4tZbgGveGnWc+fzL37K82sQwyVD66al0m88ZI6FhVWP+spI51Ou 9rfwA9BR7bBCqKmGFIInB53QPHzNhu038jJBgrz3/GsKDF6ZR5L8xNRujnEOsqnupk MFyAln4gGeHSKIjFSrAU0ZI0jgy8xiISri2/C+Ao= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4JjGy1712hzGp4L for <52995@debbugs.gnu.org>; Mon, 24 Jan 2022 17:22:17 +0000 (UTC) Date: Mon, 24 Jan 2022 18:22:12 +0100 From: paul To: 52995 <52995@debbugs.gnu.org> Message-Id: <0L586R.TF8IOSLQNLZ53@autistici.org> X-Mailer: geary/40.0 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=-ZgT5zTlqN5mv0451kgis" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This is a friendly ping :) Thank you for your time and efforts This is a friendly ping :) Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 T_SPF_HELO_TEMPERROR SPF: test of HELO record failed (temperror) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 HTML_MESSAGE BODY: HTML included in message 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: 52995 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) --=-ZgT5zTlqN5mv0451kgis Content-Type: text/plain; charset=us-ascii; format=flowed This is a friendly ping :) Thank you for your time and efforts --=-ZgT5zTlqN5mv0451kgis Content-Type: text/html; charset=us-ascii
This is a friendly ping :)

Thank you for your time and efforts
--=-ZgT5zTlqN5mv0451kgis-- From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 01 18:02:09 2023 Received: (at 52995-done) by debbugs.gnu.org; 1 Sep 2023 22:02:10 +0000 Received: from localhost ([127.0.0.1]:34331 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qcCDR-0004Hh-L6 for submit@debbugs.gnu.org; Fri, 01 Sep 2023 18:02:09 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:34036) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qcCDP-0004HG-Fc for 52995-done@debbugs.gnu.org; Fri, 01 Sep 2023 18:02:07 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 244B51AA7B; Fri, 1 Sep 2023 15:01:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1693605709; bh=HkYIcYd+lDzKqPUmAVsii73gYcMrNQbq5L6hPEW5uaU=; h=From:To:Subject:In-Reply-To:References:Date:From; b=Yn9EUTnlNZ2dj0Y/P00V/woFz8CfnBaMt0HI/bgva5G8NubGN12cH+/3b4eUWepkD lZ9YRxymXLqvJMRvYMFh/tb5XjvSyTzugDCIgh0k3mxVamk3S5Hft30Zo7pFUca20f g38YMrh1dre7/8B9udXZ6JwWY2VnSd+QRLC0QPDvugEIdX4I92si/fKK6savccwzzq DoDshCvejAxDdFNnLM0peVXdHoTUYUwvtib2bwrgXZxkN1oyWXnUvPUXqplZ8ruxF9 Sc6lei+52YJ+Te7WDgggQ8djgTclE3mbfcLbFbO36Oz30uJwnsNOJVfqpZ6hpbwCMh zmjXycDGOCBKg== From: Vagrant Cascadian To: Giacomo Leidi , 52995-done@debbugs.gnu.org Subject: Re: [bug#52995] [PATCH] gnu: Add python-tweepy. In-Reply-To: <20220104001210.21299-1-goodoldpaul@autistici.org> References: <20220104001210.21299-1-goodoldpaul@autistici.org> Date: Fri, 01 Sep 2023 15:01:45 -0700 Message-ID: <87edjhsgc6.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 52995-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain On 2022-01-04, Giacomo Leidi wrote: > +(define-public python-tweepy > + (package > + (name "python-tweepy") > + (version "4.4.0") This was merged as: 13b905bf28ec6309043bd61c5a92744b13352021 gnu: Add python-tweepy. Marking as done. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZPJfSgAKCRDcUY/If5cW qr+1AP0dBTGlpCsFEILXB5845sYJvyDyg8InZlMgb+hbsbvkdQD/UkqQ++Xu/NTY dh9ULr5HytvejcqOMROauceHz78Ouwc= =a42q -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Jun 17 01:50:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 30 Sep 2023 11:24:35 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator