From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: bug#34266: pypi importer cannot handle [ and ] correctly Date: Thu, 31 Jan 2019 19:25:12 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpH2L-0006ew-P3 for bug-guix@gnu.org; Thu, 31 Jan 2019 13:26:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpH2J-0002VE-Ge for bug-guix@gnu.org; Thu, 31 Jan 2019 13:26:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54026) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gpH2J-0002V5-Cw for bug-guix@gnu.org; Thu, 31 Jan 2019 13:26:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gpH2I-00087q-Sf for bug-guix@gnu.org; Thu, 31 Jan 2019 13:26:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:60763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpH1g-0005zr-Ip for bug-guix@gnu.org; Thu, 31 Jan 2019 13:25:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpH1X-0001zm-Gx for bug-guix@gnu.org; Thu, 31 Jan 2019 13:25:20 -0500 Received: from mx1.riseup.net ([198.252.153.129]:35780) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gpH1R-0001tw-UN for bug-guix@gnu.org; Thu, 31 Jan 2019 13:25:11 -0500 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 4297C1A02BA for ; Thu, 31 Jan 2019 10:25:08 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id 89E521C2204 for ; Thu, 31 Jan 2019 10:25:07 -0800 (PST) Content-Language: en-US List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 34266@debbugs.gnu.org $ ./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))