diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /databases/py-aiomysql/files/patch-pyproject.toml | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
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 |
