pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python314
Module Name: pkgsrc
Committed By: wiz
Date: Thu Oct 9 19:52:16 UTC 2025
Modified Files:
pkgsrc/lang/python314: Makefile
Log Message:
python314: remove some unnecessary copy'n'pasted stuff
The referenced packages never existed.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/python314/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/python314/Makefile
diff -u pkgsrc/lang/python314/Makefile:1.1 pkgsrc/lang/python314/Makefile:1.2
--- pkgsrc/lang/python314/Makefile:1.1 Wed Oct 8 07:13:07 2025
+++ pkgsrc/lang/python314/Makefile Thu Oct 9 19:52:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/10/08 07:13:07 adam Exp $
+# $NetBSD: Makefile,v 1.2 2025/10/09 19:52:16 wiz Exp $
.include "dist.mk"
@@ -11,18 +11,6 @@ COMMENT= Interpreted, interactive, objec
LICENSE= python-software-foundation
CONFLICTS+= python-[0-9]*
-CONFLICTS+= py314-cElementTree-[0-9]*
-CONFLICTS+= py314-curses-[0-9]*
-CONFLICTS+= py314-cursespanel-[0-9]*
-CONFLICTS+= py314-expat-[0-9]*
-CONFLICTS+= py314-readline-[0-9]*
-CONFLICTS+= py314-sqlite3-[0-9]*
-SUPERSEDES+= py314-cElementTree-[0-9]*
-SUPERSEDES+= py314-curses-[0-9]*
-SUPERSEDES+= py314-cursespanel-[0-9]*
-SUPERSEDES+= py314-expat-[0-9]*
-SUPERSEDES+= py314-readline-[0-9]*
-SUPERSEDES+= py314-sqlite3-[0-9]*
PLIST_AWK= -f ${PKGSRCDIR}/lang/python/plist-python.awk
PLIST_AWK_ENV+= PYVERS=314
Home |
Main Index |
Thread Index |
Old Index