Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python python: support py-cairo in versioned_depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de89861106ac
branches:  trunk
changeset: 437947:de89861106ac
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 03 15:44:54 2020 +0000

description:
python: support py-cairo in versioned_dependencies.mk

diffstat:

 lang/python/versioned_dependencies.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 6265a65d1940 -r de89861106ac lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk     Thu Sep 03 15:44:33 2020 +0000
+++ b/lang/python/versioned_dependencies.mk     Thu Sep 03 15:44:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.43 2020/09/01 04:06:27 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.44 2020/09/03 15:44:54 wiz Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -9,7 +9,7 @@
 # PYTHON_VERSIONED_DEPENDENCIES
 #       The Python package which should be added as a dependency.
 #
-#       Possible values: Pmw X cherrypy dialog html2text ipython jsonlib more-itertools python-digest sphinx test zipp
+#       Possible values: Pmw X cairo cherrypy dialog eliot html2text ipython jsonlib more-itertools python-digest rsa setuptools sphinx test zipp
 #       Default: (nothing)
 #
 
@@ -19,6 +19,7 @@
 _SUPPORTED_PACKAGES=   # empty
 _SUPPORTED_PACKAGES+=  Pmw x11/py-Pmw x11/py-Pmw2
 _SUPPORTED_PACKAGES+=  X textproc/py-X2 textproc/py-X
+_SUPPORTED_PACKAGES+=  cairo graphics/py-cairo118 graphics/py-cairo
 _SUPPORTED_PACKAGES+=  cherrypy www/py-cherrypy17 www/py-cherrypy
 _SUPPORTED_PACKAGES+=  dialog devel/py-dialog2 devel/py-dialog
 _SUPPORTED_PACKAGES+=  eliot sysutils/py-eliot17 sysutils/py-eliot



Home | Main Index | Thread Index | Old Index