Received: by mail.netbsd.org (Postfix, from userid 605) id D9A0F84D6B; Tue, 2 May 2023 17:06:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1677284D58 for ; Tue, 2 May 2023 17:06:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FeibhWh3eLdq for ; Tue, 2 May 2023 17:06:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 83B5784CC9 for ; Tue, 2 May 2023 17:06:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7B1F7FA87; Tue, 2 May 2023 17:06:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683047172296130" MIME-Version: 1.0 Date: Tue, 2 May 2023 17:06:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/python To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230502170612.7B1F7FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683047172296130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 2 17:06:12 UTC 2023 Modified Files: pkgsrc/lang/python: versioned_dependencies.mk Log Message: python: versioned_dependencies: remoe some unused ones To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 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. --_----------=_1683047172296130 Content-Disposition: inline Content-Length: 2242 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/python/versioned_dependencies.mk diff -u pkgsrc/lang/python/versioned_dependencies.mk:1.94 pkgsrc/lang/python/versioned_dependencies.mk:1.95 --- pkgsrc/lang/python/versioned_dependencies.mk:1.94 Sun Apr 30 15:51:20 2023 +++ pkgsrc/lang/python/versioned_dependencies.mk Tue May 2 17:06:12 2023 @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.94 2023/04/30 15:51:20 wiz Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.95 2023/05/02 17:06:12 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: Pillow X babel cairo chardet click coverage cryptography dns hypothesis importlib-metadata jinja2 mccabe more-itertools pip packaging pygments pyphen rsa setuptools setuptools_scm test test-cov +# Possible values: OpenSSL Pillow X babel cairo chardet click coverage cryptography dns hypothesis jinja2 packaging pip pygments rsa setuptools setuptools_scm test test-cov # Default: (nothing) # @@ -60,18 +60,9 @@ _PY_VERS_PKG.27.dns= net/py-dns1 _PY_VERS_PKG.default.hypothesis= devel/py-hypothesis _PY_VERS_PKG.27.hypothesis= devel/py-hypothesis4 -_PY_VERS_PKG.default.importlib-metadata= devel/py-importlib-metadata -_PY_VERS_PKG.27.importlib-metadata= devel/py-importlib-metadata2 - _PY_VERS_PKG.default.jinja2= textproc/py-jinja2 _PY_VERS_PKG.27.jinja2= textproc/py27-jinja2 -_PY_VERS_PKG.default.mccabe= devel/py-mccabe -_PY_VERS_PKG.27.mccabe= devel/py-mccabe06 - -_PY_VERS_PKG.default.more-itertools= devel/py-more-itertools -_PY_VERS_PKG.27.more-itertools= devel/py-more-itertools2 - _PY_VERS_PKG.default.packaging= devel/py-packaging _PY_VERS_PKG.27.packaging= devel/py-packaging2 @@ -81,9 +72,6 @@ _PY_VERS_PKG.27.pip= devel/py-pip20 _PY_VERS_PKG.default.pygments= textproc/py-pygments _PY_VERS_PKG.27.pygments= textproc/py-pygments25 -_PY_VERS_PKG.default.pyphen= textproc/py-pyphen -_PY_VERS_PKG.27.pyphen= textproc/py27-pyphen - _PY_VERS_PKG.default.rsa= security/py-rsa _PY_VERS_PKG.27.rsa= security/py-rsa40 --_----------=_1683047172296130--