pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-behave



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 15 21:38:07 UTC 2025

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

Log Message:
py-behave: remove Python 3.10 from supported versions


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-behave/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-behave/Makefile
diff -u pkgsrc/devel/py-behave/Makefile:1.9 pkgsrc/devel/py-behave/Makefile:1.10
--- pkgsrc/devel/py-behave/Makefile:1.9 Sat Apr 12 08:28:30 2025
+++ pkgsrc/devel/py-behave/Makefile     Tue Jul 15 21:38:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2025/04/12 08:28:30 adam Exp $
+# $NetBSD: Makefile,v 1.10 2025/07/15 21:38:07 wiz Exp $
 
 DISTNAME=      behave-1.2.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-path>=10.1
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_ACCEPTED=      311 310
+PYTHON_VERSIONS_ACCEPTED=      311
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} behave behave-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index