all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48256] [PATCH] gnu: python-pycurl: Migrate uri from bintray.
@ 2021-05-06 15:09 Greg Hogan
  2021-05-11 10:35 ` bug#48256: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2021-05-06 15:09 UTC (permalink / raw)
  To: 48256


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

The bintray service provided by jfrog is no longer available and all
downloads have been removed.

From 1c75b182fb48894da8d1be58084b8c63811ff8c3 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 6 May 2021 15:03:54 +0000
Subject: [PATCH] gnu: python-pycurl: Migrate uri from bintray.

* gnu/packages/python-web.scm (python-pycurl)[source]: Download from pypi.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f13fb5b5c2..3d9bc390bf 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -41,6 +41,7 @@
 ;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen@fastmail.net>
 ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
+;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1206,8 +1207,7 @@ Amazon S3 compatible object storage server.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://dl.bintray.com/pycurl/pycurl/pycurl-"
-                           version ".tar.gz"))
+       (uri (pypi-uri "pycurl" version))
        (sha256
         (base32 "1cwlb76vddqp2mxqvjbhf367caddzy82rhangddjjhjqaj8x4zgc"))))
     (build-system python-build-system)
--
2.31.1

[-- Attachment #1.2: Type: text/html, Size: 2183 bytes --]

[-- Attachment #2: 0001-gnu-python-pycurl-Migrate-uri-from-bintray.patch --]
[-- Type: application/octet-stream, Size: 1291 bytes --]

From 1c75b182fb48894da8d1be58084b8c63811ff8c3 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 6 May 2021 15:03:54 +0000
Subject: [PATCH] gnu: python-pycurl: Migrate uri from bintray.

* gnu/packages/python-web.scm (python-pycurl)[source]: Download from pypi.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f13fb5b5c2..3d9bc390bf 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -41,6 +41,7 @@
 ;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen@fastmail.net>
 ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
+;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1206,8 +1207,7 @@ Amazon S3 compatible object storage server.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://dl.bintray.com/pycurl/pycurl/pycurl-"
-                           version ".tar.gz"))
+       (uri (pypi-uri "pycurl" version))
        (sha256
         (base32 "1cwlb76vddqp2mxqvjbhf367caddzy82rhangddjjhjqaj8x4zgc"))))
     (build-system python-build-system)
-- 
2.31.1


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

* bug#48256: [PATCH] gnu: python-pycurl: Migrate uri from bintray.
  2021-05-06 15:09 [bug#48256] [PATCH] gnu: python-pycurl: Migrate uri from bintray Greg Hogan
@ 2021-05-11 10:35 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-05-11 10:35 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 48256-done

Greg Hogan <code@greghogan.com> skribis:

> From 1c75b182fb48894da8d1be58084b8c63811ff8c3 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Thu, 6 May 2021 15:03:54 +0000
> Subject: [PATCH] gnu: python-pycurl: Migrate uri from bintray.
>
> * gnu/packages/python-web.scm (python-pycurl)[source]: Download from pypi.

Applied, thanks!




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

end of thread, other threads:[~2021-05-11 10:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06 15:09 [bug#48256] [PATCH] gnu: python-pycurl: Migrate uri from bintray Greg Hogan
2021-05-11 10:35 ` bug#48256: " Ludovic Courtès

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.