From f02bd660b0333735d97980b9ea9fd509dd1c4f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?= 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