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:           Sat Jan 25 11:25:22 UTC 2025

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

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

1.4.0 (2025-01-24)

- Fixing compatibility with pytest-asyncio.

- Adding new directive ``doctest-requires-all`` to conditionally skip all
  doctests in narrative documentations based on availability of
  dependencies.

- Adding new directive ``doctest-remote-data-all`` to conditionally skip all
  doctests in narrative documentations based on availability of
  remote-data.

- Versions of Python <3.9 are no longer supported.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-doctestplus/Makefile
cvs rdiff -u -r1.6 -r1.7 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.9 pkgsrc/devel/py-test-doctestplus/Makefile:1.10
--- pkgsrc/devel/py-test-doctestplus/Makefile:1.9       Mon Nov 11 07:28:25 2024
+++ pkgsrc/devel/py-test-doctestplus/Makefile   Sat Jan 25 11:25:22 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2024/11/11 07:28:25 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/01/25 11:25:22 adam Exp $
 
-DISTNAME=      pytest-doctestplus-1.2.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+DISTNAME=      pytest_doctestplus-1.4.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^pytest_/test-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-doctestplus/}
 
@@ -10,9 +10,9 @@ HOMEPAGE=     https://astropy.org/
 COMMENT=       Pytest plugin with advanced doctest features
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=30.3.0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=17.0:../../devel/py-packaging
-DEPENDS+=      ${PYPKGPREFIX}-setuptools>=30.3.0:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-test>=4.6:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx

Index: pkgsrc/devel/py-test-doctestplus/distinfo
diff -u pkgsrc/devel/py-test-doctestplus/distinfo:1.6 pkgsrc/devel/py-test-doctestplus/distinfo:1.7
--- pkgsrc/devel/py-test-doctestplus/distinfo:1.6       Wed May  8 15:04:55 2024
+++ pkgsrc/devel/py-test-doctestplus/distinfo   Sat Jan 25 11:25:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/05/08 15:04:55 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/01/25 11:25:22 adam Exp $
 
-BLAKE2s (pytest-doctestplus-1.2.1.tar.gz) = 6fd07031a5376116ddcaec0ae1ed230efbe30640d31d74b025f1248337ab1ac9
-SHA512 (pytest-doctestplus-1.2.1.tar.gz) = 9b759d1f7484e4e69ca01047f6c9542cafa39a45224fdaa130bfec4b1c98760acf760ee3b53b6156680fa4aa5c1369810053b938a250164b1b84b32ac70fb7a0
-Size (pytest-doctestplus-1.2.1.tar.gz) = 45896 bytes
+BLAKE2s (pytest_doctestplus-1.4.0.tar.gz) = 7c0f2518d22575f6bf53de4ad9b6ec074205b248871fcb978b9750c1dc50e0bd
+SHA512 (pytest_doctestplus-1.4.0.tar.gz) = cd02d890b6fa8556432a7ac82cca33a5f15fdad7d446529b9ab0093ee2bb1e321b8e3eaa3fd63d541a134edec4e1d49b4f2811729fa3f019f2b8d8fbdb9acae3
+Size (pytest_doctestplus-1.4.0.tar.gz) = 47566 bytes



Home | Main Index | Thread Index | Old Index