git: e3780f544bac - main - devel/radian: update 0.5.4 → 0.6.13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Mar 2025 23:48:23 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e3780f544bac89a83c1069320195f1c107cc83c5
commit e3780f544bac89a83c1069320195f1c107cc83c5
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-03-16 23:42:26 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-16 23:48:14 +0000
devel/radian: update 0.5.4 → 0.6.13
---
devel/radian/Makefile | 9 +++------
devel/radian/distinfo | 6 +++---
devel/radian/files/patch-setup.py | 10 ++++++++++
3 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/devel/radian/Makefile b/devel/radian/Makefile
index 4a0e0c6a17af..5d8d3c75cc90 100644
--- a/devel/radian/Makefile
+++ b/devel/radian/Makefile
@@ -1,6 +1,5 @@
PORTNAME= radian
-DISTVERSION= 0.5.4
-PORTREVISION= 1
+DISTVERSION= 0.6.13
CATEGORIES= devel math python
MASTER_SITES= PYPI
@@ -13,11 +12,9 @@ LICENSE= MIT
DEPRECATED= Depends on expired devel/py-pytest-runner
EXPIRATION_DATE=2025-03-31
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lineedit>=0.1.4,<0.2.0:devel/py-lineedit@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.41,<3.1:devel/py-prompt-toolkit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=2.5.0:textproc/py-pygments@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}rchitect>=0.3.17,<0.4.0:devel/py-rchitect@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}rchitect>=>=0.4.7,<0.5.0:devel/py-rchitect@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils noflavors autoplist
diff --git a/devel/radian/distinfo b/devel/radian/distinfo
index 96bde45f6678..90b4b745df25 100644
--- a/devel/radian/distinfo
+++ b/devel/radian/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588488952
-SHA256 (radian-0.5.4.tar.gz) = 0e71b6f3c32ebf37bce6b7226b0ada7b30e6c76d69909caf8da4ae95f8b95d7f
-SIZE (radian-0.5.4.tar.gz) = 44750
+TIMESTAMP = 1742159687
+SHA256 (radian-0.6.13.tar.gz) = 197da7c44c7f21ec6926ec2bb3223c968e833099725cf1a76d2aa80c0b0235b7
+SIZE (radian-0.6.13.tar.gz) = 53891
diff --git a/devel/radian/files/patch-setup.py b/devel/radian/files/patch-setup.py
new file mode 100644
index 000000000000..b063c9d7af11
--- /dev/null
+++ b/devel/radian/files/patch-setup.py
@@ -0,0 +1,10 @@
+--- setup.py.orig 2025-03-16 21:17:17 UTC
++++ setup.py
+@@ -55,6 +55,6 @@ setup(
+ extras_require={
+ "test": tests_deps
+ },
+- setup_requires=["pytest-runner"],
++ setup_requires=[],
+ tests_require=tests_deps
+ )