pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-invoke
Module Name: pkgsrc
Committed By: adam
Date: Mon Jun 1 19:42:52 UTC 2026
Modified Files:
pkgsrc/sysutils/py-invoke: Makefile PLIST distinfo
Log Message:
py-invoke: updated to 3.0.3
3.0.3 2026-04-07
[Support]: Reverted the @task return value type hint change; it actually just makes things worse. Taking this one back to the drawing table for later.
3.0.2 2026-04-06
[Bug]: Define a custom __repr__ for Promise so it can be displayed in interactive sessions or other debug contexts, without running afoul of AttributeError. Thanks to Leonid Shvechikov for the
original bug report.
[Support]: Make the return value type hint for @task more specific; as-is it would trigger typecheck errors when handing regular, decorated task functions as inputs to add_task and similar methods.
3.0.1 2026-04-06
[Support]: Minor tweaks to documentation and type hints/inheritance (mostly around Promise).
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/py-invoke/Makefile \
pkgsrc/sysutils/py-invoke/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/py-invoke/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-invoke/Makefile
diff -u pkgsrc/sysutils/py-invoke/Makefile:1.4 pkgsrc/sysutils/py-invoke/Makefile:1.5
--- pkgsrc/sysutils/py-invoke/Makefile:1.4 Mon Oct 20 07:59:44 2025
+++ pkgsrc/sysutils/py-invoke/Makefile Mon Jun 1 19:42:52 2026
@@ -1,24 +1,23 @@
-# $NetBSD: Makefile,v 1.4 2025/10/20 07:59:44 adam Exp $
+# $NetBSD: Makefile,v 1.5 2026/06/01 19:42:52 adam Exp $
-DISTNAME= invoke-2.2.1
+DISTNAME= invoke-3.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/invoke/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://pyinvoke.org/
+HOMEPAGE= https://www.pyinvoke.org/
COMMENT= Pythonic task execution
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TEST_DEPENDS+= ${PYPKGPREFIX}-icecream>=2.1:../../misc/py-icecream
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-relaxed>=2:../../devel/py-test-relaxed
USE_LANGUAGES= # none
-post-install:
-.for bin in inv invoke
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
-.endfor
+PY_RENAME_BINARIES= inv invoke
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/py-invoke/distinfo
diff -u pkgsrc/sysutils/py-invoke/distinfo:1.4 pkgsrc/sysutils/py-invoke/distinfo:1.5
--- pkgsrc/sysutils/py-invoke/distinfo:1.4 Mon Oct 20 07:59:44 2025
+++ pkgsrc/sysutils/py-invoke/distinfo Mon Jun 1 19:42:52 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/10/20 07:59:44 adam Exp $
+$NetBSD: distinfo,v 1.5 2026/06/01 19:42:52 adam Exp $
-BLAKE2s (invoke-2.2.1.tar.gz) = f0ebb9b2346db04565e19980c24bd8db0e6457ed0bdbbe0f608ded788b04baea
-SHA512 (invoke-2.2.1.tar.gz) = 355252ee8d2123f2ec8866363c202b87bbed7c23e4daef45b8343f1ac80e97cc0105e283b7640df8ded173646f27e0fc68ce3b9a57a40a79977f8fef9c6470ad
-Size (invoke-2.2.1.tar.gz) = 304762 bytes
+BLAKE2s (invoke-3.0.3.tar.gz) = 40e4e7626f8c9e86b690716c64873397f5ef6bab8a5ff530f4e629d69262d339
+SHA512 (invoke-3.0.3.tar.gz) = 7c9ecd4b44a4ac80a4f74bff55e406f24e41f300efe7148b0132138466e1e190961aa5d1ecae30a5298362780ebd39c015c1b98392992c72edb49fc411c1380f
+Size (invoke-3.0.3.tar.gz) = 343419 bytes
Index: pkgsrc/sysutils/py-invoke/PLIST
diff -u pkgsrc/sysutils/py-invoke/PLIST:1.3 pkgsrc/sysutils/py-invoke/PLIST:1.4
--- pkgsrc/sysutils/py-invoke/PLIST:1.3 Mon Oct 20 07:59:44 2025
+++ pkgsrc/sysutils/py-invoke/PLIST Mon Jun 1 19:42:52 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/10/20 07:59:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/06/01 19:42:52 adam Exp $
bin/inv-${PYVERSSUFFIX}
bin/invoke-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -13,9 +13,6 @@ ${PYSITELIB}/invoke/__init__.pyo
${PYSITELIB}/invoke/__main__.py
${PYSITELIB}/invoke/__main__.pyc
${PYSITELIB}/invoke/__main__.pyo
-${PYSITELIB}/invoke/_version.py
-${PYSITELIB}/invoke/_version.pyc
-${PYSITELIB}/invoke/_version.pyo
${PYSITELIB}/invoke/collection.py
${PYSITELIB}/invoke/collection.pyc
${PYSITELIB}/invoke/collection.pyo
Home |
Main Index |
Thread Index |
Old Index