all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#27026: [PATCH] gnu: python-cairocffi: Update to 0.8.0.
@ 2017-05-22 20:14 José Miguel Sánchez García
  2017-05-23  1:09 ` Arun Isaac
       [not found] ` <a71ab1b3.AEAAKdIQjMIAAAAAAAAAAAPCjAEAAAACwQwAAAAAAAW9WABZI4vx@mailjet.com>
  0 siblings, 2 replies; 4+ messages in thread
From: José Miguel Sánchez García @ 2017-05-22 20:14 UTC (permalink / raw)
  To: 27026

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



-- 
José Miguel Sánchez García

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-cairocffi-Update-to-0.8.0.patch --]
[-- Type: text/x-diff; name=0001-gnu-python-cairocffi-Update-to-0.8.0.patch, Size: 1408 bytes --]

From 1bdca555107d640362359b54da21c2f1d7e22500 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?=
 <jmi2k@openmailbox.org>
Date: Tue, 23 May 2017 00:04:42 +0200
Subject: [PATCH] gnu: python-cairocffi: Update to 0.8.0.

* gnu/packages/python.scm (python-cairocffi): Update to 0.8.0.
---
 gnu/packages/python.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e51405bd9..7deac5b75 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4735,17 +4735,17 @@ support for Python 3 and PyPy.  It is based on cffi.")
 (define-public python-cairocffi
   (package
     (name "python-cairocffi")
-    (version "0.6")
+    (version "0.8.0")
     (source
      (origin
       (method url-fetch)
       ;; The archive on pypi is missing the 'utils' directory!
-      (uri (string-append "https://github.com/SimonSapin/cairocffi/archive/v"
+      (uri (string-append "https://github.com/Kozea/cairocffi/archive/v"
                           version ".tar.gz"))
       (file-name (string-append name "-" version ".tar.gz"))
       (sha256
        (base32
-        "03w5p62sp3nqiccx864sbq0jvh7946277jqx3rcc3dch5xwfvv51"))))
+        "1rk2dvy3fxrga6bvvxc2fi5lbaynm5h4a0w0aaxyn3bc77rszjg9"))))
     (build-system python-build-system)
     (outputs '("out" "doc"))
     (inputs
-- 
2.13.0


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

* bug#27026: [PATCH] gnu: python-cairocffi: Update to 0.8.0.
  2017-05-22 20:14 bug#27026: [PATCH] gnu: python-cairocffi: Update to 0.8.0 José Miguel Sánchez García
@ 2017-05-23  1:09 ` Arun Isaac
       [not found] ` <a71ab1b3.AEAAKdIQjMIAAAAAAAAAAAPCjAEAAAACwQwAAAAAAAW9WABZI4vx@mailjet.com>
  1 sibling, 0 replies; 4+ messages in thread
From: Arun Isaac @ 2017-05-23  1:09 UTC (permalink / raw)
  To: José Miguel Sánchez García; +Cc: 27026


Thanks for the patch!

I think we should split this into two patches -- One for the new URL
(both source and home-page fields; you have only changed the source URL
field in this patch), and another for the package update. Could you send
an updated patchset?

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

* bug#27026: [PATCH] gnu: python-cairocffi: Update to 0.8.0.
       [not found] ` <a71ab1b3.AEAAKdIQjMIAAAAAAAAAAAPCjAEAAAACwQwAAAAAAAW9WABZI4vx@mailjet.com>
@ 2017-05-23 15:39   ` José Miguel Sánchez García
  2017-05-24  9:44     ` Arun Isaac
  0 siblings, 1 reply; 4+ messages in thread
From: José Miguel Sánchez García @ 2017-05-23 15:39 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 27026

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

On 2017-05-23 03:09, Arun Isaac wrote:
> Thanks for the patch!
> 
> I think we should split this into two patches -- One for the new URL
> (both source and home-page fields; you have only changed the source URL
> field in this patch), and another for the package update. Could you 
> send
> an updated patchset?
Sure, here you have. They should be ok, but please check the commit 
message
of the first one before pushing it.

-- 
José Miguel Sánchez García

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-cairocffi-Update-homepage-and-source-loca.patch --]
[-- Type: text/x-diff; name=0001-gnu-python-cairocffi-Update-homepage-and-source-loca.patch, Size: 1600 bytes --]

From f02bd660b0333735d97980b9ea9fd509dd1c4f51 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?=
 <jmi2k@openmailbox.org>
Date: Tue, 23 May 2017 17:53:11 +0200
Subject: [PATCH] gnu: python-cairocffi: Update homepage and source location.

* gnu/packages/python.scm (python-cairocffi)[source]: Download from new
homepage.
[home-page]: Update address.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e51405bd9..d695c839e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4740,7 +4740,7 @@ support for Python 3 and PyPy.  It is based on cffi.")
      (origin
       (method url-fetch)
       ;; The archive on pypi is missing the 'utils' directory!
-      (uri (string-append "https://github.com/SimonSapin/cairocffi/archive/v"
+      (uri (string-append "https://github.com/Kozea/cairocffi/archive/v"
                           version ".tar.gz"))
       (file-name (string-append name "-" version ".tar.gz"))
       (sha256
@@ -4779,7 +4779,7 @@ support for Python 3 and PyPy.  It is based on cffi.")
                (system* "python" "setup.py" "build_sphinx")
                (copy-recursively "docs/_build/html" html)
                #t))))))
-    (home-page "https://github.com/SimonSapin/cairocffi")
+    (home-page "https://github.com/Kozea/cairocffi")
     (synopsis "Python bindings and object-oriented API for Cairo")
     (description
      "Cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of
-- 
2.12.2


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0001-gnu-python-cairocffi-Update-to-0.8.0.patch --]
[-- Type: text/x-diff; name=0001-gnu-python-cairocffi-Update-to-0.8.0.patch, Size: 1217 bytes --]

From 1072ff5b2e38905c257c7f328f112249e54cd868 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?=
 <jmi2k@openmailbox.org>
Date: Tue, 23 May 2017 17:56:15 +0200
Subject: [PATCH] gnu: python-cairocffi: Update to 0.8.0.

* gnu/packages/python.scm (python-cairocffi): Update to 0.8.0.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d695c839e..5b9519bbf 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4735,7 +4735,7 @@ support for Python 3 and PyPy.  It is based on cffi.")
 (define-public python-cairocffi
   (package
     (name "python-cairocffi")
-    (version "0.6")
+    (version "0.8.0")
     (source
      (origin
       (method url-fetch)
@@ -4745,7 +4745,7 @@ support for Python 3 and PyPy.  It is based on cffi.")
       (file-name (string-append name "-" version ".tar.gz"))
       (sha256
        (base32
-        "03w5p62sp3nqiccx864sbq0jvh7946277jqx3rcc3dch5xwfvv51"))))
+        "1rk2dvy3fxrga6bvvxc2fi5lbaynm5h4a0w0aaxyn3bc77rszjg9"))))
     (build-system python-build-system)
     (outputs '("out" "doc"))
     (inputs
-- 
2.12.2


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

* bug#27026: [PATCH] gnu: python-cairocffi: Update to 0.8.0.
  2017-05-23 15:39   ` José Miguel Sánchez García
@ 2017-05-24  9:44     ` Arun Isaac
  0 siblings, 0 replies; 4+ messages in thread
From: Arun Isaac @ 2017-05-24  9:44 UTC (permalink / raw)
  To: José Miguel Sánchez García; +Cc: 27026-done


> Sure, here you have. They should be ok, but please check the commit
> message of the first one before pushing it.

Thanks! Pushed with a minor change to the commit message!

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

end of thread, other threads:[~2017-05-24  9:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-22 20:14 bug#27026: [PATCH] gnu: python-cairocffi: Update to 0.8.0 José Miguel Sánchez García
2017-05-23  1:09 ` Arun Isaac
     [not found] ` <a71ab1b3.AEAAKdIQjMIAAAAAAAAAAAPCjAEAAAACwQwAAAAAAAW9WABZI4vx@mailjet.com>
2017-05-23 15:39   ` José Miguel Sánchez García
2017-05-24  9:44     ` Arun Isaac

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.