py-click-option-group: update to 0.5.6.

* Add `optgroup.help_option` decorator to add help option to the group (PR [#50](https://github.com/click-contrib/click-option-group/pull/50))
* Use GitHub Actions instead of Travis CI for CI
* Delete tox runner
* Add Python 3.11 to the setup classifiers

* Add `tests/` directory to tarball
* Add `tests_cov` extra dependencies for testing with coverage

* Move frame gathering into error code path (PR [#34](https://github.com/click-contrib/click-option-group/pull/34))
* Fix typos (PR [#37](https://github.com/click-contrib/click-option-group/pull/37))
* PEP 561 support (PR [#42](https://github.com/click-contrib/click-option-group/pull/42))
* Update docs dependencies and Travis CI Python version matrix (PR [#43](https://github.com/click-contrib/click-option-group/pull/43))
master
Thomas Klausner 2023-11-13 12:02:07 +01:00
parent 5e33b1d4a1
commit 636e7474b3
4 changed files with 15 additions and 13 deletions

View File

@ -1,2 +1,2 @@
click-option-group is a Click-extension package that adds option groups
missing in Click.
click-option-group is a Click-extension package that adds option
groups missing in Click.

View File

@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= click-option-group-0.5.3
DISTNAME= click-option-group-0.5.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/click-option-group/}
@ -10,12 +10,13 @@ HOMEPAGE= https://github.com/click-contrib/click-option-group
COMMENT= Option groups missing in Click
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-click>=7.0:../../devel/py-click
USE_LANGUAGES= # none
# Only for Python >= 3.6
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,9 +1,9 @@
@comment $NetBSD$
${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
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/click_option_group/__init__.py
${PYSITELIB}/click_option_group/__init__.pyc
${PYSITELIB}/click_option_group/__init__.pyo
@ -19,3 +19,4 @@ ${PYSITELIB}/click_option_group/_helpers.pyo
${PYSITELIB}/click_option_group/_version.py
${PYSITELIB}/click_option_group/_version.pyc
${PYSITELIB}/click_option_group/_version.pyo
${PYSITELIB}/click_option_group/py.typed

View File

@ -1,5 +1,5 @@
$NetBSD$
BLAKE2s (click-option-group-0.5.3.tar.gz) = 3495861b9c2c8ce936fb154517b2539e1cb572d32814ac2e621a6d95170875fa
SHA512 (click-option-group-0.5.3.tar.gz) = 99023efeb7a187172f2eed55b91879fa5888d82db7a76a3f930a13d6ba4d2b3b37d6adf24e895eadb61551bc2ca8f0249703cc0db1355aa3c68f493a1435ed5c
Size (click-option-group-0.5.3.tar.gz) = 10792 bytes
BLAKE2s (click-option-group-0.5.6.tar.gz) = 8de215304ed7bdb9a277327fdc680878d09ad76ce033153892dfa796d724e41f
SHA512 (click-option-group-0.5.6.tar.gz) = 7ac321a0c2dedcacf9b0383cb6b1ae6f7dd0ec6855e4f88cd4817ddece0c2c043c8b10fab04a41aefce38f871075a793bdc7b000f3b99adc7d93a3b6f0cf9884
Size (click-option-group-0.5.6.tar.gz) = 16517 bytes