git: f1f7cb838f5e - main - devel/py-medikit: Allow build with py-whistle 2.0.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 May 2025 03:38:26 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f1f7cb838f5e236f04c8a3084bd60e67d1825698
commit f1f7cb838f5e236f04c8a3084bd60e67d1825698
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-05-18 03:18:15 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-05-18 03:34:39 +0000
devel/py-medikit: Allow build with py-whistle 2.0.0+
- Bump PORTREVISION for package change
---
devel/py-medikit/Makefile | 4 ++--
devel/py-medikit/files/patch-setup.py | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/devel/py-medikit/Makefile b/devel/py-medikit/Makefile
index 4c7958ca1cfc..c7b7980dc629 100644
--- a/devel/py-medikit/Makefile
+++ b/devel/py-medikit/Makefile
@@ -1,6 +1,6 @@
PORTNAME= medikit
PORTVERSION= 0.8.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pip-tools4>=4.5.0<4.6:devel/py-pip-tools4@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8<3:devel/py-semantic-version@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stevedore>=3.0:devel/py-stevedore@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}whistle>=1.0<2:devel/py-whistle@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}whistle>=1.0:devel/py-whistle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yapf>=0.20<1:textproc/py-yapf@${PY_FLAVOR}
USES= python
diff --git a/devel/py-medikit/files/patch-setup.py b/devel/py-medikit/files/patch-setup.py
index 3e22a5d7912f..acb7b61261d9 100644
--- a/devel/py-medikit/files/patch-setup.py
+++ b/devel/py-medikit/files/patch-setup.py
@@ -1,6 +1,6 @@
--- setup.py.orig 2020-11-25 07:42:37 UTC
+++ setup.py
-@@ -56,12 +56,12 @@ setup(
+@@ -56,13 +56,13 @@ setup(
include_package_data=True,
install_requires=[
"git-semver ~= 0.3.2",
@@ -11,8 +11,10 @@
"pip-tools ~= 4.5.0",
- "semantic_version < 2.7",
- "stevedore ~= 3.0",
+- "whistle ~= 1.0",
+ "semantic_version ~= 2.8",
+ "stevedore >= 3.0",
- "whistle ~= 1.0",
++ "whistle >= 1.0",
"yapf ~= 0.20",
],
+ extras_require={