GNU bug report logs - #24450
pypi importer outputs strange character series in optional dependency case.

Previous Next

Package: guix;

Reported by: ng0 <ng0 <at> we.make.ritual.n0.is>

Date: Fri, 16 Sep 2016 20:02:01 UTC

Severity: normal

Tags: patch

Merged with 24557, 33047, 33569, 34266

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: swedebugia <swedebugia <at> riseup.net>
Subject: bug#34266: closed (Re: bug#24450: [PATCHv3] Re: pypi importer
 outputs strange character series in optional dependency case.)
Date: Tue, 02 Jul 2019 01:55:05 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#24450: pypi importer cannot handle [ and ] correctly

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 34266 <at> debbugs.gnu.org.

-- 
24450: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24450
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de>
Cc: 24450-done <at> debbugs.gnu.org
Subject: Re: bug#24450: [PATCHv3] Re: pypi importer outputs strange character
 series in optional dependency case.
Date: Tue, 02 Jul 2019 10:54:30 +0900
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:

> Here's the current patch set, version 3, with the modifications
> as discussed in the previous exchanges [...]

I've now merged this patch series (version 3) into master, with top
commit 4b60ab8c006964d026dee8cf5f1260eba0b2bb81.

Closing.

Thank you!

Maxim

[Message part 3 (message/rfc822, inline)]
From: swedebugia <swedebugia <at> riseup.net>
To: Report new Guix bug <bug-guix <at> gnu.org>
Subject: pypi importer cannot handle [ and ] correctly
Date: Thu, 31 Jan 2019 19:25:12 +0100
$ ./pre-inst-env guix import pypi beaker

following redirection to `https://pypi.org/pypi/Beaker/json'...

Starting download of /tmp/guix-file.p15GJZ
From 
https://files.pythonhosted.org/packages/c2/21/b052b2fbfee3def06670923d5d34b0d353d4c278013e4a714c3fb663f150/Beaker-1.10.0.tar.gz...
 ...0.0.tar.gz  40KiB                 521KiB/s 00:00 
[##################] 100.0%
(package
  (name "python-beaker")
  (version "1.10.0")
  (source
    (origin
      (method url-fetch)
      (uri (pypi-uri "beaker" version))
      (sha256
        (base32
          "0l047yl3n9b3w7ba0wrqdb5fpww5y8pjy20kah2mlpr230lqjwk0"))))
  (build-system python-build-system)
  (propagated-inputs
    `(("python-[crypto]" ,#{python-\x5b;crypto\x5d;}#)
      ("python-[cryptography]"
       ,#{python-\x5b;cryptography\x5d;}#)
      ("python-[pycrypto]"
       ,#{python-\x5b;pycrypto\x5d;}#)
      ("python-[pycryptodome]"
       ,#{python-\x5b;pycryptodome\x5d;}#)
      ("python-[testsuite]"
       ,#{python-\x5b;testsuite\x5d;}#)
      ("python-coverage" ,python-coverage)
      ("python-cryptography" ,python-cryptography)
      ("python-cryptography" ,python-cryptography)
      ("python-funcsigs" ,python-funcsigs)
      ("python-memcached" ,python-memcached)
      ("python-mock" ,python-mock)
      ("python-nose" ,python-nose)
      ("python-pycrypto" ,python-pycrypto)
      ("python-pycryptodome" ,python-pycryptodome)
      ("python-pycryptodome" ,python-pycryptodome)
      ("python-pycryptopp" ,python-pycryptopp)
      ("python-pylibmc" ,python-pylibmc)
      ("python-pymongo" ,python-pymongo)
      ("python-redis" ,python-redis)
      ("python-sqlalchemy" ,python-sqlalchemy)
      ("python-webtest" ,python-webtest)))
  (home-page "https://beaker.readthedocs.io/")
  (synopsis
    "A Session and Caching library with WSGI Middleware")
  (description
    "A Session and Caching library with WSGI Middleware")
  (license license:bsd-3))



This bug report was last modified 6 years and 13 days ago.

Previous Next


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