pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-txaio
Module Name: pkgsrc
Committed By: adam
Date: Thu Dec 11 15:04:09 UTC 2025
Modified Files:
pkgsrc/devel/py-txaio: Makefile PLIST distinfo
Log Message:
py-txaio: updated to 25.12.2
25.12.2
**New**
* Modernized documentation infrastructure with Furo theme, MyST Markdown support, and sphinx-autoapi for automatic API documentation generation
* Switch from setuptools to `Hatchling <https://hatch.pypa.io/latest/>`_
* Added standardized project badges (PyPI, Python versions, CI, Docs, License, Downloads) to README.md and docs/index.rst
* Added comprehensive documentation sections: Installation, Getting Started, Programming Guide, Contributing, and Releases
* Added AI assistance documentation under ``docs/ai/`` with acknowledgement and audit files
**Fix**
* Fixed RST badge rendering by setting ``override_image_directive=False`` in sphinxcontrib-images configuration
* Fixed F841 linting error in sphinx_auto_section_anchors.py (unused variable)
* Fixed Incomplete source distribution in 25.12.1: missing tests/util.py
**Other**
* Updated Sphinx requirement to >=8.2.3 for docs optional dependency
* Updated .cicd submodule to latest with linting fix
* Standardized conf.py configuration across WAMP ecosystem projects
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-txaio/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-txaio/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-txaio/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-txaio/Makefile
diff -u pkgsrc/devel/py-txaio/Makefile:1.20 pkgsrc/devel/py-txaio/Makefile:1.21
--- pkgsrc/devel/py-txaio/Makefile:1.20 Fri Dec 5 12:08:55 2025
+++ pkgsrc/devel/py-txaio/Makefile Thu Dec 11 15:04:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2025/12/05 12:08:55 adam Exp $
+# $NetBSD: Makefile,v 1.21 2025/12/11 15:04:09 adam Exp $
-DISTNAME= txaio-25.12.1
+DISTNAME= txaio-25.12.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/txaio/}
@@ -10,10 +10,12 @@ HOMEPAGE= https://github.com/crossbario/
COMMENT= Compatibility API between asyncio/Twisted/Trollius
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>0:../../devel/py-hatchling
TEST_DEPENDS+= ${PYPKGPREFIX}-twisted>=22.10.0:../../net/py-twisted
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 310
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-txaio/PLIST
diff -u pkgsrc/devel/py-txaio/PLIST:1.6 pkgsrc/devel/py-txaio/PLIST:1.7
--- pkgsrc/devel/py-txaio/PLIST:1.6 Fri Dec 5 12:08:55 2025
+++ pkgsrc/devel/py-txaio/PLIST Thu Dec 11 15:04:09 2025
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.6 2025/12/05 12:08:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/12/11 15:04:09 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/txaio/__init__.py
${PYSITELIB}/txaio/__init__.pyc
${PYSITELIB}/txaio/__init__.pyo
Index: pkgsrc/devel/py-txaio/distinfo
diff -u pkgsrc/devel/py-txaio/distinfo:1.21 pkgsrc/devel/py-txaio/distinfo:1.22
--- pkgsrc/devel/py-txaio/distinfo:1.21 Fri Dec 5 12:08:55 2025
+++ pkgsrc/devel/py-txaio/distinfo Thu Dec 11 15:04:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2025/12/05 12:08:55 adam Exp $
+$NetBSD: distinfo,v 1.22 2025/12/11 15:04:09 adam Exp $
-BLAKE2s (txaio-25.12.1.tar.gz) = f7df62efafedf654ece22ba041df3d28ead6568da930f59020b7721739e2db5e
-SHA512 (txaio-25.12.1.tar.gz) = 52b8c82bc355584650d27bd95843e65ae07f0802a637fd94d94b63a8ee8e9f58a6e96b18c8377451189ff5ff8f1c17178e94f4f8416e32840737f98279c9996e
-Size (txaio-25.12.1.tar.gz) = 31156 bytes
+BLAKE2s (txaio-25.12.2.tar.gz) = 04a526254784690ffeb8f103f3969abd5656cd0316c4d514b85c346073ad5f52
+SHA512 (txaio-25.12.2.tar.gz) = 9d06c3d613a47328933637b4f4de5535d40b5be80c06f9c24de6499c8371789bd2281807c177272c5ca9556fec56a74dd9d41da890c392886dff62feb40337f1
+Size (txaio-25.12.2.tar.gz) = 117393 bytes
Home |
Main Index |
Thread Index |
Old Index