GNU bug report logs - #52064
[PATCH] gnu: Add python-sodapy.

Previous Next

Package: guix-patches;

Reported by: Luis Felipe <luis.felipe.la <at> protonmail.com>

Date: Tue, 23 Nov 2021 19:23:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#52064: closed ([PATCH] gnu: Add python-sodapy.)
Date: Wed, 04 Jan 2023 01:09:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 03 Jan 2023 20:08:11 -0500
with message-id <87v8lnw1hg.fsf_-_ <at> gmail.com>
and subject line Re: bug#52064: [PATCH] gnu: Add python-sodapy.
has caused the debbugs.gnu.org bug report #52064,
regarding [PATCH] gnu: Add python-sodapy.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
52064: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52064
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Luis Felipe <luis.felipe.la <at> protonmail.com>
To: Luis Felipe via Guix-patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add python-sodapy.
Date: Tue, 23 Nov 2021 19:22:27 +0000
[Message part 3 (text/plain, inline)]
Hi, this is a new package pretty much imported by Guix from Pypi. I installed it, tried it out with the following code in a Python interpreter, and it worked.

~~~
from sodapy import Socrata

client = Socrata("www.datos.gov.co", None)

# First 100 results, returned as JSON from API / converted to Python list of
# dictionaries by sodapy.
results = client.get("gt2j-8ykr", limit=100)

results
~~~

I then generated the attached patch by following the packaging videos (https://guix.gnu.org/en/videos/2020/packaging-part-one/).

I hope it works (but I can make changes if it doesn't),

---
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/
[0001-gnu-Add-python-sodapy.patch (text/x-patch, attachment)]
[publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc (application/pgp-keys, attachment)]
[signature.asc (application/pgp-signature, attachment)]
[Message part 7 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Luis Felipe <luis.felipe.la <at> protonmail.com>
Cc: 52064-done <at> debbugs.gnu.org
Subject: Re: bug#52064: [PATCH] gnu: Add python-sodapy.
Date: Tue, 03 Jan 2023 20:08:11 -0500
Hi Luis Felipe,

Unfortunately sodapy is not maintained anymore (see:
https://github.com/xmunoz/sodapy), so I think it'd be best to not
include it at this time.

I'll close this issue, but if you know of a maintained fork, feel free
to re-open it!

-- 
Thanks,
Maxim


This bug report was last modified 2 years and 194 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.