git: 085c4cedbe0b - main - devel/py-jaraco.util: Update to 14.0.2
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 11 21:52:23 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=085c4cedbe0b8d50be08442108b748acf2b3a10d
commit 085c4cedbe0b8d50be08442108b748acf2b3a10d
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:15:58 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:47:09 +0000
devel/py-jaraco.util: Update to 14.0.2
- Update WWW
Changes: https://github.com/jaraco/jaraco.util/blob/main/CHANGES.rst
---
devel/py-jaraco.util/Makefile | 11 +++++++----
devel/py-jaraco.util/distinfo | 6 +++---
devel/py-jaraco.util/pkg-descr | 2 +-
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/devel/py-jaraco.util/Makefile b/devel/py-jaraco.util/Makefile
index 5546ea9d49bb..a61e01ef9f66 100644
--- a/devel/py-jaraco.util/Makefile
+++ b/devel/py-jaraco.util/Makefile
@@ -1,7 +1,7 @@
# Created by: William Grzybowski <wg at FreeBSD.org>
PORTNAME= jaraco.util
-PORTVERSION= 14.0.0
+PORTVERSION= 14.0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,10 +16,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>=0:devel/py-contextlib2@${PY_FLA
${PYTHON_PKGNAMEPREFIX}jaraco>=0:devel/py-jaraco@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jaraco.context>=0:devel/py-jaraco.context@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.5:devel/py-pytest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-black-multipy>=0:devel/py-pytest-black-multipy@${PY_FLAVOR} \
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.6:devel/py-pytest@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-black>=0.3.7:devel/py-pytest-black@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-checkdocs>=2.4:devel/py-pytest-checkdocs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pytest-enabler>=1.0.1:devel/py-pytest-enabler@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
diff --git a/devel/py-jaraco.util/distinfo b/devel/py-jaraco.util/distinfo
index 16483b216091..ac1115451292 100644
--- a/devel/py-jaraco.util/distinfo
+++ b/devel/py-jaraco.util/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588013492
-SHA256 (jaraco.util-14.0.0.tar.gz) = 3b4c7dd8727587c25ce4f1deefcaacbd510e12879a054cbb4e20d602b8a481ed
-SIZE (jaraco.util-14.0.0.tar.gz) = 17716
+TIMESTAMP = 1620405409
+SHA256 (jaraco.util-14.0.2.tar.gz) = 5e31ea8bf4c5825706949e65588080ad16798cb30a0c21dd953b58a664ddf47e
+SIZE (jaraco.util-14.0.2.tar.gz) = 17818
diff --git a/devel/py-jaraco.util/pkg-descr b/devel/py-jaraco.util/pkg-descr
index 2c6dd796e64c..d7f8a6faaa14 100644
--- a/devel/py-jaraco.util/pkg-descr
+++ b/devel/py-jaraco.util/pkg-descr
@@ -4,4 +4,4 @@ functions.
They're designed to be intuitively named and self-documenting (many with
extensive doctests).
-WWW: https://pypi.org/project/jaraco.util/
+WWW: https://github.com/jaraco/jaraco.util
More information about the dev-commits-ports-all
mailing list