diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2020-06-20 16:10:32 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2020-06-20 16:10:32 +0000 |
commit | 75cbe828caf8b99b19d06e69150b4baf4f758452 (patch) | |
tree | 5e14966bbe076d48ac4c6da600ef65868cf72f78 /misc/py-python-utils | |
parent | Add textproc/p5-JSON-Validator (diff) |
misc/py-python-utils:
- Update to 2.4.0
- Adjust dependencies according to setup.py
Notes
Notes:
svn path=/head/; revision=539745
Diffstat (limited to 'misc/py-python-utils')
-rw-r--r-- | misc/py-python-utils/Makefile | 5 | ||||
-rw-r--r-- | misc/py-python-utils/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/misc/py-python-utils/Makefile b/misc/py-python-utils/Makefile index 1d67a95b219f..94439cebe18f 100644 --- a/misc/py-python-utils/Makefile +++ b/misc/py-python-utils/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-utils -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,7 @@ COMMENT= Collection of small functions and classes LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} NO_ARCH= yes USES= python diff --git a/misc/py-python-utils/distinfo b/misc/py-python-utils/distinfo index aed4db88b4b0..6e1a280de958 100644 --- a/misc/py-python-utils/distinfo +++ b/misc/py-python-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521804690 -SHA256 (python-utils-2.3.0.tar.gz) = 34aaf26b39b0b86628008f2ae0ac001b30e7986a8d303b61e1357dfcdad4f6d3 -SIZE (python-utils-2.3.0.tar.gz) = 19384 +TIMESTAMP = 1592655628 +SHA256 (python-utils-2.4.0.tar.gz) = f21fc09ff58ea5ebd1fd2e8ef7f63e39d456336900f26bdc9334a03a3f7d8089 +SIZE (python-utils-2.4.0.tar.gz) = 22230 |