www/py-quilt3: Change RUN_DEPENDS from py-jsonschema3 to py-jsonschema
- Bump PORTREVISION for dependency change
Obtained from: a7dedefc1b
This commit is contained in:
parent
d49d943d81
commit
166e14390d
2 changed files with 7 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= quilt3
|
||||
PORTVERSION= 3.6.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.0:devel/py-appdirs@${PY_FLAVOR}
|
|||
${PYTHON_PKGNAMEPREFIX}Flask-Cors>=0:www/py-flask-cors@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}flask-json>=0:www/py-flask-json@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jsonlines>=1.2.0:devel/py-jsonlines@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jsonschema3>=3.0<4:devel/py-jsonschema3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0<5:devel/py-jsonschema@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.12.4:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests-futures>=1.0.0:www/py-requests-futures@${PY_FLAVOR} \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- setup.py.orig 2021-09-07 10:31:49 UTC
|
||||
--- setup.py.orig 2021-10-15 18:41:22 UTC
|
||||
+++ setup.py
|
||||
@@ -64,12 +64,12 @@ setup(
|
||||
@@ -64,13 +64,13 @@ setup(
|
||||
'flask',
|
||||
'flask_cors',
|
||||
'flask_json',
|
||||
|
@ -11,7 +11,9 @@
|
|||
'tenacity>=5.1.1',
|
||||
'tqdm>=4.32',
|
||||
- 'requests_futures==1.0.0',
|
||||
- 'jsonschema==3.*',
|
||||
+ 'requests_futures>=1.0.0',
|
||||
'jsonschema==3.*',
|
||||
+ 'jsonschema>=3,<5',
|
||||
],
|
||||
extras_require={
|
||||
'pyarrow': [
|
||||
|
|
Loading…
Reference in a new issue