From 81085a6573a685ef8f06396ccf9207579255811a Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 23 Oct 2022 12:03:49 +0200 Subject: [PATCH] package labels --- winpython/__init__.py | 2 +- winpython/data/packages.ini | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/winpython/__init__.py b/winpython/__init__.py index 24483d69..c6b14e5a 100644 --- a/winpython/__init__.py +++ b/winpython/__init__.py @@ -28,6 +28,6 @@ OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '5.0.20221016' +__version__ = '5.0.20221023' __license__ = __doc__ __project_url__ = 'http://winpython.github.io/' diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 3af4a921..a6557679 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -3376,3 +3376,27 @@ description = A patch parsing and application library. [duckdb] description = DuckDB embedded database +[ffmpy] +description = A simple Python wrapper for ffmpeg + +[pyqt6-sip] +description = The sip module support for PyQt6 + +[pyqt6] +description = Python bindings for the Qt cross platform application toolkit + +[pyqt6-qt6] +description = The subset of a Qt installation needed by PyQt6. + +[xgboost] +description = XGBoost Python Package + +[click-default-group-wheel] +description = Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel) + +[exceptiongroup] +description = Backport of PEP 654 (exception groups) + +[linear-operator] +description = A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices). +