pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: wiz
Date: Wed Oct 8 21:38:52 UTC 2025
Modified Files:
pkgsrc/devel/py-bumpver: Makefile
pkgsrc/devel/py-lexid: Makefile
pkgsrc/devel/py-lib3to6: Makefile
Log Message:
*: py-lib3to6 does not support Python 3.14
Link to upstream bug report
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-bumpver/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-lexid/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-lib3to6/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-bumpver/Makefile
diff -u pkgsrc/devel/py-bumpver/Makefile:1.9 pkgsrc/devel/py-bumpver/Makefile:1.10
--- pkgsrc/devel/py-bumpver/Makefile:1.9 Sun Jul 6 08:33:57 2025
+++ pkgsrc/devel/py-bumpver/Makefile Wed Oct 8 21:38:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2025/07/06 08:33:57 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/10/08 21:38:52 wiz Exp $
DISTNAME= bumpver-2025.1131
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -20,6 +20,8 @@ DEPENDS+= ${PYPKGPREFIX}-toml>=0:../../t
TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
TEST_DEPENDS+= ${PYPKGPREFIX}-mercurial>=0:../../devel/py-mercurial
+PYTHON_VERSIONS_INCOMPATIBLE+= 314 # py-lib3to6
+
USE_LANGUAGES= # none
post-install:
Index: pkgsrc/devel/py-lexid/Makefile
diff -u pkgsrc/devel/py-lexid/Makefile:1.2 pkgsrc/devel/py-lexid/Makefile:1.3
--- pkgsrc/devel/py-lexid/Makefile:1.2 Tue Apr 22 20:03:02 2025
+++ pkgsrc/devel/py-lexid/Makefile Wed Oct 8 21:38:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/04/22 20:03:02 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/10/08 21:38:52 wiz Exp $
DISTNAME= lexid-2021.1006
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-lib3to6-[0-9]*:../../devel/py-lib3to6
+PYTHON_VERSIONS_INCOMPATIBLE+= 314 # py-lib3to6
+
USE_LANGUAGES= # none
.include "../../lang/python/wheel.mk"
Index: pkgsrc/devel/py-lib3to6/Makefile
diff -u pkgsrc/devel/py-lib3to6/Makefile:1.3 pkgsrc/devel/py-lib3to6/Makefile:1.4
--- pkgsrc/devel/py-lib3to6/Makefile:1.3 Sat Apr 12 11:33:33 2025
+++ pkgsrc/devel/py-lib3to6/Makefile Wed Oct 8 21:38:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/04/12 11:33:33 adam Exp $
+# $NetBSD: Makefile,v 1.4 2025/10/08 21:38:52 wiz Exp $
DISTNAME= lib3to6-202107.1047
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,9 @@ DEPENDS+= ${PYPKGPREFIX}-click>=0:../../
USE_LANGUAGES= # none
+# https://gitlab.com/mbarkhau/lib3to6/-/issues/12
+PYTHON_VERSIONS_INCOMPATIBLE+= 314
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} lib3to6 lib3to6-${PYVERSSUFFIX}
Home |
Main Index |
Thread Index |
Old Index