pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python
Module Name: pkgsrc
Committed By: wiz
Date: Thu Sep 3 15:44:54 UTC 2020
Modified Files:
pkgsrc/lang/python: versioned_dependencies.mk
Log Message:
python: support py-cairo in versioned_dependencies.mk
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/lang/python/versioned_dependencies.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python/versioned_dependencies.mk
diff -u pkgsrc/lang/python/versioned_dependencies.mk:1.43 pkgsrc/lang/python/versioned_dependencies.mk:1.44
--- pkgsrc/lang/python/versioned_dependencies.mk:1.43 Tue Sep 1 04:06:27 2020
+++ pkgsrc/lang/python/versioned_dependencies.mk Thu Sep 3 15:44:54 2020
@@ -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