mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
devel/py-weasel: Allow build with py-smart-open 7.0.1+
This commit is contained in:
parent
9bc1adf06a
commit
42d3e5b065
@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpathlib>=0.7.0:devel/py-cloudpathlib@${
|
||||
${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pydantic2>=1.7.4<3.0.0:devel/py-pydantic2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.13.0<3.0.0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}smart-open>=5.2.1<7.0.0:net/py-smart-open@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}smart-open>=5.2.1:net/py-smart-open@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}srsly>=2.4.3<3.0.0:devel/py-srsly@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}typer>=0.3.0<0.10.0:devel/py-typer@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wasabi>=0.9.1<1.2.0:textproc/py-wasabi@${PY_FLAVOR}
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- setup.cfg.orig 2023-11-06 16:07:56 UTC
|
||||
+++ setup.cfg
|
||||
@@ -37,7 +37,7 @@ install_requires =
|
||||
wasabi>=0.9.1,<1.2.0
|
||||
@@ -38,7 +38,7 @@ install_requires =
|
||||
srsly>=2.4.3,<3.0.0
|
||||
typer>=0.3.0,<0.10.0
|
||||
- cloudpathlib>=0.7.0,<0.17.0
|
||||
+ cloudpathlib>=0.7.0
|
||||
smart-open>=5.2.1,<7.0.0
|
||||
cloudpathlib>=0.7.0,<0.17.0
|
||||
- smart-open>=5.2.1,<7.0.0
|
||||
+ smart-open>=5.2.1
|
||||
requests>=2.13.0,<3.0.0
|
||||
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user