pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang
Module Name: pkgsrc
Committed By: wiz
Date: Mon Oct 23 08:50:36 UTC 2023
Modified Files:
pkgsrc/lang/python27: Makefile
pkgsrc/lang/python310: Makefile
pkgsrc/lang/python311: Makefile
pkgsrc/lang/python312: Makefile
pkgsrc/lang/python38: Makefile
pkgsrc/lang/python39: Makefile
Log Message:
python*: add SUPERSEDES
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/lang/python27/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/python310/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/python311/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/python312/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/python38/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/python39/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python27/Makefile
diff -u pkgsrc/lang/python27/Makefile:1.108 pkgsrc/lang/python27/Makefile:1.109
--- pkgsrc/lang/python27/Makefile:1.108 Mon Oct 23 06:35:59 2023
+++ pkgsrc/lang/python27/Makefile Mon Oct 23 08:50:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2023/10/23 06:35:59 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2023/10/23 08:50:35 wiz Exp $
.include "dist.mk"
@@ -20,6 +20,12 @@ CONFLICTS+= py27-cursespanel-[0-9]*
CONFLICTS+= py27-expat-[0-9]*
CONFLICTS+= py27-readline-[0-9]*
CONFLICTS+= py27-sqlite3-[0-9]*
+SUPERSEDES+= py27-cElementTree-[0-9]*
+SUPERSEDES+= py27-curses-[0-9]*
+SUPERSEDES+= py27-cursespanel-[0-9]*
+SUPERSEDES+= py27-expat-[0-9]*
+SUPERSEDES+= py27-readline-[0-9]*
+SUPERSEDES+= py27-sqlite3-[0-9]*
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
Index: pkgsrc/lang/python310/Makefile
diff -u pkgsrc/lang/python310/Makefile:1.21 pkgsrc/lang/python310/Makefile:1.22
--- pkgsrc/lang/python310/Makefile:1.21 Mon Oct 23 06:36:00 2023
+++ pkgsrc/lang/python310/Makefile Mon Oct 23 08:50:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2023/10/23 06:36:00 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2023/10/23 08:50:35 wiz Exp $
.include "dist.mk"
@@ -18,6 +18,12 @@ CONFLICTS+= py310-cursespanel-[0-9]*
CONFLICTS+= py310-expat-[0-9]*
CONFLICTS+= py310-readline-[0-9]*
CONFLICTS+= py310-sqlite3-[0-9]*
+SUPERSEDES+= py310-cElementTree-[0-9]*
+SUPERSEDES+= py310-curses-[0-9]*
+SUPERSEDES+= py310-cursespanel-[0-9]*
+SUPERSEDES+= py310-expat-[0-9]*
+SUPERSEDES+= py310-readline-[0-9]*
+SUPERSEDES+= py310-sqlite3-[0-9]*
PLIST_AWK= -f ${PKGSRCDIR}/lang/python/plist-python.awk
PLIST_AWK_ENV+= PYVERS=310
Index: pkgsrc/lang/python311/Makefile
diff -u pkgsrc/lang/python311/Makefile:1.12 pkgsrc/lang/python311/Makefile:1.13
--- pkgsrc/lang/python311/Makefile:1.12 Mon Oct 23 06:36:00 2023
+++ pkgsrc/lang/python311/Makefile Mon Oct 23 08:50:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/10/23 06:36:00 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/10/23 08:50:35 wiz Exp $
.include "dist.mk"
@@ -18,6 +18,12 @@ CONFLICTS+= py311-cursespanel-[0-9]*
CONFLICTS+= py311-expat-[0-9]*
CONFLICTS+= py311-readline-[0-9]*
CONFLICTS+= py311-sqlite3-[0-9]*
+SUPERSEDES+= py311-cElementTree-[0-9]*
+SUPERSEDES+= py311-curses-[0-9]*
+SUPERSEDES+= py311-cursespanel-[0-9]*
+SUPERSEDES+= py311-expat-[0-9]*
+SUPERSEDES+= py311-readline-[0-9]*
+SUPERSEDES+= py311-sqlite3-[0-9]*
PLIST_AWK= -f ${PKGSRCDIR}/lang/python/plist-python.awk
PLIST_AWK_ENV+= PYVERS=311
Index: pkgsrc/lang/python312/Makefile
diff -u pkgsrc/lang/python312/Makefile:1.2 pkgsrc/lang/python312/Makefile:1.3
--- pkgsrc/lang/python312/Makefile:1.2 Mon Oct 23 06:36:00 2023
+++ pkgsrc/lang/python312/Makefile Mon Oct 23 08:50:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/10/23 06:36:00 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/10/23 08:50:35 wiz Exp $
.include "dist.mk"
@@ -18,6 +18,12 @@ CONFLICTS+= py312-cursespanel-[0-9]*
CONFLICTS+= py312-expat-[0-9]*
CONFLICTS+= py312-readline-[0-9]*
CONFLICTS+= py312-sqlite3-[0-9]*
+SUPERSEDES+= py312-cElementTree-[0-9]*
+SUPERSEDES+= py312-curses-[0-9]*
+SUPERSEDES+= py312-cursespanel-[0-9]*
+SUPERSEDES+= py312-expat-[0-9]*
+SUPERSEDES+= py312-readline-[0-9]*
+SUPERSEDES+= py312-sqlite3-[0-9]*
PLIST_AWK= -f ${PKGSRCDIR}/lang/python/plist-python.awk
PLIST_AWK_ENV+= PYVERS=312
Index: pkgsrc/lang/python38/Makefile
diff -u pkgsrc/lang/python38/Makefile:1.31 pkgsrc/lang/python38/Makefile:1.32
--- pkgsrc/lang/python38/Makefile:1.31 Mon Oct 23 06:36:01 2023
+++ pkgsrc/lang/python38/Makefile Mon Oct 23 08:50:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2023/10/23 06:36:01 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2023/10/23 08:50:35 wiz Exp $
.include "dist.mk"
@@ -18,6 +18,12 @@ CONFLICTS+= py38-cursespanel-[0-9]*
CONFLICTS+= py38-expat-[0-9]*
CONFLICTS+= py38-readline-[0-9]*
CONFLICTS+= py38-sqlite3-[0-9]*
+SUPERSEDES+= py38-cElementTree-[0-9]*
+SUPERSEDES+= py38-curses-[0-9]*
+SUPERSEDES+= py38-cursespanel-[0-9]*
+SUPERSEDES+= py38-expat-[0-9]*
+SUPERSEDES+= py38-readline-[0-9]*
+SUPERSEDES+= py38-sqlite3-[0-9]*
PLIST_AWK= -f ${PKGSRCDIR}/lang/python/plist-python.awk
PLIST_AWK_ENV+= PYVERS=38
Index: pkgsrc/lang/python39/Makefile
diff -u pkgsrc/lang/python39/Makefile:1.27 pkgsrc/lang/python39/Makefile:1.28
--- pkgsrc/lang/python39/Makefile:1.27 Mon Oct 23 06:36:01 2023
+++ pkgsrc/lang/python39/Makefile Mon Oct 23 08:50:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2023/10/23 06:36:01 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2023/10/23 08:50:36 wiz Exp $
.include "dist.mk"
@@ -18,6 +18,12 @@ CONFLICTS+= py39-cursespanel-[0-9]*
CONFLICTS+= py39-expat-[0-9]*
CONFLICTS+= py39-readline-[0-9]*
CONFLICTS+= py39-sqlite3-[0-9]*
+SUPERSEDES+= py39-cElementTree-[0-9]*
+SUPERSEDES+= py39-curses-[0-9]*
+SUPERSEDES+= py39-cursespanel-[0-9]*
+SUPERSEDES+= py39-expat-[0-9]*
+SUPERSEDES+= py39-readline-[0-9]*
+SUPERSEDES+= py39-sqlite3-[0-9]*
PLIST_AWK= -f ${PKGSRCDIR}/lang/python/plist-python.awk
PLIST_AWK_ENV+= PYVERS=39
Home |
Main Index |
Thread Index |
Old Index