summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2022-06-22 09:10:48 +0000
committerjoerg <joerg@pkgsrc.org>2022-06-22 09:10:48 +0000
commit9e40fd245fc0e94e96178b6c832beafb633bcb22 (patch)
tree8afa4cd2af9831e95cca87b1a26872b5207c0030 /lang
parent9cabbe5c455c65fdddd1c8c8a4042b765d3877af (diff)
downloadpkgsrc-9e40fd245fc0e94e96178b6c832beafb633bcb22.tar.gz
Correct order for pyphen entry.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/versioned_dependencies.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk
index b87f524429e..3eec9cfdeeb 100644
--- a/lang/python/versioned_dependencies.mk
+++ b/lang/python/versioned_dependencies.mk
@@ -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-packaging2 devel/py-packaging
_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