pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-archinfo



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

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

Log Message:
py-archinfo: remove support for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-archinfo/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-archinfo/Makefile
diff -u pkgsrc/devel/py-archinfo/Makefile:1.11 pkgsrc/devel/py-archinfo/Makefile:1.12
--- pkgsrc/devel/py-archinfo/Makefile:1.11      Thu Apr 17 16:06:22 2025
+++ pkgsrc/devel/py-archinfo/Makefile   Tue Jul 15 21:36:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2025/04/17 16:06:22 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/07/15 21:36:36 wiz Exp $
 
 .include "../../devel/py-angr/version.mk"
 
@@ -16,10 +16,5 @@ TOOL_DEPENDS+=       ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 311
-DEPENDS+=      ${PYPKGPREFIX}-backports.strenum>=1.2.8:../../devel/py-backports.strenum
-.endif
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index