mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: python-pycairo: Add 'upstream-name' property.
* gnu/packages/gtk.scm (python-pycairo)[properties]: New field.
This commit is contained in:
parent
ed1fbf9996
commit
71289da723
1 changed files with 2 additions and 0 deletions
|
@ -1889,6 +1889,8 @@ printing and other features typical of a source code editor.")
|
||||||
(synopsis "Python bindings for cairo")
|
(synopsis "Python bindings for cairo")
|
||||||
(description
|
(description
|
||||||
"Pycairo is a set of Python bindings for the Cairo graphics library.")
|
"Pycairo is a set of Python bindings for the Cairo graphics library.")
|
||||||
|
(properties
|
||||||
|
'((upstream-name . "pycairo")))
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
;; Pycairo no longer supports Python 2 since version 1.19.0, so we stick
|
;; Pycairo no longer supports Python 2 since version 1.19.0, so we stick
|
||||||
|
|
Loading…
Add table
Reference in a new issue