diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-07 16:03:40 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-07 16:03:40 +0000 |
commit | 05c75c3e380647e9cbbf15d2a3128e978df1b0f1 (patch) | |
tree | 3b228d6d2edbd062159940543917c0cd0385f51c /archivers | |
parent | 2bd5ead6839afa39c1acec226633f9821a793923 (diff) | |
download | ports-05c75c3e380647e9cbbf15d2a3128e978df1b0f1.tar.gz ports-05c75c3e380647e9cbbf15d2a3128e978df1b0f1.zip |
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-cramjam/Makefile | 4 | ||||
-rw-r--r-- | archivers/py-cramjam/files/patch-pyproject.toml | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/archivers/py-cramjam/Makefile b/archivers/py-cramjam/Makefile index 2f0b8769373a..f7c024eb185e 100644 --- a/archivers/py-cramjam/Makefile +++ b/archivers/py-cramjam/Makefile @@ -1,6 +1,6 @@ PORTNAME= cramjam PORTVERSION= 2.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ WWW= https://github.com/milesgranger/pyrus-cramjam LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13<0.14:devel/py-maturin@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13:devel/py-maturin@${PY_FLAVOR} USES= cargo python:3.7+ USE_PYTHON= autoplist concurrent pep517 diff --git a/archivers/py-cramjam/files/patch-pyproject.toml b/archivers/py-cramjam/files/patch-pyproject.toml new file mode 100644 index 000000000000..ab0696491d41 --- /dev/null +++ b/archivers/py-cramjam/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2022-11-09 14:23:00 UTC ++++ pyproject.toml +@@ -9,5 +9,5 @@ documentation = "https://docs.rs/cramjam/latest/cramja + repository = "https://github.com/milesgranger/pyrus-cramjam" + + [build-system] +-requires = ["maturin>=0.13,<0.14"] ++requires = ["maturin>=0.13"] + build-backend = "maturin" |