diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 12:23:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 12:23:44 +0000 |
commit | f7aa274bec6275f6c16fa4911ca45abe06e82dc7 (patch) | |
tree | 9d96817f8a7fe8c0bb1ea15b63a8a7933aa3c091 /devel | |
parent | 850497527835665e12134155d450715eade350b3 (diff) | |
download | ports-f7aa274bec6275f6c16fa4911ca45abe06e82dc7.tar.gz ports-f7aa274bec6275f6c16fa4911ca45abe06e82dc7.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-importlab/Makefile | 5 | ||||
-rw-r--r-- | devel/py-importlab/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/py-importlab/Makefile b/devel/py-importlab/Makefile index add67c22cce0..13c4ce942428 100644 --- a/devel/py-importlab/Makefile +++ b/devel/py-importlab/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= importlab -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,7 @@ COMMENT= Calculate python dependency graphs LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>=0:math/py-networkx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>=2,1:math/py-networkx@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-importlab/distinfo b/devel/py-importlab/distinfo index ebf8d639176d..f3f49a9e3efa 100644 --- a/devel/py-importlab/distinfo +++ b/devel/py-importlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1564769327 -SHA256 (importlab-0.5.1.tar.gz) = d855350d19dc10a17aabd2fe6f4b428ff1a936071f692fbf686a73694d26a51c -SIZE (importlab-0.5.1.tar.gz) = 19067 +TIMESTAMP = 1611856552 +SHA256 (importlab-0.6.1.tar.gz) = 056503329df1ba8f6291a4b548042aa18620ad91d39388ba58044f0fd44ff83e +SIZE (importlab-0.6.1.tar.gz) = 26204 |