diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2023-06-20 03:18:30 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2023-06-20 03:18:30 +0800 |
commit | 9001ee757b8352f23b4289cf7f5f88c49d448508 (patch) | |
tree | d6aa2a0ca8dfb6709b0a53038ccf70177ac6f7e0 /net-im/py-matrix-synapse/files | |
parent | finance/qtbitcointrader: Update 1.42.20 → 1.42.21 (diff) |
net-im/py-matrix-synapse: Update to 1.85.2
PR: 271787
Approved by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
Diffstat (limited to 'net-im/py-matrix-synapse/files')
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-pyproject.toml | 18 | ||||
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-setup.py | 4 |
2 files changed, 16 insertions, 6 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml index cc42bc42414a..5686b1433743 100644 --- a/net-im/py-matrix-synapse/files/patch-pyproject.toml +++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml @@ -1,9 +1,19 @@ ---- pyproject.toml.orig 2023-04-21 21:40:26 UTC +--- pyproject.toml.orig 2023-05-09 16:38:29 UTC +++ pyproject.toml -@@ -219,7 +219,6 @@ pydantic = ">=1.7.4" - # needed. - setuptools_rust = ">=1.3" +@@ -209,17 +209,6 @@ importlib_metadata = { version = ">=1.4", python = "<3 + # This is the most recent version of Pydantic with available on common distros. + pydantic = ">=1.7.4" +-# This is for building the rust components during "poetry install", which +-# currently ignores the `build-system.requires` directive (c.f. +-# https://github.com/python-poetry/poetry/issues/6154). Both `pip install` and +-# `poetry build` do the right thing without this explicit dependency. +-# +-# This isn't really a dev-dependency, as `poetry install --no-dev` will fail, +-# but the alternative is to add it to the main list of deps where it isn't +-# needed. +-setuptools_rust = ">=1.3" +- - # Optional Dependencies # --------------------- diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py index 09a64a64e14a..304fd42477d2 100644 --- a/net-im/py-matrix-synapse/files/patch-setup.py +++ b/net-im/py-matrix-synapse/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig 2023-04-21 21:41:33 UTC +--- setup.py.orig 1970-01-01 00:00:00 UTC +++ setup.py -@@ -170,7 +170,6 @@ install_requires = \ +@@ -169,7 +169,6 @@ install_requires = \ 'pydantic>=1.7.4', 'pymacaroons>=0.13.0', 'service-identity>=18.1.0', |