pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-sugar



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 25 14:03:38 UTC 2023

Modified Files:
        pkgsrc/devel/py-test-sugar: Makefile

Log Message:
py-test-sugar: not for python 2

Fix minimally required versions


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test-sugar/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-test-sugar/Makefile
diff -u pkgsrc/devel/py-test-sugar/Makefile:1.11 pkgsrc/devel/py-test-sugar/Makefile:1.12
--- pkgsrc/devel/py-test-sugar/Makefile:1.11    Mon Apr 17 08:20:35 2023
+++ pkgsrc/devel/py-test-sugar/Makefile Tue Apr 25 14:03:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/04/17 08:20:35 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/04/25 14:03:38 wiz Exp $
 
 DISTNAME=      pytest-sugar-0.9.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,12 +10,13 @@ HOMEPAGE=   https://pivotfinland.com/pytes
 COMMENT=       Py.test plugin that changes the default look and feel
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-termcolor>=1.1.0:../../devel/py-termcolor
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-termcolor>=2.1.0:../../devel/py-termcolor
+DEPENDS+=      ${PYPKGPREFIX}-test>=6.2.0:../../devel/py-test
 
-PYTHON_VERSIONED_DEPENDENCIES= packaging test
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index