pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-xmldiff



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 10 20:50:06 UTC 2023

Modified Files:
        pkgsrc/textproc/py-xmldiff: Makefile distinfo

Log Message:
py-xmldiff: updated to 2.6.3

2.6.3 (2023-05-21)
- And there was a namespace bug in the patch as well.

2.6.2 (2023-05-21)
- Solved an error in the xmlformatter when using default namespaces.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-xmldiff/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-xmldiff/distinfo

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-xmldiff/Makefile
diff -u pkgsrc/textproc/py-xmldiff/Makefile:1.2 pkgsrc/textproc/py-xmldiff/Makefile:1.3
--- pkgsrc/textproc/py-xmldiff/Makefile:1.2     Thu May  4 11:39:23 2023
+++ pkgsrc/textproc/py-xmldiff/Makefile Mon Jul 10 20:50:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/05/04 11:39:23 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/07/10 20:50:06 adam Exp $
 
-DISTNAME=      xmldiff-2.6.1
+DISTNAME=      xmldiff-2.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xmldiff/}
@@ -10,17 +10,19 @@ HOMEPAGE=   https://github.com/Shoobx/xmld
 COMMENT=       Creates diffs of XML files
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+DEPENDS+=      ${PYPKGPREFIX}-lxml>=3.1.0:../../textproc/py-lxml
 
 USE_LANGUAGES= # none
 
+USE_PKG_RESOURCES=     yes
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin; \
-       ${MV} xmldiff xmldiff-${PYVERSSUFFIX}; \
-       ${MV} xmlpatch xmlpatch-${PYVERSSUFFIX}; \
-       ${TRUE}
+.for bin in xmldiff xmlpatch
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
+.endfor
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-xmldiff/distinfo
diff -u pkgsrc/textproc/py-xmldiff/distinfo:1.1 pkgsrc/textproc/py-xmldiff/distinfo:1.2
--- pkgsrc/textproc/py-xmldiff/distinfo:1.1     Thu May  4 11:35:13 2023
+++ pkgsrc/textproc/py-xmldiff/distinfo Mon Jul 10 20:50:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/05/04 11:35:13 wiz Exp $
+$NetBSD: distinfo,v 1.2 2023/07/10 20:50:06 adam Exp $
 
-BLAKE2s (xmldiff-2.6.1.tar.gz) = 38ccff08ab7c4683730b739f3b3b4e9d5dc48ca74d4c52d77dd9f6af97cd548b
-SHA512 (xmldiff-2.6.1.tar.gz) = f8a6eab5eec3d995fba2d67c45e99710e0b57ea1d05910e651896009bc89a14b3baebcc9fe1eba49ca52d7e16b47c4480248e42db42f65268afa527199904b0d
-Size (xmldiff-2.6.1.tar.gz) = 85618 bytes
+BLAKE2s (xmldiff-2.6.3.tar.gz) = acaf0d1f28c56dc3155c779615f77987d290ddb37dd7f532130609a370f8a151
+SHA512 (xmldiff-2.6.3.tar.gz) = ba25b8cc9866c66bc829a82d1f20108c17a09e2f46735763317f7fd6f60c3920ba6d3114454ead1461de4a59c177065291bb71bebb7ee9c4a03f3584452a9e33
+Size (xmldiff-2.6.3.tar.gz) = 86132 bytes



Home | Main Index | Thread Index | Old Index