pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-lxml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr 12 15:57:39 UTC 2025

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

Log Message:
py-lxml: depend on latest setuptools and fix PLIST for it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/py-lxml/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-lxml/Makefile
diff -u pkgsrc/textproc/py-lxml/Makefile:1.116 pkgsrc/textproc/py-lxml/Makefile:1.117
--- pkgsrc/textproc/py-lxml/Makefile:1.116      Mon Feb 10 13:10:41 2025
+++ pkgsrc/textproc/py-lxml/Makefile    Sat Apr 12 15:57:39 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.116 2025/02/10 13:10:41 adam Exp $
+# $NetBSD: Makefile,v 1.117 2025/04/12 15:57:39 wiz Exp $
 
 DISTNAME=      lxml-5.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://lxml.de/
 COMMENT=       Python binding for libxml2 and libxslt
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-cssselect>=0.7:../../textproc/py-cssselect
 
 USE_CC_FEATURES=       c99

Index: pkgsrc/textproc/py-lxml/PLIST
diff -u pkgsrc/textproc/py-lxml/PLIST:1.19 pkgsrc/textproc/py-lxml/PLIST:1.20
--- pkgsrc/textproc/py-lxml/PLIST:1.19  Sun Apr  7 11:40:56 2024
+++ pkgsrc/textproc/py-lxml/PLIST       Sat Apr 12 15:57:39 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.19 2024/04/07 11:40:56 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSES.txt
+@comment $NetBSD: PLIST,v 1.20 2025/04/12 15:57:39 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSES.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/lxml/ElementInclude.py
 ${PYSITELIB}/lxml/ElementInclude.pyc



Home | Main Index | Thread Index | Old Index