pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python39



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 30 15:08:35 UTC 2021

Modified Files:
        pkgsrc/lang/python39: Makefile PLIST

Log Message:
python39: prepare for upcoming setuptools change

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/python39/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/python39/PLIST

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

Modified files:

Index: pkgsrc/lang/python39/Makefile
diff -u pkgsrc/lang/python39/Makefile:1.11 pkgsrc/lang/python39/Makefile:1.12
--- pkgsrc/lang/python39/Makefile:1.11  Wed Dec  8 16:05:23 2021
+++ pkgsrc/lang/python39/Makefile       Thu Dec 30 15:08:35 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/12/08 16:05:23 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/12/30 15:08:35 wiz Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "dist.mk"
 
 PKGNAME=       python39-${PY_DISTVERSION}
@@ -174,11 +174,19 @@ post-configure:
        touch ${WRKSRC}/Include/opcode.h
 
 .if ${OPSYS} == "HPUX"
-post-install:
+post-install: hpux-postinstall
+.PHONY: hpux-postinstall
+hpux-postinstall:
        ${LN} -fs ${DESTDIR}${PREFIX}/lib/libpython3.9.sl \
                ${DESTDIR}${PREFIX}/lib/libpython3.9.sl.1.0
 .endif
 
+post-install: setuptools-postinstall
+.PHONY: setuptools-postinstall
+setuptools-postinstall:
+       ${INSTALL_DATA} ${.CURDIR}/../../devel/py-setuptools/files/_distutils_system_mod \
+               ${DESTDIR}${PREFIX}/lib/python${PY_VER_SUFFIX}/site-packages/_distutils_system_mod.py
+
 # needed to make devel/py-readline pick up the correct readline implementation
 BUILDLINK_DEPMETHOD.readline=          build
 

Index: pkgsrc/lang/python39/PLIST
diff -u pkgsrc/lang/python39/PLIST:1.8 pkgsrc/lang/python39/PLIST:1.9
--- pkgsrc/lang/python39/PLIST:1.8      Sat Nov  6 12:24:34 2021
+++ pkgsrc/lang/python39/PLIST  Thu Dec 30 15:08:35 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/11/06 12:24:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/12/30 15:08:35 wiz Exp $
 bin/2to3-${PY_VER_SUFFIX}
 bin/pydoc${PY_VER_SUFFIX}
 bin/python${PY_VER_SUFFIX}
@@ -2527,6 +2527,7 @@ lib/python${PY_VER_SUFFIX}/signal.py
 lib/python${PY_VER_SUFFIX}/signal.pyc
 lib/python${PY_VER_SUFFIX}/signal.pyo
 lib/python${PY_VER_SUFFIX}/site-packages/README.txt
+lib/python${PY_VER_SUFFIX}/site-packages/_distutils_system_mod.py
 lib/python${PY_VER_SUFFIX}/site.py
 lib/python${PY_VER_SUFFIX}/site.pyc
 lib/python${PY_VER_SUFFIX}/site.pyo



Home | Main Index | Thread Index | Old Index