diff options
author | adam <adam@pkgsrc.org> | 2021-03-10 18:44:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-03-10 18:44:02 +0000 |
commit | 38e3b88dcb0ce34d69726907582d154664099136 (patch) | |
tree | 79300429f57723cdb0433a963c8f783a36ae20cd /lang | |
parent | 0d3c9e30283ff9ad94facdbde1335299b0b09e79 (diff) | |
download | pkgsrc-38e3b88dcb0ce34d69726907582d154664099136.tar.gz |
Added py-Pillow to versioned dependencies
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/versioned_dependencies.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk index c701f1816c6..1b6bdbbd3c8 100644 --- a/lang/python/versioned_dependencies.mk +++ b/lang/python/versioned_dependencies.mk @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.48 2021/02/17 10:05:36 adam Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.49 2021/03/10 18:44:02 adam 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 cairo dialog eliot html2text hypothesis ipython jsonlib more-itertools python-digest rsa setuptools sphinx test zipp +# Possible values: Pmw Pillow X cairo dialog eliot html2text hypothesis ipython jsonlib more-itertools python-digest rsa setuptools sphinx test zipp # Default: (nothing) # @@ -18,6 +18,7 @@ # format: short name for PYTHON_VERSIONED_DEPENDENCIES<space>Python-2.x path<space>Python-3.x path _SUPPORTED_PACKAGES= # empty _SUPPORTED_PACKAGES+= Pmw x11/py-Pmw x11/py-Pmw2 +_SUPPORTED_PACKAGES+= Pillow graphics/py-Pillow6 graphics/py-Pillow _SUPPORTED_PACKAGES+= X textproc/py-X2 textproc/py-X _SUPPORTED_PACKAGES+= cairo graphics/py-cairo118 graphics/py-cairo _SUPPORTED_PACKAGES+= dialog devel/py-dialog2 devel/py-dialog |