pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-click-default-group



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 12:37:55 UTC 2023

Modified Files:
        pkgsrc/devel/py-click-default-group: Makefile

Log Message:
py-click-default-group: fix for Python 2 by using versioned_dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-click-default-group/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-click-default-group/Makefile
diff -u pkgsrc/devel/py-click-default-group/Makefile:1.1 pkgsrc/devel/py-click-default-group/Makefile:1.2
--- pkgsrc/devel/py-click-default-group/Makefile:1.1    Fri May  5 10:40:43 2023
+++ pkgsrc/devel/py-click-default-group/Makefile        Mon Jul  3 12:37:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/05/05 10:40:43 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/03 12:37:55 wiz Exp $
 
 DISTNAME=      click-default-group-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,11 +10,13 @@ HOMEPAGE=   https://github.com/sublee/clic
 COMMENT=       Extends click.Group to invoke a command without explicit subcommand name
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-click>=0:../../devel/py-click
 # no tests included in pypi distfile
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-test>=0:../../devel/py-test
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONED_DEPENDENCIES= click
+
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index