pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-configargparse



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 13 09:12:16 UTC 2023

Modified Files:
        pkgsrc/devel/py-configargparse: Makefile

Log Message:
py-configargparse: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-configargparse/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-configargparse/Makefile
diff -u pkgsrc/devel/py-configargparse/Makefile:1.21 pkgsrc/devel/py-configargparse/Makefile:1.22
--- pkgsrc/devel/py-configargparse/Makefile:1.21        Wed Jul  5 20:49:40 2023
+++ pkgsrc/devel/py-configargparse/Makefile     Thu Jul 13 09:12:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2023/07/05 20:49:40 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2023/07/13 09:12:16 wiz Exp $
 
 DISTNAME=      ConfigArgParse-1.5.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -11,12 +11,12 @@ COMMENT=    Argparse-like with config files
 LICENSE=       mit
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index