git: 7630af960fae - main - science/py-asdf: Fix 8eca5da14869312aac5c2b3bf0a43f678063dcbf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Apr 2024 00:45:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7630af960faef0f948f1eb58cbc3a63928e1073a commit 7630af960faef0f948f1eb58cbc3a63928e1073a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-05 00:40:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-05 00:40:49 +0000 science/py-asdf: Fix 8eca5da14869312aac5c2b3bf0a43f678063dcbf --- science/py-asdf/files/patch-pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/science/py-asdf/files/patch-pyproject.toml b/science/py-asdf/files/patch-pyproject.toml new file mode 100644 index 000000000000..25f689074802 --- /dev/null +++ b/science/py-asdf/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2024-02-27 20:49:34 UTC ++++ pyproject.toml +@@ -21,7 +21,6 @@ dependencies = [ + dependencies = [ + "asdf-standard>=1.0.1", + "asdf-transform-schemas>=0.3", +- "asdf-unit-schemas>=0.1", + "importlib-metadata>=4.11.4", + "jmespath>=0.6.2", + "numpy>=1.22",