pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug 14 09:07:28 UTC 2024

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

Log Message:
py-test-examples: updated to 0.0.13

0.0.13

Add new module to sys.modules so that namespace ops are sound


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-examples/Makefile \
    pkgsrc/devel/py-test-examples/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-examples/Makefile
diff -u pkgsrc/devel/py-test-examples/Makefile:1.1 pkgsrc/devel/py-test-examples/Makefile:1.2
--- pkgsrc/devel/py-test-examples/Makefile:1.1  Sun Jul 14 11:58:24 2024
+++ pkgsrc/devel/py-test-examples/Makefile      Wed Aug 14 09:07:28 2024
@@ -1,24 +1,27 @@
-# $NetBSD: Makefile,v 1.1 2024/07/14 11:58:24 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/14 09:07:28 adam Exp $
 
-DISTNAME=      pytest_examples-0.0.12
+DISTNAME=      pytest_examples-0.0.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest_examples/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.org/project/pytest_examples/
+HOMEPAGE=      https://github.com/pydantic/pytest-examples
 COMMENT=       Pytest plugin for testing examples in docstrings and markdown files
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-black>=23:../../textproc/py-black
-DEPENDS+=      ${PYPKGPREFIX}-ruff>=0.5:../../devel/py-ruff
+DEPENDS+=      ${PYPKGPREFIX}-ruff>=0.5.0:../../devel/py-ruff
 DEPENDS+=      ${PYPKGPREFIX}-test>=7:../../devel/py-test
 
 USE_LANGUAGES= # none
 
-# as of 0.0.12
-# 12 failed, 52 passed
+SUBST_CLASSES+=                ruffpath
+SUBST_STAGE.ruffpath=  pre-configure
+SUBST_MESSAGE.ruffpath=        Fixing path to ruff.
+SUBST_FILES.ruffpath=  pytest_examples/lint.py
+SUBST_SED.ruffpath=    -e "s,args = 'ruff',args = 'ruff-${PYVERSSUFFIX}',"
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-examples/distinfo
diff -u pkgsrc/devel/py-test-examples/distinfo:1.1 pkgsrc/devel/py-test-examples/distinfo:1.2
--- pkgsrc/devel/py-test-examples/distinfo:1.1  Sun Jul 14 11:58:24 2024
+++ pkgsrc/devel/py-test-examples/distinfo      Wed Aug 14 09:07:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/07/14 11:58:24 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/08/14 09:07:28 adam Exp $
 
-BLAKE2s (pytest_examples-0.0.12.tar.gz) = 55282aa59dc90e849a80b25a74c6446f5eca6539a18530587a55cccc18c352a0
-SHA512 (pytest_examples-0.0.12.tar.gz) = 57ac89fb76efcd86a9891635514e467efbf4a696023db2f169e9ca13274480368ce9f99c74ec0bfcbe992e3b18d988ccebd17d6d6226f4e162ef23518a61eb3e
-Size (pytest_examples-0.0.12.tar.gz) = 20429 bytes
+BLAKE2s (pytest_examples-0.0.13.tar.gz) = bcf4ed1624a4bb02ca6af2aa64a5486cd1a155198a8158d4a01996b0f52c7220
+SHA512 (pytest_examples-0.0.13.tar.gz) = 571ea8f8450669096fa0bfe0d36b1261ab027a502ddd6541cdc9ced5fc9df2c27d9f818cac4968143b025a9d8748b4bc302e07b20d7ff223d68788d3558ff1b3
+Size (pytest_examples-0.0.13.tar.gz) = 20445 bytes



Home | Main Index | Thread Index | Old Index