Received: by mail.netbsd.org (Postfix, from userid 605) id 77A7384ED3; Wed, 22 Jun 2022 09:08:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B15AD84DB9 for ; Wed, 22 Jun 2022 09:08:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yNA1l-vEgKbM for ; Wed, 22 Jun 2022 09:08:50 +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 08FC984CE2 for ; Wed, 22 Jun 2022 09:08:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54808FB1A; Wed, 22 Jun 2022 09:10:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1655889048187710" MIME-Version: 1.0 Date: Wed, 22 Jun 2022 09:10:48 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/lang/python To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20220622091048.54808FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1655889048187710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Wed Jun 22 09:10:48 UTC 2022 Modified Files: pkgsrc/lang/python: versioned_dependencies.mk Log Message: Correct order for pyphen entry. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 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. --_----------=_1655889048187710 Content-Disposition: inline Content-Length: 1253 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.73 pkgsrc/lang/python/versioned_dependencies.mk:1.74 --- pkgsrc/lang/python/versioned_dependencies.mk:1.73 Tue Jun 21 22:10:10 2022 +++ pkgsrc/lang/python/versioned_dependencies.mk Wed Jun 22 09:10:48 2022 @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.73 2022/06/21 22:10:10 joerg Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.74 2022/06/22 09:10:48 joerg Exp $ # # This file determines which separate distribution of a Python # package is used as dependency, depending on the Python version @@ -37,7 +37,7 @@ _SUPPORTED_PACKAGES+= packaging devel/py _SUPPORTED_PACKAGES+= pip devel/py-pip20 devel/py-pip _SUPPORTED_PACKAGES+= pygments textproc/py-pygments25 textproc/py-pygments _SUPPORTED_PACKAGES+= pyparsing devel/py-pyparsing2 devel/py-pyparsing -_SUPPORTED_PACKAGES+= pyphen textproc/py-pyphen textproc/py27-pyphen +_SUPPORTED_PACKAGES+= pyphen textproc/py27-pyphen textproc/py-pyphen _SUPPORTED_PACKAGES+= python-digest www/py-python-digest www/py-python3-digest _SUPPORTED_PACKAGES+= rsa security/py-rsa40 security/py-rsa _SUPPORTED_PACKAGES+= setuptools devel/py-setuptools44 devel/py-setuptools --_----------=_1655889048187710--