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:           Sun Nov 17 12:49:05 UTC 2024

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

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

0.0.14

Adopt uv
lint: raise timeout to avoid flakyness
support for calling a function/coroutine, e.g. main within examples
Fix for single line docstrings
Typechecking
lint: use python helper to point to the ruff bin
Lax whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/py-test-examples/Makefile:1.3
--- pkgsrc/devel/py-test-examples/Makefile:1.2  Wed Aug 14 09:07:28 2024
+++ pkgsrc/devel/py-test-examples/Makefile      Sun Nov 17 12:49:05 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/08/14 09:07:28 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/11/17 12:49:05 adam Exp $
 
-DISTNAME=      pytest_examples-0.0.13
+DISTNAME=      pytest_examples-0.0.14
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest_examples/}
@@ -17,11 +17,5 @@ DEPENDS+=    ${PYPKGPREFIX}-test>=7:../../d
 
 USE_LANGUAGES= # none
 
-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.2 pkgsrc/devel/py-test-examples/distinfo:1.3
--- pkgsrc/devel/py-test-examples/distinfo:1.2  Wed Aug 14 09:07:28 2024
+++ pkgsrc/devel/py-test-examples/distinfo      Sun Nov 17 12:49:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/08/14 09:07:28 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/11/17 12:49:05 adam Exp $
 
-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
+BLAKE2s (pytest_examples-0.0.14.tar.gz) = e1a6be2398dfb666f71c9f69229f91e4dc0b78b742b5f09d3fa8e0e1fde8a51d
+SHA512 (pytest_examples-0.0.14.tar.gz) = 2b41bdc5fe3d445027d37d944d1fd38d018d74003aefa24f83ed593358f407e9ab7ff3b6f9923769eadb1cd4f2d279aea106e3842a84fcd012f201ef7cc229d4
+Size (pytest_examples-0.0.14.tar.gz) = 20767 bytes



Home | Main Index | Thread Index | Old Index