Skip to content

Commit

Permalink
devel/py-y-py: Update BUILD_DEPENDS after py-maturin 1.2.0 update (f7…
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 16, 2023
1 parent d124a82 commit f8596db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devel/py-y-py/Makefile
Expand Up @@ -13,7 +13,7 @@ WWW= https://github.com/y-crdt/ypy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13:devel/py-maturin@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.14:devel/py-maturin@${PY_FLAVOR}

USES= cargo python
USE_PYTHON= autoplist concurrent pep517
Expand Down
2 changes: 1 addition & 1 deletion devel/py-y-py/files/patch-pyproject.toml
Expand Up @@ -3,7 +3,7 @@
@@ -1,5 +1,5 @@
[build-system]
-requires = ["maturin>=0.14,<0.15"]
+requires = ["maturin>=0.13"]
+requires = ["maturin>=0.14"]
build-backend = "maturin"

[project]

0 comments on commit f8596db

Please sign in to comment.