diff options
Diffstat (limited to 'devel/py-weasel/Makefile')
| -rw-r--r-- | devel/py-weasel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-weasel/Makefile b/devel/py-weasel/Makefile index 0bce70815ce5..fd88e22cc7d5 100644 --- a/devel/py-weasel/Makefile +++ b/devel/py-weasel/Makefile @@ -1,8 +1,8 @@ PORTNAME= weasel -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.4.3 CATEGORIES= devel python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/explosion/weasel/releases/download/release-v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpathlib>=0.7.0<1.0.0:devel/py-cloudpath ${PYTHON_PKGNAMEPREFIX}requests>=2.13.0<3.0.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}smart-open>=5.2.1<8.0.0: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<1.0.0:devel/py-typer@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typer-slim>=0.3.0<1.0.0:devel/py-typer-slim@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wasabi>=0.9.1<1.2.0:textproc/py-wasabi@${PY_FLAVOR} USES= python |
