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 <arunisaac@systemreboot.net>
This commit is contained in:
parent
737397355c
commit
3015d4556f
|
@ -39,6 +39,7 @@
|
||||||
;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
|
;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
|
||||||
;;; Copyright © 2017 Ben Sturmfels <ben@sturm.com.au>
|
;;; Copyright © 2017 Ben Sturmfels <ben@sturm.com.au>
|
||||||
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||||
|
;;; Copyright © 2017 José Miguel Sánchez García <jmi2k@openmailbox.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -4772,7 +4773,7 @@ support for Python 3 and PyPy. It is based on cffi.")
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; The archive on pypi is missing the 'utils' directory!
|
;; 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"))
|
version ".tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -4811,7 +4812,7 @@ support for Python 3 and PyPy. It is based on cffi.")
|
||||||
(system* "python" "setup.py" "build_sphinx")
|
(system* "python" "setup.py" "build_sphinx")
|
||||||
(copy-recursively "docs/_build/html" html)
|
(copy-recursively "docs/_build/html" html)
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "https://github.com/SimonSapin/cairocffi")
|
(home-page "https://github.com/Kozea/cairocffi")
|
||||||
(synopsis "Python bindings and object-oriented API for Cairo")
|
(synopsis "Python bindings and object-oriented API for Cairo")
|
||||||
(description
|
(description
|
||||||
"Cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of
|
"Cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of
|
||||||
|
|
Loading…
Reference in New Issue