GNU bug report logs - #33438
[PATCH] gnu: Add python-wikidata.

Previous Next

Package: guix-patches;

Reported by: swedebugia <swedebugia <at> riseup.net>

Date: Mon, 19 Nov 2018 23:11:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33438 in the body.
You can then email your comments to 33438 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#33438; Package guix-patches. (Mon, 19 Nov 2018 23:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to swedebugia <swedebugia <at> riseup.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 19 Nov 2018 23:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: swedebugia <swedebugia <at> riseup.net>
To: guix-patches <at> gnu.org, Pjotr Prins <pjotr.public12 <at> thebird.nl>
Subject: [PATCH] gnu: Add python-wikidata.
Date: Tue, 20 Nov 2018 00:09:43 +0100
[Message part 1 (text/plain, inline)]
First step towards integration between Guix<->Wikidata :D
-- 
Cheers
Swedebugia
[0001-gnu-Add-python-wikidata.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#33438; Package guix-patches. (Mon, 19 Nov 2018 23:34:01 GMT) Full text and rfc822 format available.

Message #8 received at 33438 <at> debbugs.gnu.org (full text, mbox):

From: swedebugia <swedebugia <at> riseup.net>
To: 33438 <at> debbugs.gnu.org, pjotr.public12 <at> thebird.nl
Subject: Re: [bug#33438] [PATCH] gnu: Add python-wikidata.
Date: Tue, 20 Nov 2018 00:33:25 +0100
On 2018-11-20 00:09, swedebugia wrote:
> First step towards integration between Guix<->Wikidata :D

The pypi-url did not look in the right place for the file so I hardcoded 
the url.

"guix import pypi wikidata" found the correct url - no idea why "guix 
build" did not.

-- 
Cheers
Swedebugia




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Wed, 21 Nov 2018 10:31:01 GMT) Full text and rfc822 format available.

Notification sent to swedebugia <swedebugia <at> riseup.net>:
bug acknowledged by developer. (Wed, 21 Nov 2018 10:31:02 GMT) Full text and rfc822 format available.

Message #13 received at 33438-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: swedebugia <swedebugia <at> riseup.net>
Cc: 33438-done <at> debbugs.gnu.org, pjotr.public12 <at> thebird.nl
Subject: Re: [bug#33438] [PATCH] gnu: Add python-wikidata.
Date: Wed, 21 Nov 2018 11:29:50 +0100
[Message part 1 (text/plain, inline)]
Hello,

swedebugia <swedebugia <at> riseup.net> skribis:

>>From 76c5e10a1a8f3657408a48170547becd9674898d Mon Sep 17 00:00:00 2001
> From: swedebugia <swedebugia <at> riseup.net>
> Date: Tue, 20 Nov 2018 00:07:19 +0100
> Subject: [PATCH] gnu: Add python-wikidata.
>
> * gnu/packages/python.scm: New variable.

Applied with these changes:

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e13c1cad39..d87b1315e6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -14625,7 +14625,7 @@ RFC 8265 and RFC 8266.")
     (source
      (origin
        (method url-fetch)
-       (uri "https://files.pythonhosted.org/packages/8a/60/461dd0d04110bd55cea21bf5b3e58c3662955f5470e7ea0ea4a5542d1733/Wikidata-0.6.1.tar.gz")
+       (uri (pypi-uri "Wikidata" version))
        (sha256
         (base32
          "08nlnydddfp1jj0cdmshvld1irzngbp3dij928wqsg9ziklm6mw9"))))
@@ -14634,7 +14634,8 @@ RFC 8265 and RFC 8266.")
      `(("python-babel" ,python-babel)))
     (home-page "https://github.com/dahlia/wikidata")
     (synopsis "Wikidata client library")
-    (description "Wikidata SPAQL client library which provides easy APIs to
-use Wikidata.org for Python.")
-    (license license:gplv3))) ; unclear if "or later", bug filed
-
+    (description
+     "This package provides a Python interface to
+@url{https://www.wikidata.org/, Wikidata}.")
+    (properties '((upstream-name . "Wikidata")))
+    (license license:gpl3+)))
[Message part 3 (text/plain, inline)]
The ‘PKG-INFO’ file reads this:

  License: GPLv3 or later

and there are no source file headers contradicting it, so it’s
definitely GPLv3+.

Thank you!

Ludo’.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 19 Dec 2018 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 123 days ago.

Previous Next


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