gnu: python-pycairo: Add 'upstream-name' property.

* gnu/packages/gtk.scm (python-pycairo)[properties]: New field.
This commit is contained in:
Marius Bakke 2022-07-14 02:28:04 +02:00
parent ed1fbf9996
commit 71289da723
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1889,6 +1889,8 @@ (define-public python-pycairo
(synopsis "Python bindings for cairo")
(description
"Pycairo is a set of Python bindings for the Cairo graphics library.")
(properties
'((upstream-name . "pycairo")))
(license license:lgpl3+)))
;; Pycairo no longer supports Python 2 since version 1.19.0, so we stick