databases/py-aiosql: Update to 13.4
- Add a patch to fix build that would otherwise fail with the error:
===> Building for py311-aiosql-13.4
* Getting build dependencies for wheel...
[06/13/25 10:43:25] WARNING pyproject.toml does not contain a tool.setuptools_scm section setuptools.py:119
/usr/local/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:104: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
warnings.warn(msg, _BetaConfiguration)
configuration error: `project.license` must be valid exactly by one definition (2 matches found):
- keys:
'file': {type: string}
required: ['file']
- keys:
'text': {type: string}
required: ['text']
Reported by: portscout!
This commit is contained in:
parent
df8e9104b8
commit
9c20757026
@ -1,5 +1,5 @@
|
||||
PORTNAME= aiosql
|
||||
DISTVERSION= 13.3
|
||||
DISTVERSION= 13.4
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1741801942
|
||||
SHA256 (aiosql-13.3.tar.gz) = 22f587522426106a45683ce206cddd1357dfea65487c88ae9dbf8cb2dc138f10
|
||||
SIZE (aiosql-13.3.tar.gz) = 74957
|
||||
TIMESTAMP = 1748952287
|
||||
SHA256 (aiosql-13.4.tar.gz) = da6ebb4d5e735753853007a7d574e60761338fc6ca8d95d6d95b5d85d7b1354d
|
||||
SIZE (aiosql-13.4.tar.gz) = 75730
|
||||
|
||||
11
databases/py-aiosql/files/patch-pyproject.toml
Normal file
11
databases/py-aiosql/files/patch-pyproject.toml
Normal file
@ -0,0 +1,11 @@
|
||||
--- pyproject.toml.orig 2025-04-09 08:26:41 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -9,7 +9,7 @@ requires-python = ">=3.9"
|
||||
description = "Simple SQL in Python"
|
||||
readme = "README.rst"
|
||||
requires-python = ">=3.9"
|
||||
-license = "BSD-2-Clause"
|
||||
+license = {file="LICENSE"}
|
||||
classifiers = [
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: SQL",
|
||||
Loading…
x
Reference in New Issue
Block a user