diff options
Diffstat (limited to 'databases/py-aiomysql/files/patch-pyproject.toml')
| -rw-r--r-- | databases/py-aiomysql/files/patch-pyproject.toml | 25 | 
1 files changed, 17 insertions, 8 deletions
| diff --git a/databases/py-aiomysql/files/patch-pyproject.toml b/databases/py-aiomysql/files/patch-pyproject.toml index 01823cd2153d..3877b8bd4918 100644 --- a/databases/py-aiomysql/files/patch-pyproject.toml +++ b/databases/py-aiomysql/files/patch-pyproject.toml @@ -1,11 +1,20 @@ ---- pyproject.toml.orig	2023-06-11 19:29:20 UTC +--- pyproject.toml.orig	2025-10-22 00:04:45 UTC  +++ pyproject.toml -@@ -4,7 +4,7 @@ requires = [ -     "setuptools >= 42", +@@ -7,7 +7,7 @@ keywords = ["mysql", "mariadb", "asyncio", "aiomysql"] + readme = "README.rst" + requires-python = ">=3.9" + keywords = ["mysql", "mariadb", "asyncio", "aiomysql"] +-license = "MIT" ++license = {text = "MIT"} + classifiers = [ +     "Intended Audience :: Developers", +     "Programming Language :: Python :: 3", +@@ -45,7 +45,7 @@ requires = [ + [build-system] + requires = [ +     # Essentials +-    "setuptools >= 80", ++    "setuptools >= 61",       # Plugins --    "setuptools_scm[toml] >= 6.4, < 7", -+    "setuptools_scm[toml] >= 6.4", -     "setuptools_scm_git_archive >= 1.1", - ] - build-backend = "setuptools.build_meta" +     # >= 9.2 is needed for consistent generation of hashes for non-release artifacts | 
