From 1243a31e81af311996dd990c265a9ff9e43afa91 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:00:25 +0200 Subject: [PATCH 01/28] python-pyproject-hooks: remove tomli dependency no longer needed with Python 3.11 --- mingw-w64-python-pyproject-hooks/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-pyproject-hooks/PKGBUILD b/mingw-w64-python-pyproject-hooks/PKGBUILD index 0a7bb34af9..5fbcd087f3 100644 --- a/mingw-w64-python-pyproject-hooks/PKGBUILD +++ b/mingw-w64-python-pyproject-hooks/PKGBUILD @@ -5,7 +5,7 @@ _realname=pyproject-hooks pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="A low-level library for calling build-backends in pyproject.toml-based project (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -13,7 +13,6 @@ url='https://github.com/pypa/pyproject-hooks' license=('spdx:MIT') depends=( "${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-python-tomli" ) makedepends=( "${MINGW_PACKAGE_PREFIX}-python-flit-core" From 855b8cbaac4f55b05b6b859a1373fc9818fc5dd1 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:02:04 +0200 Subject: [PATCH 02/28] meson-python: remove tomli dependency no longer needed with Python 3.11 --- mingw-w64-meson-python/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-meson-python/PKGBUILD b/mingw-w64-meson-python/PKGBUILD index a1442c8259..2d6f21582d 100644 --- a/mingw-w64-meson-python/PKGBUILD +++ b/mingw-w64-meson-python/PKGBUILD @@ -4,7 +4,7 @@ _realname=meson-python pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgver=0.13.2 -pkgrel=2 +pkgrel=3 pkgdesc="Meson PEP 517 Python build backend (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -12,8 +12,7 @@ url='https://github.com/mesonbuild/meson-python' license=('spdx:MIT') depends=("${MINGW_PACKAGE_PREFIX}-meson" "${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-python-pyproject-metadata" - "${MINGW_PACKAGE_PREFIX}-python-tomli") # Python < 3.11 + "${MINGW_PACKAGE_PREFIX}-python-pyproject-metadata") makedepends=() options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz") From 4f90ef2dade2a9264944bf7f09f49d2cb8fab295 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:03:45 +0200 Subject: [PATCH 03/28] python-build: remove tomli dependency --- mingw-w64-python-build/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-build/PKGBUILD b/mingw-w64-python-build/PKGBUILD index 5c81d7ea9e..a48a4f51e4 100644 --- a/mingw-w64-python-build/PKGBUILD +++ b/mingw-w64-python-build/PKGBUILD @@ -4,7 +4,7 @@ _realname=build pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=0.10.0 -pkgrel=4 +pkgrel=5 pkgdesc="A simple, correct Python build frontend (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -13,7 +13,6 @@ license=('spdx:MIT') depends=( "${MINGW_PACKAGE_PREFIX}-python-packaging" "${MINGW_PACKAGE_PREFIX}-python-pyproject-hooks" - "${MINGW_PACKAGE_PREFIX}-python-tomli" ) optdepends=( "${MINGW_PACKAGE_PREFIX}-python-colorama" From 8ef4ca8acf456b36058cb54922a06d9b65230707 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:05:13 +0200 Subject: [PATCH 04/28] python-hatchling: remove tomli dependency --- mingw-w64-python-hatchling/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-hatchling/PKGBUILD b/mingw-w64-python-hatchling/PKGBUILD index 2fa29cab6f..c9414f64c7 100644 --- a/mingw-w64-python-hatchling/PKGBUILD +++ b/mingw-w64-python-hatchling/PKGBUILD @@ -4,7 +4,7 @@ _realname=hatchling pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=1.18.0 -pkgrel=2 +pkgrel=3 pkgdesc='A modern project, package, and virtual env manager (backend) (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -15,7 +15,6 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-packaging" "${MINGW_PACKAGE_PREFIX}-python-pathspec" "${MINGW_PACKAGE_PREFIX}-python-pluggy" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-python-trove-classifiers") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" From f8c792f511e1b3897210e86414f7bd66951d4048 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:06:40 +0200 Subject: [PATCH 05/28] python-pyproject-api: remove tomli dependency --- mingw-w64-python-pyproject-api/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-pyproject-api/PKGBUILD b/mingw-w64-python-pyproject-api/PKGBUILD index fe11646ea8..ee5200f3a0 100644 --- a/mingw-w64-python-pyproject-api/PKGBUILD +++ b/mingw-w64-python-pyproject-api/PKGBUILD @@ -4,15 +4,14 @@ _realname=pyproject-api pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=1.5.2 -pkgrel=2 +pkgrel=3 pkgdesc="API to interact with the python pyproject.toml based projects (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url='https://github.com/tox-dev/pyproject-api' license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-python-packaging" - "${MINGW_PACKAGE_PREFIX}-python-tomli") # Python<3.11 + "${MINGW_PACKAGE_PREFIX}-python-packaging") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-hatchling" From d78eeed263fa0d861a2f35aa7c76a723b5a5e6f3 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:08:14 +0200 Subject: [PATCH 06/28] python-pydocstyle: remove tomli dependency --- mingw-w64-python-pydocstyle/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-pydocstyle/PKGBUILD b/mingw-w64-python-pydocstyle/PKGBUILD index 5945515adf..15cab34aa4 100644 --- a/mingw-w64-python-pydocstyle/PKGBUILD +++ b/mingw-w64-python-pydocstyle/PKGBUILD @@ -4,7 +4,7 @@ _realname=pydocstyle pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} pkgver=6.3.0 -pkgrel=2 +pkgrel=3 pkgdesc='Python docstring style checker (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') @@ -12,8 +12,7 @@ license=('MIT') url='https://github.com/PyCQA/pydocstyle' depends=( ${MINGW_PACKAGE_PREFIX}-python - ${MINGW_PACKAGE_PREFIX}-python-snowballstemmer - ${MINGW_PACKAGE_PREFIX}-python-tomli) # Python<3.11 + ${MINGW_PACKAGE_PREFIX}-python-snowballstemmer) makedepends=(${MINGW_PACKAGE_PREFIX}-python-build ${MINGW_PACKAGE_PREFIX}-python-installer ${MINGW_PACKAGE_PREFIX}-python-poetry-core) From 3f99999fbcf5fdfc446a679983582751430e2354 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:09:22 +0200 Subject: [PATCH 07/28] gi-docgen: remove tomli dependency --- mingw-w64-gi-docgen/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-gi-docgen/PKGBUILD b/mingw-w64-gi-docgen/PKGBUILD index 7d634cf8bf..f7dd4b7c55 100644 --- a/mingw-w64-gi-docgen/PKGBUILD +++ b/mingw-w64-gi-docgen/PKGBUILD @@ -4,7 +4,7 @@ _realname=gi-docgen pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgver=2023.1 -pkgrel=3 +pkgrel=4 pkgdesc='Documentation tool for GObject-based libraries (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -16,7 +16,6 @@ depends=( "${MINGW_PACKAGE_PREFIX}-python-markdown" "${MINGW_PACKAGE_PREFIX}-python-markupsafe" "${MINGW_PACKAGE_PREFIX}-python-pygments" - "${MINGW_PACKAGE_PREFIX}-python-tomli" # Python<3.11 "${MINGW_PACKAGE_PREFIX}-python-typogrify" ) makedepends=( From c7c88595cf5640707afd7784f85f2a7ff121b171 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:12:15 +0200 Subject: [PATCH 08/28] mypy: remove tomli dependency --- mingw-w64-mypy/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-mypy/PKGBUILD b/mingw-w64-mypy/PKGBUILD index d929bf9ad8..0ab42045ae 100644 --- a/mingw-w64-mypy/PKGBUILD +++ b/mingw-w64-mypy/PKGBUILD @@ -4,7 +4,7 @@ _realname=mypy pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgver=1.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Optional static typing for Python 2 and 3 (PEP484) (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') @@ -12,7 +12,6 @@ url="http://www.mypy-lang.org/" license=('spdx:MIT') depends=( "${MINGW_PACKAGE_PREFIX}-python-mypy_extensions" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-python-typing_extensions" ) makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" From a851dad20cf680d106dbe993fd7e2695bd835bdb Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:13:12 +0200 Subject: [PATCH 09/28] python-autopep8: remove tomli dependecy --- mingw-w64-python-autopep8/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-autopep8/PKGBUILD b/mingw-w64-python-autopep8/PKGBUILD index 1a25e1d3e3..d88331ad4e 100644 --- a/mingw-w64-python-autopep8/PKGBUILD +++ b/mingw-w64-python-autopep8/PKGBUILD @@ -4,7 +4,7 @@ _realname=autopep8 pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} pkgver=2.0.2 -pkgrel=2 +pkgrel=3 pkgdesc='A tool that automatically formats Python code to conform to the PEP 8 style guide (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') @@ -12,8 +12,7 @@ license=('MIT') url='https://github.com/hhatto/autopep8' depends=( ${MINGW_PACKAGE_PREFIX}-python - ${MINGW_PACKAGE_PREFIX}-python-pycodestyle - ${MINGW_PACKAGE_PREFIX}-python-tomli) + ${MINGW_PACKAGE_PREFIX}-python-pycodestyle) makedepends=(${MINGW_PACKAGE_PREFIX}-python-setuptools unzip) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") sha256sums=('f9849cdd62108cb739dbcdbfb7fdcc9a30d1b63c4cc3e1c1f893b5360941b61c') From cc8b17b91a87dcb12bb1f4880eb666ce994cb987 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:14:23 +0200 Subject: [PATCH 10/28] python-black: remove tomli dependency --- mingw-w64-python-black/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-black/PKGBUILD b/mingw-w64-python-black/PKGBUILD index 5b182242e8..cd2c537499 100644 --- a/mingw-w64-python-black/PKGBUILD +++ b/mingw-w64-python-black/PKGBUILD @@ -4,7 +4,7 @@ _realname=black pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=23.7.0 -pkgrel=2 +pkgrel=3 pkgdesc='Uncompromising Python code formatter (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -14,8 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-click" "${MINGW_PACKAGE_PREFIX}-python-mypy_extensions" "${MINGW_PACKAGE_PREFIX}-python-packaging" "${MINGW_PACKAGE_PREFIX}-python-pathspec" - "${MINGW_PACKAGE_PREFIX}-python-platformdirs" - "${MINGW_PACKAGE_PREFIX}-python-tomli") # tomli: to be removed with python 3.11 + "${MINGW_PACKAGE_PREFIX}-python-platformdirs") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-hatchling" From bcb2c89badbd2088d74a219fd6c268e44174c13f Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:16:12 +0200 Subject: [PATCH 11/28] python-flit: remove tomli dependency --- mingw-w64-python-flit/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-flit/PKGBUILD b/mingw-w64-python-flit/PKGBUILD index 847349ea9c..44b7b7f210 100644 --- a/mingw-w64-python-flit/PKGBUILD +++ b/mingw-w64-python-flit/PKGBUILD @@ -4,7 +4,7 @@ _realname=flit pkgbase=mingw-w64-python-${_realname} pkgname=(${MINGW_PACKAGE_PREFIX}-python-$_realname) pkgver=3.9.0 -pkgrel=2 +pkgrel=3 pkgdesc='Simplified packaging of Python modules (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -15,7 +15,6 @@ depends=( "${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-flit-core" "${MINGW_PACKAGE_PREFIX}-python-requests" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-python-tomli-w" "${MINGW_PACKAGE_PREFIX}-python-docutils" ) From 3a7348903f7f4006d3a2bdd738afaa49808b5d64 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:17:16 +0200 Subject: [PATCH 12/28] python-flit-scm: remove tomli dependency --- mingw-w64-python-flit-scm/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-flit-scm/PKGBUILD b/mingw-w64-python-flit-scm/PKGBUILD index e92f94e408..a6c7878e4d 100644 --- a/mingw-w64-python-flit-scm/PKGBUILD +++ b/mingw-w64-python-flit-scm/PKGBUILD @@ -4,7 +4,7 @@ _realname=flit-scm pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=1.7.0 -pkgrel=2 +pkgrel=3 pkgdesc="A PEP 518 build backend that uses setuptools_scm to generate a version file from your version control system, then flit to build the package. (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -12,8 +12,7 @@ url='https://gitlab.com/WillDaSilva/flit_scm' license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-flit-core" - "${MINGW_PACKAGE_PREFIX}-python-setuptools-scm" - "${MINGW_PACKAGE_PREFIX}-python-tomli") + "${MINGW_PACKAGE_PREFIX}-python-setuptools-scm") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz") From 452ac5dcc250ac909e3c3ba656358a005b4dae57 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:19:03 +0200 Subject: [PATCH 13/28] python-hatch-fancy-pypi-readme: remove tomli dependency --- mingw-w64-python-hatch-fancy-pypi-readme/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-hatch-fancy-pypi-readme/PKGBUILD b/mingw-w64-python-hatch-fancy-pypi-readme/PKGBUILD index 7e5a95d856..824bc4b6f5 100644 --- a/mingw-w64-python-hatch-fancy-pypi-readme/PKGBUILD +++ b/mingw-w64-python-hatch-fancy-pypi-readme/PKGBUILD @@ -4,15 +4,14 @@ _realname=hatch-fancy-pypi-readme pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=23.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Fancy PyPI READMEs with Hatch (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url='https://github.com/hynek/hatch-fancy-pypi-readme' license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-python-hatchling" - "${MINGW_PACKAGE_PREFIX}-python-tomli") # with python<3.11 + "${MINGW_PACKAGE_PREFIX}-python-hatchling") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") options=(!strip) From f6639cc473c782db27d6e2d06df6bc250c4f2348 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:22:35 +0200 Subject: [PATCH 14/28] python-jupyter_notebook_shim: remove tomli dependency --- mingw-w64-python-jupyter_notebook_shim/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-jupyter_notebook_shim/PKGBUILD b/mingw-w64-python-jupyter_notebook_shim/PKGBUILD index 34e4eeb0ad..daecf25f66 100644 --- a/mingw-w64-python-jupyter_notebook_shim/PKGBUILD +++ b/mingw-w64-python-jupyter_notebook_shim/PKGBUILD @@ -4,7 +4,7 @@ _realname=notebook_shim pkgbase=mingw-w64-python-jupyter_${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-jupyter_${_realname} pkgver=0.2.3 -pkgrel=2 +pkgrel=3 pkgdesc='A shim layer for notebook traits and config (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -12,8 +12,7 @@ url='https://jupyter.org/' license=('spdx:BSD-3-Clause') depends=( ${MINGW_PACKAGE_PREFIX}-python - ${MINGW_PACKAGE_PREFIX}-python-jupyter_server - ${MINGW_PACKAGE_PREFIX}-python-tomli) + ${MINGW_PACKAGE_PREFIX}-python-jupyter_server) makedepends=( ${MINGW_PACKAGE_PREFIX}-python-build ${MINGW_PACKAGE_PREFIX}-python-hatchling From 0dd689ffdc438d866b2cd365913e399257c070ea Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:24:16 +0200 Subject: [PATCH 15/28] python-lsp-black: remove tomli dependency --- mingw-w64-python-lsp-black/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-lsp-black/PKGBUILD b/mingw-w64-python-lsp-black/PKGBUILD index bcbf276730..8be45bdf0d 100644 --- a/mingw-w64-python-lsp-black/PKGBUILD +++ b/mingw-w64-python-lsp-black/PKGBUILD @@ -5,7 +5,7 @@ _realname=lsp-black pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} pkgver=1.3.0 -pkgrel=2 +pkgrel=3 pkgdesc='Black plugin for the Python LSP Server (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') @@ -14,8 +14,7 @@ url='https://github.com/python-lsp/python-lsp-black' depends=( "${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-black" - "${MINGW_PACKAGE_PREFIX}-python-lsp-server" - "${MINGW_PACKAGE_PREFIX}-python-tomli") + "${MINGW_PACKAGE_PREFIX}-python-lsp-server") makedepends=( "${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" From bde5f9ae1cbc124205521c12d6b24bb7d25a8e35 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:25:08 +0200 Subject: [PATCH 16/28] python-maturin: remove tomli dependency --- mingw-w64-python-maturin/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-maturin/PKGBUILD b/mingw-w64-python-maturin/PKGBUILD index ac23d80a24..68f589c31e 100644 --- a/mingw-w64-python-maturin/PKGBUILD +++ b/mingw-w64-python-maturin/PKGBUILD @@ -4,15 +4,14 @@ _realname=maturin pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} pkgver=1.1.0 -pkgrel=3 +pkgrel=4 pkgdesc='Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages (mingw-w64)' url='https://github.com/pyo3/maturin' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') license=('spdx:MIT OR Apache-2.0') depends=( - "${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-python-tomli") + "${MINGW_PACKAGE_PREFIX}-python") makedepends=( "${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" From f64c85e66e41f4ff7b75cf254bdad9394afe8af1 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:26:16 +0200 Subject: [PATCH 17/28] python-nvchecker: remove tomli --- mingw-w64-python-nvchecker/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-nvchecker/PKGBUILD b/mingw-w64-python-nvchecker/PKGBUILD index cfe5f0de88..ee3f263e8d 100644 --- a/mingw-w64-python-nvchecker/PKGBUILD +++ b/mingw-w64-python-nvchecker/PKGBUILD @@ -4,14 +4,13 @@ _realname=nvchecker pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=2.12 -pkgrel=2 +pkgrel=3 pkgdesc="New version checker for software releases (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'mingw32' 'ucrt64' 'clang64' 'clangarm64' 'clang32') url="https://github.com/lilydjwg/nvchecker" license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-python-structlog" "${MINGW_PACKAGE_PREFIX}-python-platformdirs" "${MINGW_PACKAGE_PREFIX}-python-tornado" From 41d60d0d29309f95d4ca2d0ad11f31192542b2b1 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:27:45 +0200 Subject: [PATCH 18/28] python-pdm-backend: remove tomli --- mingw-w64-python-pdm-backend/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-pdm-backend/PKGBUILD b/mingw-w64-python-pdm-backend/PKGBUILD index a0fa296e2f..fb59aed890 100644 --- a/mingw-w64-python-pdm-backend/PKGBUILD +++ b/mingw-w64-python-pdm-backend/PKGBUILD @@ -4,7 +4,7 @@ _realname=pdm-backend pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=2.1.4 -pkgrel=2 +pkgrel=3 pkgdesc="The build backend used by PDM that supports latest packaging standards (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -13,7 +13,6 @@ license=('spdx:MIT') depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-packaging" "${MINGW_PACKAGE_PREFIX}-python-pyproject-metadata" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-python-tomli-w") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer") From 90c51af77c0785223a5223b5a61256a07519cc91 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:29:02 +0200 Subject: [PATCH 19/28] python-pip-tools: remove tomli --- mingw-w64-python-pip-tools/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-pip-tools/PKGBUILD b/mingw-w64-python-pip-tools/PKGBUILD index b7f846aea6..bf34ca89d3 100644 --- a/mingw-w64-python-pip-tools/PKGBUILD +++ b/mingw-w64-python-pip-tools/PKGBUILD @@ -4,7 +4,7 @@ _realname=pip-tools pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=7.1.0 -pkgrel=2 +pkgrel=3 pkgdesc='A set of tools to keep your pinned Python dependencies fresh. (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') @@ -13,7 +13,6 @@ license=('spdx:BSD-3-Clause') depends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-click" "${MINGW_PACKAGE_PREFIX}-python-pip" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-wheel") makedepends=("${MINGW_PACKAGE_PREFIX}-python-installer" From d7ddcffffd374af1d899a2c8348f4cb6edf85196 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:29:56 +0200 Subject: [PATCH 20/28] python-poetry: remove tomli --- mingw-w64-python-poetry/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-poetry/PKGBUILD b/mingw-w64-python-poetry/PKGBUILD index d35d5369b3..7f70243390 100644 --- a/mingw-w64-python-poetry/PKGBUILD +++ b/mingw-w64-python-poetry/PKGBUILD @@ -4,7 +4,7 @@ _realname=poetry pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=1.5.1 -pkgrel=2 +pkgrel=3 pkgdesc="Python dependency management and packaging made easy (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -34,7 +34,6 @@ depends=( "${MINGW_PACKAGE_PREFIX}-python-requests" "${MINGW_PACKAGE_PREFIX}-python-requests-toolbelt" "${MINGW_PACKAGE_PREFIX}-python-shellingham" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-python-tomlkit" "${MINGW_PACKAGE_PREFIX}-python-trove-classifiers" "${MINGW_PACKAGE_PREFIX}-python-virtualenv" From d95d25474b293ec07ea1af062633703a7798b47f Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:30:49 +0200 Subject: [PATCH 21/28] python-pylint: remove tomli --- mingw-w64-python-pylint/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-pylint/PKGBUILD b/mingw-w64-python-pylint/PKGBUILD index ddf40ec6af..0ec3612444 100644 --- a/mingw-w64-python-pylint/PKGBUILD +++ b/mingw-w64-python-pylint/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=2.17.4 -pkgrel=2 +pkgrel=3 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -20,7 +20,6 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-isort" "${MINGW_PACKAGE_PREFIX}-python-mccabe" "${MINGW_PACKAGE_PREFIX}-python-platformdirs" - "${MINGW_PACKAGE_PREFIX}-python-tomli" # for python <3.11 "${MINGW_PACKAGE_PREFIX}-python-tomlkit") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" From a899aee58db047980cbb86f7e01f9545a4af8518 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:32:38 +0200 Subject: [PATCH 22/28] python-pytest: remove tomli and exceptiongroup both no longer needed with Python 3.11 --- mingw-w64-python-pytest/PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/mingw-w64-python-pytest/PKGBUILD b/mingw-w64-python-pytest/PKGBUILD index 72e2000a5b..c0c692db8a 100644 --- a/mingw-w64-python-pytest/PKGBUILD +++ b/mingw-w64-python-pytest/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=7.4.0 -pkgrel=2 +pkgrel=3 pkgdesc='simple powerful testing with Python (mingw-w64)' url='https://pytest.org/' license=('MIT') @@ -15,13 +15,9 @@ arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') depends=("${MINGW_PACKAGE_PREFIX}-python-attrs" "${MINGW_PACKAGE_PREFIX}-python-colorama" - # excpetiongroup to be removed with python 3.11 - "${MINGW_PACKAGE_PREFIX}-python-exceptiongroup" "${MINGW_PACKAGE_PREFIX}-python-iniconfig" "${MINGW_PACKAGE_PREFIX}-python-packaging" - "${MINGW_PACKAGE_PREFIX}-python-pluggy" - # tomli to be removed with python 3.11 - "${MINGW_PACKAGE_PREFIX}-python-tomli") + "${MINGW_PACKAGE_PREFIX}-python-pluggy") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-setuptools" From 5492d027542a3bac050003c8562464ab69253e6d Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:33:33 +0200 Subject: [PATCH 23/28] python-pytoolconfig: remove tomli --- mingw-w64-python-pytoolconfig/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-pytoolconfig/PKGBUILD b/mingw-w64-python-pytoolconfig/PKGBUILD index bf76c0f243..95c1fb344f 100644 --- a/mingw-w64-python-pytoolconfig/PKGBUILD +++ b/mingw-w64-python-pytoolconfig/PKGBUILD @@ -4,14 +4,13 @@ _realname=pytoolconfig pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=1.2.5 -pkgrel=2 +pkgrel=3 pkgdesc="Python tool configuration (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url='https://github.com/bageljrkhanofemus/pytoolconfig' license=('spdx:LGPL-3.0-or-later') depends=("${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-python-packaging") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" From 4b9bfed07719e7d2d85221ccfccb9cccd1652ef9 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:34:18 +0200 Subject: [PATCH 24/28] python-scikit-build: remove tomli --- mingw-w64-python-scikit-build/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-scikit-build/PKGBUILD b/mingw-w64-python-scikit-build/PKGBUILD index 293b897ca8..342ba0803c 100644 --- a/mingw-w64-python-scikit-build/PKGBUILD +++ b/mingw-w64-python-scikit-build/PKGBUILD @@ -4,7 +4,7 @@ _realname=scikit-build pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=0.17.6 -pkgrel=2 +pkgrel=3 pkgdesc="Improved build system generator for Python C/C++/Fortran/Cython extensions (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -15,7 +15,6 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-packaging" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-wheel" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-cmake") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" From ced78f0d6fc64991f9fcdbce797a8b1998c3f9a6 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:35:22 +0200 Subject: [PATCH 25/28] python-setuptools-scm: remove tomli --- mingw-w64-python-setuptools-scm/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-setuptools-scm/PKGBUILD b/mingw-w64-python-setuptools-scm/PKGBUILD index 6b2e21ab80..9b746b1c1e 100644 --- a/mingw-w64-python-setuptools-scm/PKGBUILD +++ b/mingw-w64-python-setuptools-scm/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=7.1.0 -pkgrel=2 +pkgrel=3 pkgdesc='Handles managing your python package versions in scm metadata (mingw-w64)' url='https://github.com/pypa/setuptools_scm' license=('MIT') @@ -15,7 +15,6 @@ arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') depends=("${MINGW_PACKAGE_PREFIX}-python-packaging" "${MINGW_PACKAGE_PREFIX}-python-setuptools" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-python-typing_extensions") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz") sha256sums=('6c508345a771aad7d56ebff0e70628bf2b0ec7573762be9960214730de278f27') From 8b00955dd4c843ed55d9361a17d13a9f73efa859 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:36:37 +0200 Subject: [PATCH 26/28] python-tox: remove tomli --- mingw-w64-python-tox/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-tox/PKGBUILD b/mingw-w64-python-tox/PKGBUILD index d387de1c22..ecbc988119 100644 --- a/mingw-w64-python-tox/PKGBUILD +++ b/mingw-w64-python-tox/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=4.6.3 -pkgrel=2 +pkgrel=3 pkgdesc="Python virtualenv management and testing tool (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -25,7 +25,6 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-platformdirs" "${MINGW_PACKAGE_PREFIX}-python-pluggy" "${MINGW_PACKAGE_PREFIX}-python-pyproject-api" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-python-virtualenv" "${MINGW_PACKAGE_PREFIX}-python-filelock") options=('!strip') From b9aeb20faf6eb71a810e1cf658ba564511f0270c Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:37:42 +0200 Subject: [PATCH 27/28] python-versioningit: remove tomli --- mingw-w64-python-versioningit/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-versioningit/PKGBUILD b/mingw-w64-python-versioningit/PKGBUILD index 0596d52a6e..4f35b4f26d 100644 --- a/mingw-w64-python-versioningit/PKGBUILD +++ b/mingw-w64-python-versioningit/PKGBUILD @@ -4,14 +4,13 @@ _realname=versioningit pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=2.2.0 -pkgrel=2 +pkgrel=3 pkgdesc='Versioning It with your Version In Git (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url='https://github.com/jwodder/versioningit' license=('spdx:MIT') -depends=("${MINGW_PACKAGE_PREFIX}-python-packaging" - "${MINGW_PACKAGE_PREFIX}-python-tomli") +depends=("${MINGW_PACKAGE_PREFIX}-python-packaging") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-setuptools" From e80bbb79365ab8f2ace8eda3c8dc83d0dd54b194 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:39:07 +0200 Subject: [PATCH 28/28] sip: remove tomli --- mingw-w64-sip/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-sip/PKGBUILD b/mingw-w64-sip/PKGBUILD index baa523a86c..5a5abf37c7 100644 --- a/mingw-w64-sip/PKGBUILD +++ b/mingw-w64-sip/PKGBUILD @@ -8,14 +8,13 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-sip4") replaces=("${MINGW_PACKAGE_PREFIX}-sip5") pkgver=6.7.9 -pkgrel=2 +pkgrel=3 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') license=('custom:"sip"') url="https://riverbankcomputing.com/software/sip" depends=("${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-python-ply" "${MINGW_PACKAGE_PREFIX}-python-packaging" "${MINGW_PACKAGE_PREFIX}-python-setuptools")