all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30856] [PATCH] gnu: python-ptyprocess: Update source URL.
@ 2018-03-19 15:29 Oleg Pykhalov
  2018-03-19 20:59 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Oleg Pykhalov @ 2018-03-19 15:29 UTC (permalink / raw)
  To: 30856

* gnu/packages/python.scm (python-ptyprocess)[origin](source): Update URL.
---
 gnu/packages/python.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 05d339060..5915561ff 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5619,8 +5619,9 @@ markdown_py is also provided to convert Markdown files to HTML.")
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-"
-             version ".tar.gz"))
+             "https://pypi.python.org/packages/51/83/"
+             "5d07dc35534640b06f9d9f1a1d2bc2513fb9cc7595a1b0e28ae5477056ce/"
+             "ptyprocess-" version ".tar.gz"))
        (sha256
         (base32
          "0ra31k10v3629xq0kdn8lwmfbi97anmk48r03yvh7mks0kq96hg6"))))
-- 
2.16.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#30856] [PATCH] gnu: python-ptyprocess: Update source URL.
  2018-03-19 15:29 [bug#30856] [PATCH] gnu: python-ptyprocess: Update source URL Oleg Pykhalov
@ 2018-03-19 20:59 ` Leo Famulari
  2018-03-20 18:47   ` Oleg Pykhalov
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-03-19 20:59 UTC (permalink / raw)
  To: Oleg Pykhalov; +Cc: 30856

[-- Attachment #1: Type: text/plain, Size: 986 bytes --]

On Mon, Mar 19, 2018 at 06:29:31PM +0300, Oleg Pykhalov wrote:
> * gnu/packages/python.scm (python-ptyprocess)[origin](source): Update URL.
> ---
>  gnu/packages/python.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 05d339060..5915561ff 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -5619,8 +5619,9 @@ markdown_py is also provided to convert Markdown files to HTML.")
>       (origin
>         (method url-fetch)
>         (uri (string-append
> -             "https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-"
> -             version ".tar.gz"))
> +             "https://pypi.python.org/packages/51/83/"
> +             "5d07dc35534640b06f9d9f1a1d2bc2513fb9cc7595a1b0e28ae5477056ce/"
> +             "ptyprocess-" version ".tar.gz"))

Can it use pypi-uri? That way we wouldn't have to update this hash for
each new version.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#30856] [PATCH] gnu: python-ptyprocess: Update source URL.
  2018-03-19 20:59 ` Leo Famulari
@ 2018-03-20 18:47   ` Oleg Pykhalov
  0 siblings, 0 replies; 3+ messages in thread
From: Oleg Pykhalov @ 2018-03-20 18:47 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 30856, 30856-done

[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]

Leo Famulari <leo@famulari.name> writes:

> On Mon, Mar 19, 2018 at 06:29:31PM +0300, Oleg Pykhalov wrote:
>> * gnu/packages/python.scm (python-ptyprocess)[origin](source): Update URL.
>> ---
>>  gnu/packages/python.scm | 5 +++--
>>  1 file changed, 3 insertions(+), 2 deletions(-)
>> 
>> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
>> index 05d339060..5915561ff 100644
>> --- a/gnu/packages/python.scm
>> +++ b/gnu/packages/python.scm
>> @@ -5619,8 +5619,9 @@ markdown_py is also provided to convert Markdown files to HTML.")
>>       (origin
>>         (method url-fetch)
>>         (uri (string-append
>> -             "https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-"
>> -             version ".tar.gz"))
>> +             "https://pypi.python.org/packages/51/83/"
>> +             "5d07dc35534640b06f9d9f1a1d2bc2513fb9cc7595a1b0e28ae5477056ce/"
>> +             "ptyprocess-" version ".tar.gz"))
>
> Can it use pypi-uri? That way we wouldn't have to update this hash for
> each new version.

It can.  Thank you! 

Pushed as 8c4bd04c86cc43252b2f9473f398717970b77234

I'll close the bug report.

Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-20 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-19 15:29 [bug#30856] [PATCH] gnu: python-ptyprocess: Update source URL Oleg Pykhalov
2018-03-19 20:59 ` Leo Famulari
2018-03-20 18:47   ` Oleg Pykhalov

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.