summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-31 09:48:35 +0000
committerwiz <wiz@pkgsrc.org>2022-01-31 09:48:35 +0000
commit5e1c67de3a9d15fec1a7e67e0533796d60b15f91 (patch)
tree3e1150eec403dc6e59570fe9e80dbe5f6bc202b4 /converters
parenta86ac9fea6971ce0677e700954a1dd0584e87ba4 (diff)
downloadpkgsrc-5e1c67de3a9d15fec1a7e67e0533796d60b15f91.tar.gz
*: depend on py-click via versioned_dependencies
Diffstat (limited to 'converters')
-rw-r--r--converters/py-confusable_homoglyphs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/py-confusable_homoglyphs/Makefile b/converters/py-confusable_homoglyphs/Makefile
index b73cbda9c03..ae53211a3de 100644
--- a/converters/py-confusable_homoglyphs/Makefile
+++ b/converters/py-confusable_homoglyphs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/05 15:40:59 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/31 09:48:35 wiz Exp $
DISTNAME= confusable_homoglyphs-3.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/vhf/confusable_homoglyphs
COMMENT= Detect confusable usage of unicode homoglyphs
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
+PYTHON_VERSIONED_DEPENDENCIES+= click
USE_LANGUAGES= # none
@@ -22,4 +22,5 @@ post-install:
&& ${MV} confusable_homoglyphs confusable_homoglyphs-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"