pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-click
Module Name: pkgsrc
Committed By: adam
Date: Wed Dec 25 10:09:09 UTC 2024
Modified Files:
pkgsrc/devel/py-click: Makefile PLIST distinfo
Log Message:
py-click: updated to 8.1.8
Version 8.1.8
- Fix an issue with type hints for ``click.open_file()``.
- Fix issue where error message for invalid ``click.Path`` displays on
multiple lines.
- Fixed issue that prevented a default value of ``""`` from being displayed in
the help for an option.
- The test runner handles stripping color consistently on Windows.
- Show correct value for flag default when using ``default_map``.
- Fix ``click.echo(color=...)`` passing ``color`` to coloroma so it can be
forced on Windows.
- More robust bash version check, fixing problem on Windows with git-bash.
- Cache the help option generated by the ``help_option_names`` setting to
respect its eagerness.
- Replace uses of ``os.system`` with ``subprocess.Popen``.
- Exceptions generated during a command will use the context's ``color``
setting when being displayed.
- Error message when defining option with invalid name is more descriptive.
- Refactor code generating default ``--help`` option to deduplicate code.
- Test ``CLIRunner`` resets patched ``_compat.should_strip_ansi``.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-click/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-click/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-click/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-click/Makefile
diff -u pkgsrc/devel/py-click/Makefile:1.28 pkgsrc/devel/py-click/Makefile:1.29
--- pkgsrc/devel/py-click/Makefile:1.28 Thu Aug 24 19:46:12 2023
+++ pkgsrc/devel/py-click/Makefile Wed Dec 25 10:09:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/08/24 19:46:12 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2024/12/25 10:09:08 adam Exp $
-DISTNAME= click-8.1.7
+DISTNAME= click-8.1.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/click/}
@@ -10,14 +10,9 @@ HOMEPAGE= https://palletsprojects.com/p/
COMMENT= Simple wrapper around optparse for powerful command line utilities
LICENSE= modified-bsd
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-click/PLIST
diff -u pkgsrc/devel/py-click/PLIST:1.5 pkgsrc/devel/py-click/PLIST:1.6
--- pkgsrc/devel/py-click/PLIST:1.5 Thu Mar 31 07:25:58 2022
+++ pkgsrc/devel/py-click/PLIST Wed Dec 25 10:09:09 2024
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2022/03/31 07:25:58 adam 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.6 2024/12/25 10:09:09 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/click/__init__.py
${PYSITELIB}/click/__init__.pyc
${PYSITELIB}/click/__init__.pyo
Index: pkgsrc/devel/py-click/distinfo
diff -u pkgsrc/devel/py-click/distinfo:1.26 pkgsrc/devel/py-click/distinfo:1.27
--- pkgsrc/devel/py-click/distinfo:1.26 Thu Aug 24 19:46:12 2023
+++ pkgsrc/devel/py-click/distinfo Wed Dec 25 10:09:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2023/08/24 19:46:12 wiz Exp $
+$NetBSD: distinfo,v 1.27 2024/12/25 10:09:09 adam Exp $
-BLAKE2s (click-8.1.7.tar.gz) = 350a06f86f54d5370656558b0b9603e64a3110f6cf226a8007b8185623402402
-SHA512 (click-8.1.7.tar.gz) = c67146ad0112daf8ed4db62a6b0a0065109332eb8fa31962ce40d61e27e2736020a0cadfebdd1656e2f23c20291b069d3a409faffe999a0907e6dbdef77aa014
-Size (click-8.1.7.tar.gz) = 336121 bytes
+BLAKE2s (click-8.1.8.tar.gz) = a320bc3b37b19d4b708a9b0d9a5afb74d97ac606d5abc58476a0f96617ba2093
+SHA512 (click-8.1.8.tar.gz) = 943e31a31369eb09d5da8efd89cca340229ab6ecbb49c02dcdabcce090099705b9b6a1bc12380ec9b8baacd469c3573ea8311b2197c594e591e5738a735e92b6
+Size (click-8.1.8.tar.gz) = 226593 bytes
Home |
Main Index |
Thread Index |
Old Index