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 13 07:16:44 UTC 2024

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

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

1.1.0 (2023-12-13)

- Added ``--doctest-plus-generate-diff`` to update documentation based on
  actual output.
- Fix module level ``__doctest_requires__``.
- Versions of Python <3.8 are no longer supported.
- Fix erroneous attempt to import ``__main__.py`` by skipping it.
- Respect pytest ``--import-mode``.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-doctestplus/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-doctestplus/PLIST
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/devel/py-test-doctestplus/Makefile:1.6
--- pkgsrc/devel/py-test-doctestplus/Makefile:1.5       Tue Nov  7 22:38:00 2023
+++ pkgsrc/devel/py-test-doctestplus/Makefile   Sat Jan 13 07:16:44 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/11/07 22:38:00 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/01/13 07:16:44 adam Exp $
 
-DISTNAME=      pytest-doctestplus-1.0.0
+DISTNAME=      pytest-doctestplus-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-doctestplus/}
@@ -11,19 +11,17 @@ COMMENT=    Pytest plugin with advanced doc
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 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}-test-remotedata>=0.3.2:../../net/py-test-remotedata
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-remotedata>=0.3.2:../../net/py-test-remotedata
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-doctestplus/PLIST
diff -u pkgsrc/devel/py-test-doctestplus/PLIST:1.2 pkgsrc/devel/py-test-doctestplus/PLIST:1.3
--- pkgsrc/devel/py-test-doctestplus/PLIST:1.2  Mon Jan 17 09:39:19 2022
+++ pkgsrc/devel/py-test-doctestplus/PLIST      Sat Jan 13 07:16:44 2024
@@ -1,14 +1,16 @@
-@comment $NetBSD: PLIST,v 1.2 2022/01/17 09:39:19 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2024/01/13 07:16:44 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pytest_doctestplus/__init__.py
 ${PYSITELIB}/pytest_doctestplus/__init__.pyc
 ${PYSITELIB}/pytest_doctestplus/__init__.pyo
+${PYSITELIB}/pytest_doctestplus/newhooks.py
+${PYSITELIB}/pytest_doctestplus/newhooks.pyc
+${PYSITELIB}/pytest_doctestplus/newhooks.pyo
 ${PYSITELIB}/pytest_doctestplus/output_checker.py
 ${PYSITELIB}/pytest_doctestplus/output_checker.pyc
 ${PYSITELIB}/pytest_doctestplus/output_checker.pyo

Index: pkgsrc/devel/py-test-doctestplus/distinfo
diff -u pkgsrc/devel/py-test-doctestplus/distinfo:1.4 pkgsrc/devel/py-test-doctestplus/distinfo:1.5
--- pkgsrc/devel/py-test-doctestplus/distinfo:1.4       Thu Aug 31 13:57:40 2023
+++ pkgsrc/devel/py-test-doctestplus/distinfo   Sat Jan 13 07:16:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/08/31 13:57:40 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/01/13 07:16:44 adam Exp $
 
-BLAKE2s (pytest-doctestplus-1.0.0.tar.gz) = 477d8257505901a33017bfb6c31385ab53e42bec3d1c835be46c46cb52de6c3d
-SHA512 (pytest-doctestplus-1.0.0.tar.gz) = b9487389956df8b274cddb55196c63b0a4f6c9cca41621689a477e0085008b28220f679d5663eb14b030369838491dbadbab260a634a62aefc89d14d9fdb1f80
-Size (pytest-doctestplus-1.0.0.tar.gz) = 38960 bytes
+BLAKE2s (pytest-doctestplus-1.1.0.tar.gz) = 3911d994f7351b0fe97f69403a33eb7e3f23831b6f24b041cf4bd5f055e0bc59
+SHA512 (pytest-doctestplus-1.1.0.tar.gz) = 2da381079083922d72b45b0b549d150e263f8a6580c4fc69c74821b4960cd68eafc255db6c734069b2917a37996c7f8eecb277454cee34db2b156da6945918b0
+Size (pytest-doctestplus-1.1.0.tar.gz) = 45166 bytes



Home | Main Index | Thread Index | Old Index