From: "José Miguel Sánchez García" <jmi2k@openmailbox.org>
To: Arun Isaac <arunisaac@systemreboot.net>
Cc: 27026@debbugs.gnu.org
Subject: bug#27026: [PATCH] gnu: python-cairocffi: Update to 0.8.0.
Date: Tue, 23 May 2017 17:39:09 +0200 [thread overview]
Message-ID: <13c58c6b4d919e7eb0448bc7ed5b14a2@openmailbox.org> (raw)
In-Reply-To: <a71ab1b3.AEAAKdIQjMIAAAAAAAAAAAPCjAEAAAACwQwAAAAAAAW9WABZI4vx@mailjet.com>
[-- 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
next prev parent reply other threads:[~2017-05-23 15:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2017-05-24 9:44 ` Arun Isaac
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=13c58c6b4d919e7eb0448bc7ed5b14a2@openmailbox.org \
--to=jmi2k@openmailbox.org \
--cc=27026@debbugs.gnu.org \
--cc=arunisaac@systemreboot.net \
/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 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.