pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-dict2xml



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 18 16:05:42 UTC 2024

Modified Files:
        pkgsrc/devel/py-dict2xml: Makefile distinfo

Log Message:
py-dict2xml: updated to 1.7.4

1.7.4
Make the tests compatible with pytest8


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-dict2xml/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-dict2xml/distinfo

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

Modified files:

Index: pkgsrc/devel/py-dict2xml/Makefile
diff -u pkgsrc/devel/py-dict2xml/Makefile:1.7 pkgsrc/devel/py-dict2xml/Makefile:1.8
--- pkgsrc/devel/py-dict2xml/Makefile:1.7       Sat Oct 28 19:56:58 2023
+++ pkgsrc/devel/py-dict2xml/Makefile   Thu Jan 18 16:05:42 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2023/10/28 19:56:58 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/01/18 16:05:42 adam Exp $
 
-DISTNAME=      dict2xml-1.7.3
+DISTNAME=      dict2xml-1.7.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dict2xml/}
 
@@ -12,14 +11,10 @@ COMMENT=    Small utility to convert Python
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.1.3:../../devel/py-test
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-dict2xml/distinfo
diff -u pkgsrc/devel/py-dict2xml/distinfo:1.6 pkgsrc/devel/py-dict2xml/distinfo:1.7
--- pkgsrc/devel/py-dict2xml/distinfo:1.6       Wed Mar  8 11:37:08 2023
+++ pkgsrc/devel/py-dict2xml/distinfo   Thu Jan 18 16:05:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/03/08 11:37:08 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/01/18 16:05:42 adam Exp $
 
-BLAKE2s (dict2xml-1.7.3.tar.gz) = 501fb4220e003760874d1e513b1891022bb0722310b7a879aa3418b4b936a7d8
-SHA512 (dict2xml-1.7.3.tar.gz) = 631415e425688c612c15b72fc339db33977df32eb25f7f8f03a63e5115c8e06f4aa5b247ded3e16cddbb9b16597aeb0ef218f193c5f4c44ebdcd7e39c2052ed2
-Size (dict2xml-1.7.3.tar.gz) = 14240 bytes
+BLAKE2s (dict2xml-1.7.4.tar.gz) = 638ec3a5d3e432fb048a519ed2cd7be7b6cea721453cc4935df3de58fe31935d
+SHA512 (dict2xml-1.7.4.tar.gz) = 13a2b34783e5f6414c173059ba16a2061ecaef41355b7b0099546d704c9c28b1e0f9ea3186d4b0db99083e66a2f22e69e57a4a415b72c00fd1e17bcb435e7462
+Size (dict2xml-1.7.4.tar.gz) = 14333 bytes



Home | Main Index | Thread Index | Old Index