Wed Jun 22 09:14:44 2022 UTC ()
python: add pyphen to help in versioned_dependencies.mk


(wiz)
diff -r1.74 -r1.75 pkgsrc/lang/python/versioned_dependencies.mk

cvs diff -r1.74 -r1.75 pkgsrc/lang/python/versioned_dependencies.mk (expand / switch to unified diff)

--- pkgsrc/lang/python/versioned_dependencies.mk 2022/06/22 09:10:48 1.74
+++ pkgsrc/lang/python/versioned_dependencies.mk 2022/06/22 09:14:44 1.75
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: versioned_dependencies.mk,v 1.74 2022/06/22 09:10:48 joerg Exp $ 1# $NetBSD: versioned_dependencies.mk,v 1.75 2022/06/22 09:14:44 wiz Exp $
2# 2#
3# This file determines which separate distribution of a Python 3# This file determines which separate distribution of a Python
4# package is used as dependency, depending on the Python version 4# package is used as dependency, depending on the Python version
5# used. 5# used.
6# 6#
7# === User-settable variables === 7# === User-settable variables ===
8# 8#
9# PYTHON_VERSIONED_DEPENDENCIES 9# PYTHON_VERSIONED_DEPENDENCIES
10# The Python package which should be added as a dependency. 10# The Python package which should be added as a dependency.
11# 11#
12# Possible values: Pillow X cairo click cryptography docstyle flake8 html2text hypothesis importlib-metadata jinja2 lama markdown mccabe more-itertools pip packaging pygments pyparsing python-digest rsa setuptools setuptools_scm sphinx test twisted zipp 12# Possible values: Pillow X cairo click cryptography docstyle flake8 html2text hypothesis importlib-metadata jinja2 lama markdown mccabe more-itertools pip packaging pygments pyparsing pyphen python-digest rsa setuptools setuptools_scm sphinx test twisted zipp
13# Default: (nothing) 13# Default: (nothing)
14# 14#
15 15
16.include "../../lang/python/pyversion.mk" 16.include "../../lang/python/pyversion.mk"
17 17
18# format: short name for PYTHON_VERSIONED_DEPENDENCIES<space>Python-2.x path<space>Python-3.x path 18# format: short name for PYTHON_VERSIONED_DEPENDENCIES<space>Python-2.x path<space>Python-3.x path
19_SUPPORTED_PACKAGES= # empty 19_SUPPORTED_PACKAGES= # empty
20_SUPPORTED_PACKAGES+= Pillow graphics/py-Pillow6 graphics/py-Pillow 20_SUPPORTED_PACKAGES+= Pillow graphics/py-Pillow6 graphics/py-Pillow
21_SUPPORTED_PACKAGES+= X textproc/py-X2 textproc/py-X 21_SUPPORTED_PACKAGES+= X textproc/py-X2 textproc/py-X
22_SUPPORTED_PACKAGES+= cairo graphics/py-cairo118 graphics/py-cairo 22_SUPPORTED_PACKAGES+= cairo graphics/py-cairo118 graphics/py-cairo
23_SUPPORTED_PACKAGES+= click devel/py-click7 devel/py-click 23_SUPPORTED_PACKAGES+= click devel/py-click7 devel/py-click
24_SUPPORTED_PACKAGES+= cryptography security/py27-cryptography security/py-cryptography  24_SUPPORTED_PACKAGES+= cryptography security/py27-cryptography security/py-cryptography
25_SUPPORTED_PACKAGES+= docstyle devel/py-docstyle3 devel/py-docstyle 25_SUPPORTED_PACKAGES+= docstyle devel/py-docstyle3 devel/py-docstyle