diff options
Diffstat (limited to 'devel/py-retrying/Makefile')
-rw-r--r-- | devel/py-retrying/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-retrying/Makefile b/devel/py-retrying/Makefile index 468496fdbeb5..e09a3cbf853a 100644 --- a/devel/py-retrying/Makefile +++ b/devel/py-retrying/Makefile @@ -1,6 +1,5 @@ PORTNAME= retrying -PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTVERSION= 1.4.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.7.0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 |