py-libxml2: switch to egg.mk
Bump PKGREVISION for PLIST change.
This commit is contained in:
parent
c5b1a63a8f
commit
7f3370ecad
2 changed files with 8 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue