unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: swedebugia <swedebugia@riseup.net>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: 34266@debbugs.gnu.org, 24450@debbugs.gnu.org
Subject: bug#24450: bug#34266: pypi importer cannot handle [ and ] correctly
Date: Sat, 30 Mar 2019 08:59:12 +0100	[thread overview]
Message-ID: <991a432d-e5b8-88cd-ee47-bb60af1a8dbe@riseup.net> (raw)
In-Reply-To: <87va022tz3.fsf@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 3941 bytes --]

On 2019-03-29 05:19, Maxim Cournoyer wrote:
> swedebugia <swedebugia@riseup.net> writes:
> 
>> $ ./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))
> 
> Testing with my soon-to-be sent for review changes:
> 
> --8<---------------cut here---------------start------------->8---
> ./pre-inst-env guix import pypi beaker
> following redirection to `https://pypi.org/pypi/Beaker/json'...
> 
> Starting download of /tmp/guix-file.0MWu4B
> From https://files.pythonhosted.org/packages/76/87/ecc1a222f0caaa7ba7b8928737e89b2e91b8c22450c12b8a51ee625a4d87/Beaker-1.10.1.tar.gz...
>  …0.1.tar.gz  40KiB                   487KiB/s 00:00 [##################] 100.0%
> (package
>   (name "python-beaker")
>   (version "1.10.1")
>   (source
>     (origin
>       (method url-fetch)
>       (uri (pypi-uri "beaker" version))
>       (sha256
>         (base32
>           "16zdjfl8v73yl1capph0n371vd26c7zpzb48n505ip32ffgmvc4f"))))
>   (build-system python-build-system)
>   (native-inputs
>     `(("python-coverage" ,python-coverage)
>       ("python-cryptography" ,python-cryptography)
>       ("python-memcached" ,python-memcached)
>       ("python-mock" ,python-mock)
>       ("python-nose" ,python-nose)
>       ("python-pycryptodome" ,python-pycryptodome)
>       ("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))
> --8<---------------cut here---------------end--------------->8---
> 
> Looking better?

Perfect!

-- 
Cheers Swedebugia


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

      reply	other threads:[~2019-03-30  7:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-31 18:25 bug#34266: pypi importer cannot handle [ and ] correctly swedebugia
2019-03-29  4:19 ` Maxim Cournoyer
2019-03-30  7:59   ` swedebugia [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=991a432d-e5b8-88cd-ee47-bb60af1a8dbe@riseup.net \
    --to=swedebugia@riseup.net \
    --cc=24450@debbugs.gnu.org \
    --cc=34266@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).