pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 22 11:37:52 UTC 2023

Modified Files:
        pkgsrc/databases/py-gdbm: Makefile
        pkgsrc/net/nicotine-plus: Makefile

Log Message:
py-gdbm: disable for Python 3.12

gdbm will not be a default dependency of the batteries-included Python
packages. Until srcdist.mk gets support for 3.12, there is no py-gdbm
package for Python 3.12.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/databases/py-gdbm/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/nicotine-plus/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-gdbm/Makefile
diff -u pkgsrc/databases/py-gdbm/Makefile:1.43 pkgsrc/databases/py-gdbm/Makefile:1.44
--- pkgsrc/databases/py-gdbm/Makefile:1.43      Sat Sep 17 05:39:25 2022
+++ pkgsrc/databases/py-gdbm/Makefile   Sun Oct 22 11:37:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2022/09/17 05:39:25 jdolecek Exp $
+# $NetBSD: Makefile,v 1.44 2023/10/22 11:37:52 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-gdbm-${PY_DISTVERSION}
 PKGREVISION=   1
@@ -8,6 +8,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://docs.python.org/3/library/dbm.html#module-dbm.gnu
 COMMENT=       Python interface to gdbm - GNU database manager
 
+# srcdist.mk needs to be adapted for distutils removal in 3.12
+PYTHON_VERSIONS_ACCEPTED=      311 310 39 38 27
+
 .include "../../lang/python/pyversion.mk"
 .if !empty(PYPKGPREFIX:Mpy2?)
 GDBM_MODNAME=  gdbm

Index: pkgsrc/net/nicotine-plus/Makefile
diff -u pkgsrc/net/nicotine-plus/Makefile:1.9 pkgsrc/net/nicotine-plus/Makefile:1.10
--- pkgsrc/net/nicotine-plus/Makefile:1.9       Sat Oct 21 17:11:13 2023
+++ pkgsrc/net/nicotine-plus/Makefile   Sun Oct 22 11:37:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/10/21 17:11:13 gdt Exp $
+# $NetBSD: Makefile,v 1.10 2023/10/22 11:37:52 wiz Exp $
 
 DISTNAME=      nicotine-plus-2.2.2
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nicotine-plus/}
@@ -18,7 +18,7 @@ SUBST_STAGE.paths=    pre-configure
 SUBST_FILES.paths+=    setup.py
 SUBST_SED.paths+=      -e "s,share/man/man1,${PKGMANDIR}/man1,g"
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_ACCEPTED=      311 310 39 38
 
 .include "../../lang/python/egg.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index