pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-doctestplus



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 29 12:15:08 UTC 2023

Modified Files:
        pkgsrc/devel/py-test-doctestplus: Makefile distinfo

Log Message:
py-test-doctestplus: updated to 0.12.1

0.12.1 (2022-09-26)
- Allow floating point comparison in Python dictionary.

0.12.0 (2022-02-25)
- Run doctests in docstrings of Numpy ufuncs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-doctestplus/Makefile \
    pkgsrc/devel/py-test-doctestplus/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-test-doctestplus/Makefile
diff -u pkgsrc/devel/py-test-doctestplus/Makefile:1.1 pkgsrc/devel/py-test-doctestplus/Makefile:1.2
--- pkgsrc/devel/py-test-doctestplus/Makefile:1.1       Mon Jan 17 09:35:59 2022
+++ pkgsrc/devel/py-test-doctestplus/Makefile   Mon May 29 12:15:08 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/01/17 09:35:59 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/29 12:15:08 adam Exp $
 
-DISTNAME=      pytest-doctestplus-0.11.2
+DISTNAME=      pytest-doctestplus-0.12.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-doctestplus/}
@@ -11,13 +11,15 @@ COMMENT=    Pytest plugin with advanced doc
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=17.0:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-test>=4.6:../../devel/py-test
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-doctestplus/distinfo
diff -u pkgsrc/devel/py-test-doctestplus/distinfo:1.1 pkgsrc/devel/py-test-doctestplus/distinfo:1.2
--- pkgsrc/devel/py-test-doctestplus/distinfo:1.1       Mon Jan 17 09:35:59 2022
+++ pkgsrc/devel/py-test-doctestplus/distinfo   Mon May 29 12:15:08 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/01/17 09:35:59 wiz Exp $
+$NetBSD: distinfo,v 1.2 2023/05/29 12:15:08 adam Exp $
 
-BLAKE2s (pytest-doctestplus-0.11.2.tar.gz) = 894a404c1d8ce7cd296f5494c907c3fc933308019d8ba48cfe112fb164602746
-SHA512 (pytest-doctestplus-0.11.2.tar.gz) = fed49a551be78f51db60161ccfa592e461719cca76e2a48e3267e8a22dbec60d02d8fbb757a88cb5cf4dc22143e27d3d20f25b51855be835254c72fd8260abbd
-Size (pytest-doctestplus-0.11.2.tar.gz) = 34943 bytes
+BLAKE2s (pytest-doctestplus-0.12.1.tar.gz) = d85a5b6966cf5429fda03eea03e59568ab3f68f10eedcb7bb57ffa95c3c84c29
+SHA512 (pytest-doctestplus-0.12.1.tar.gz) = 46b999abd5632fa5c5743900b8b78ee7b6be742959daeb85296ebdf820d7533cff0a78d1c8aed7f5d5a15436998b2f7fe3e571133be14fce056276900493fef9
+Size (pytest-doctestplus-0.12.1.tar.gz) = 36434 bytes



Home | Main Index | Thread Index | Old Index