Tue Apr 30 11:12:04 2024 UTC (27d)
python: remove cairo from versioned_dependencies


(wiz)
diff -r1.105 -r1.106 pkgsrc/lang/python/versioned_dependencies.mk

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

--- pkgsrc/lang/python/versioned_dependencies.mk 2024/04/30 10:38:44 1.105
+++ pkgsrc/lang/python/versioned_dependencies.mk 2024/04/30 11:12:04 1.106
@@ -1,50 +1,47 @@ @@ -1,50 +1,47 @@
1# $NetBSD: versioned_dependencies.mk,v 1.105 2024/04/30 10:38:44 wiz Exp $ 1# $NetBSD: versioned_dependencies.mk,v 1.106 2024/04/30 11:12:04 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: OpenSSL Pillow cairo cffi coverage cryptography dns pip setuptools setuptools_scm test 12# Possible values: OpenSSL Pillow cffi coverage cryptography dns pip setuptools setuptools_scm test
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# _PY_VERS_PKG.${PYTHON_VERSION}.${pkg} is the path used for the dependency 18# _PY_VERS_PKG.${PYTHON_VERSION}.${pkg} is the path used for the dependency
19# for a specific Python version. This can be "missing", if this Python 19# for a specific Python version. This can be "missing", if this Python
20# version is not supported for this package. 20# version is not supported for this package.
21# 21#
22# _PY_VERS_PKG.default.${pkg} is the fallback version if a specific version 22# _PY_VERS_PKG.default.${pkg} is the fallback version if a specific version
23# isn't known. 23# isn't known.
24# 24#
25# _PY_VERS_PKG.dependency.${PKG} flags packages that need Rust-specific 25# _PY_VERS_PKG.dependency.${PKG} flags packages that need Rust-specific
26# handling. 26# handling.
27 27
28_PY_VERS_PKG.default.OpenSSL= security/py-OpenSSL 28_PY_VERS_PKG.default.OpenSSL= security/py-OpenSSL
29_PY_VERS_PKG.27.OpenSSL= security/py27-OpenSSL 29_PY_VERS_PKG.27.OpenSSL= security/py27-OpenSSL
30_PY_VERS_PKG.dependency.OpenSSL= yes 30_PY_VERS_PKG.dependency.OpenSSL= yes
31 31
32_PY_VERS_PKG.default.Pillow= graphics/py-Pillow 32_PY_VERS_PKG.default.Pillow= graphics/py-Pillow
33_PY_VERS_PKG.27.Pillow= graphics/py-Pillow6 33_PY_VERS_PKG.27.Pillow= graphics/py-Pillow6
34 34
35_PY_VERS_PKG.default.cairo= graphics/py-cairo 
36_PY_VERS_PKG.27.cairo= graphics/py-cairo118 
37 
38_PY_VERS_PKG.default.cffi= devel/py-cffi 35_PY_VERS_PKG.default.cffi= devel/py-cffi
39_PY_VERS_PKG.27.cffi= devel/py27-cffi 36_PY_VERS_PKG.27.cffi= devel/py27-cffi
40 37
41_PY_VERS_PKG.default.coverage= devel/py-coverage 38_PY_VERS_PKG.default.coverage= devel/py-coverage
42_PY_VERS_PKG.27.coverage= devel/py27-coverage 39_PY_VERS_PKG.27.coverage= devel/py27-coverage
43 40
44_PY_VERS_PKG.default.cryptography= security/py-cryptography 41_PY_VERS_PKG.default.cryptography= security/py-cryptography
45_PY_VERS_PKG.27.cryptography= security/py27-cryptography 42_PY_VERS_PKG.27.cryptography= security/py27-cryptography
46_PY_VERS_PKG.dependency.cryptography= yes 43_PY_VERS_PKG.dependency.cryptography= yes
47 44
48_PY_VERS_PKG.default.dns= net/py-dns 45_PY_VERS_PKG.default.dns= net/py-dns
49_PY_VERS_PKG.27.dns= net/py-dns1 46_PY_VERS_PKG.27.dns= net/py-dns1
50 47