[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: python-cairocffi: Update source and home-page URIs.
From: |
Arun Isaac |
Subject: |
01/02: gnu: python-cairocffi: Update source and home-page URIs. |
Date: |
Wed, 24 May 2017 05:43:26 -0400 (EDT) |
arunisaac pushed a commit to branch master
in repository guix.
commit 3015d4556f18e9f3b79b8079f6cfef17ebe22ec9
Author: José Miguel Sánchez García <address@hidden>
Date: Tue May 23 17:53:11 2017 +0200
gnu: python-cairocffi: Update source and home-page URIs.
* gnu/packages/python.scm (python-cairocffi)[source]: Update URI.
[home-page]: Update URI.
Signed-off-by: Arun Isaac <address@hidden>
---
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 54dc493..ecb037f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -39,6 +39,7 @@
;;; Copyright © 2017 Adriano Peluso <address@hidden>
;;; Copyright © 2017 Ben Sturmfels <address@hidden>
;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
+;;; Copyright © 2017 José Miguel Sánchez García <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -4772,7 +4773,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
@@ -4811,7 +4812,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