pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 29 17:07:16 UTC 2023

Modified Files:
        pkgsrc/lang/python: egg.mk extension.mk

Log Message:
python: note that wheel.mk is preferred


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/lang/python/egg.mk
cvs rdiff -u -r1.64 -r1.65 pkgsrc/lang/python/extension.mk

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

Modified files:

Index: pkgsrc/lang/python/egg.mk
diff -u pkgsrc/lang/python/egg.mk:1.41 pkgsrc/lang/python/egg.mk:1.42
--- pkgsrc/lang/python/egg.mk:1.41      Mon Oct 23 06:35:59 2023
+++ pkgsrc/lang/python/egg.mk   Sun Oct 29 17:07:15 2023
@@ -1,14 +1,14 @@
-# $NetBSD: egg.mk,v 1.41 2023/10/23 06:35:59 wiz Exp $
+# $NetBSD: egg.mk,v 1.42 2023/10/29 17:07:15 wiz Exp $
+#
+# The method used in this Makefile fragment is obsolete.
+# Please use wheel.mk instead.
+
 #
 # Common logic to handle Python Eggs
 #
 .include "../../mk/bsd.fast.prefs.mk"
 .include "../../lang/python/pyversion.mk"
 
-# This file should be included to package python "distributions" which
-# use setuptools to create an egg.
-#
-# For wheel (*.whl) support, look at wheel.mk.
 
 EGG_NAME?=     ${DISTNAME:C/-([^0-9])/_\1/g}
 EGG_INFODIR?=  ${EGG_NAME}-py${PYVERSSUFFIX}.egg-info

Index: pkgsrc/lang/python/extension.mk
diff -u pkgsrc/lang/python/extension.mk:1.64 pkgsrc/lang/python/extension.mk:1.65
--- pkgsrc/lang/python/extension.mk:1.64        Thu Oct 26 10:18:34 2023
+++ pkgsrc/lang/python/extension.mk     Sun Oct 29 17:07:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.64 2023/10/26 10:18:34 wiz Exp $
+# $NetBSD: extension.mk,v 1.65 2023/10/29 17:07:15 wiz Exp $
 
 .include "../../lang/python/pyversion.mk"
 
@@ -7,6 +7,8 @@
 # in ${PYSITELIB}.  Extensions can be implemented via setuptools as
 # eggs (see egg.mk), via wheels (see wheel.mk), or via more ad hoc
 # methods.
+#
+# Do not included this file directly, use wheel.mk.
 
 .if !empty(PYDISTUTILSPKG:M[yY][eE][sS])
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index