pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-stdio-mgr
Module Name: pkgsrc
Committed By: adam
Date: Mon Dec 22 06:18:07 UTC 2025
Modified Files:
pkgsrc/devel/py-stdio-mgr: Makefile PLIST distinfo
Log Message:
py-stdio-mgr: updated to 1.0.1.1
1.0.1.1
- Convert project build config (mostly) from `setup.py` to `pyproject.toml`
- The dynamic README stays in `setup.py`.
- Convert CI to GitHub Actions and diversify
- Ubuntu tests across Pythons on every PR.
- Cross-platform tests across Pythons on PRs to `stable`.
- Ensuring testability of sdist in PRs to `stable`.
- Augment `MANIFEST.in` until tests run successfully on unpacked sdist.
- Checking all tests ran in PRs to `stable`.
- `[skip ci]` implemented in all.
- Refactor `__version__` to new `version.py`
- Set up `black`, `flake`, `isort` with `tox` envs and run/fix
- Update Python & deps versions in `tox` env matrix
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-stdio-mgr/Makefile \
pkgsrc/devel/py-stdio-mgr/PLIST pkgsrc/devel/py-stdio-mgr/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-stdio-mgr/Makefile
diff -u pkgsrc/devel/py-stdio-mgr/Makefile:1.1 pkgsrc/devel/py-stdio-mgr/Makefile:1.2
--- pkgsrc/devel/py-stdio-mgr/Makefile:1.1 Sat May 6 08:52:25 2023
+++ pkgsrc/devel/py-stdio-mgr/Makefile Mon Dec 22 06:18:07 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2023/05/06 08:52:25 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2025/12/22 06:18:07 adam Exp $
-DISTNAME= stdio-mgr-1.0.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= stdio_mgr-1.0.1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/stdio-mgr/}
@@ -10,11 +10,10 @@ HOMEPAGE= https://www.github.com/bskinn/
COMMENT= Context manager for mocking/wrapping stdin/stdout/stderr
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-attrs>=17.1:../../devel/py-attrs
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-stdio-mgr/PLIST
diff -u pkgsrc/devel/py-stdio-mgr/PLIST:1.1 pkgsrc/devel/py-stdio-mgr/PLIST:1.2
--- pkgsrc/devel/py-stdio-mgr/PLIST:1.1 Sat May 6 08:52:25 2023
+++ pkgsrc/devel/py-stdio-mgr/PLIST Mon Dec 22 06:18:07 2025
@@ -1,12 +1,15 @@
-@comment $NetBSD: PLIST,v 1.1 2023/05/06 08:52:25 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2025/12/22 06:18:07 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/stdio_mgr/__init__.py
${PYSITELIB}/stdio_mgr/__init__.pyc
${PYSITELIB}/stdio_mgr/__init__.pyo
${PYSITELIB}/stdio_mgr/stdio_mgr.py
${PYSITELIB}/stdio_mgr/stdio_mgr.pyc
${PYSITELIB}/stdio_mgr/stdio_mgr.pyo
+${PYSITELIB}/stdio_mgr/version.py
+${PYSITELIB}/stdio_mgr/version.pyc
+${PYSITELIB}/stdio_mgr/version.pyo
Index: pkgsrc/devel/py-stdio-mgr/distinfo
diff -u pkgsrc/devel/py-stdio-mgr/distinfo:1.1 pkgsrc/devel/py-stdio-mgr/distinfo:1.2
--- pkgsrc/devel/py-stdio-mgr/distinfo:1.1 Sat May 6 08:52:25 2023
+++ pkgsrc/devel/py-stdio-mgr/distinfo Mon Dec 22 06:18:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/05/06 08:52:25 wiz Exp $
+$NetBSD: distinfo,v 1.2 2025/12/22 06:18:07 adam Exp $
-BLAKE2s (stdio-mgr-1.0.1.tar.gz) = 6b7d48af26422d3fb30f9b468d13b0d446e9ff443886d6f044c748e6dc72e0c5
-SHA512 (stdio-mgr-1.0.1.tar.gz) = 57ae872490852a288dbc1507a0c4f9df793417f823c2bd3d3f7667918cbb59b0c60019647345d50f9b3e4957579cc8e639ef40b5c018cc199068bc489c704623
-Size (stdio-mgr-1.0.1.tar.gz) = 7222 bytes
+BLAKE2s (stdio_mgr-1.0.1.1.tar.gz) = 83f7155bcd536c6b4038eb5d3c9fabab3605a0fe6bb8724926126f91f6516b2b
+SHA512 (stdio_mgr-1.0.1.1.tar.gz) = bbd3501fc4871c70125d61cc66592feb06f3847a48fb6c7c8733e1344480a90126074f19784b6dd3f3a1897530b9343ed4723649a5d932fc1d8d21f143ec43ae
+Size (stdio_mgr-1.0.1.1.tar.gz) = 13263 bytes
Home |
Main Index |
Thread Index |
Old Index