* [bug#52995] [PATCH] gnu: Add python-tweepy.
@ 2022-01-04 0:12 Giacomo Leidi via Guix-patches via
2022-01-24 17:22 ` [bug#52995] (no subject) paul via Guix-patches via
2023-09-01 22:01 ` bug#52995: [PATCH] gnu: Add python-tweepy Vagrant Cascadian
0 siblings, 2 replies; 3+ messages in thread
From: Giacomo Leidi via Guix-patches via @ 2022-01-04 0:12 UTC (permalink / raw)
To: 52995; +Cc: Giacomo Leidi
* 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 <edk@beaver-labs.com>
;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen@fastmail.net>
-;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
+;;; Copyright © 2020, 2022 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
@@ -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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#52995] (no subject)
2022-01-04 0:12 [bug#52995] [PATCH] gnu: Add python-tweepy Giacomo Leidi via Guix-patches via
@ 2022-01-24 17:22 ` paul via Guix-patches via
2023-09-01 22:01 ` bug#52995: [PATCH] gnu: Add python-tweepy Vagrant Cascadian
1 sibling, 0 replies; 3+ messages in thread
From: paul via Guix-patches via @ 2022-01-24 17:22 UTC (permalink / raw)
To: 52995
[-- Attachment #1: Type: text/plain, Size: 65 bytes --]
This is a friendly ping :)
Thank you for your time and efforts
[-- Attachment #2: Type: text/html, Size: 285 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#52995: [PATCH] gnu: Add python-tweepy.
2022-01-04 0:12 [bug#52995] [PATCH] gnu: Add python-tweepy Giacomo Leidi via Guix-patches via
2022-01-24 17:22 ` [bug#52995] (no subject) paul via Guix-patches via
@ 2023-09-01 22:01 ` Vagrant Cascadian
1 sibling, 0 replies; 3+ messages in thread
From: Vagrant Cascadian @ 2023-09-01 22:01 UTC (permalink / raw)
To: Giacomo Leidi, 52995-done
[-- Attachment #1: Type: text/plain, Size: 264 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-01 22:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-04 0:12 [bug#52995] [PATCH] gnu: Add python-tweepy Giacomo Leidi via Guix-patches via
2022-01-24 17:22 ` [bug#52995] (no subject) paul via Guix-patches via
2023-09-01 22:01 ` bug#52995: [PATCH] gnu: Add python-tweepy Vagrant Cascadian
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.