pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-libxml2 py-libxml2: switch to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acf7b4f205db
branches:  trunk
changeset: 771981:acf7b4f205db
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 30 21:32:38 2021 +0000

description:
py-libxml2: switch to egg.mk

Bump PKGREVISION for PLIST change.

diffstat:

 textproc/py-libxml2/Makefile |  6 +++---
 textproc/py-libxml2/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r c91dfce8a76d -r acf7b4f205db textproc/py-libxml2/Makefile
--- a/textproc/py-libxml2/Makefile      Thu Dec 30 21:20:13 2021 +0000
+++ b/textproc/py-libxml2/Makefile      Thu Dec 30 21:32:38 2021 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.70 2021/12/08 16:06:45 adam Exp $
+# $NetBSD: Makefile,v 1.71 2021/12/30 21:32:38 wiz Exp $
 
 .include "../../textproc/libxml2/Makefile.common"
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 
 COMMENT=       Python wrapper for libxml2
 LICENSE=       modified-bsd
@@ -36,7 +36,7 @@
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libxml2+=        libxml2>=${PKGVERSION_NOREV}
 .include "../../textproc/libxml2/buildlink3.mk"
diff -r c91dfce8a76d -r acf7b4f205db textproc/py-libxml2/PLIST
--- a/textproc/py-libxml2/PLIST Thu Dec 30 21:20:13 2021 +0000
+++ b/textproc/py-libxml2/PLIST Thu Dec 30 21:32:38 2021 +0000
@@ -1,9 +1,12 @@
-@comment $NetBSD: PLIST,v 1.4 2019/01/09 19:09:03 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.5 2021/12/30 21:32:38 wiz Exp $
 ${PYSITELIB}/drv_libxml2.py
 ${PYSITELIB}/drv_libxml2.pyc
 ${PYSITELIB}/drv_libxml2.pyo
 ${PYSITELIB}/libxml2.py
 ${PYSITELIB}/libxml2.pyc
 ${PYSITELIB}/libxml2.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/libxml2mod.so



Home | Main Index | Thread Index | Old Index