pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pyasyncore



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Apr 20 12:29:26 UTC 2025

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

Log Message:
py-pyasyncore: no need to mention Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pyasyncore/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-pyasyncore/Makefile
diff -u pkgsrc/devel/py-pyasyncore/Makefile:1.1 pkgsrc/devel/py-pyasyncore/Makefile:1.2
--- pkgsrc/devel/py-pyasyncore/Makefile:1.1     Sun Apr 20 12:27:32 2025
+++ pkgsrc/devel/py-pyasyncore/Makefile Sun Apr 20 12:29:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/04/20 12:27:32 adam Exp $
+# $NetBSD: Makefile,v 1.2 2025/04/20 12:29:26 adam Exp $
 
 DISTNAME=      pyasyncore-1.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE=      python-software-foundation
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 # Removed in Python 3.12
-PYTHON_VERSIONS_INCOMPATIBLE=  27 39 310 311
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 311
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index