mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/radian: update 0.5.4 → 0.6.13
This commit is contained in:
parent
4fbd4c1944
commit
e3780f544b
3 changed files with 16 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
10
devel/radian/files/patch-setup.py
Normal file
10
devel/radian/files/patch-setup.py
Normal file
|
@ -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
|
||||
)
|
Loading…
Add table
Reference in a new issue