pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-libxml2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 30 21:32:38 UTC 2021

Modified Files:
        pkgsrc/textproc/py-libxml2: Makefile PLIST

Log Message:
py-libxml2: switch to egg.mk

Bump PKGREVISION for PLIST change.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/textproc/py-libxml2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-libxml2/PLIST

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

Modified files:

Index: pkgsrc/textproc/py-libxml2/Makefile
diff -u pkgsrc/textproc/py-libxml2/Makefile:1.70 pkgsrc/textproc/py-libxml2/Makefile:1.71
--- pkgsrc/textproc/py-libxml2/Makefile:1.70    Wed Dec  8 16:06:45 2021
+++ pkgsrc/textproc/py-libxml2/Makefile Thu Dec 30 21:32:38 2021
@@ -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 @@ EGG_NAME=     ${DISTNAME:S/-/_python-/}
 
 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"

Index: pkgsrc/textproc/py-libxml2/PLIST
diff -u pkgsrc/textproc/py-libxml2/PLIST:1.4 pkgsrc/textproc/py-libxml2/PLIST:1.5
--- pkgsrc/textproc/py-libxml2/PLIST:1.4        Wed Jan  9 19:09:03 2019
+++ pkgsrc/textproc/py-libxml2/PLIST    Thu Dec 30 21:32:38 2021
@@ -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