diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2024-06-20 07:27:12 +0100 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2024-06-20 07:29:30 +0100 |
commit | 70908f8bec836e1e17f1cc9db79dddea4fd710cf (patch) | |
tree | ff2b8119849847a394738e9cdfc018c6e5f36732 | |
parent | audio/alacenc: update the port to version 0.4.1 (diff) |
devel/py-subprocess-tee: update to 0.4.2
Account for PyPI packaging change of name to 'subprocess_tee'
Changes: https://github.com/pycontribs/subprocess-tee/releases/tag/v0.4.2
Reported by: repology
-rw-r--r-- | devel/py-subprocess-tee/Makefile | 3 | ||||
-rw-r--r-- | devel/py-subprocess-tee/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/py-subprocess-tee/Makefile b/devel/py-subprocess-tee/Makefile index 21bca62c2a67..d9ed7b26f739 100644 --- a/devel/py-subprocess-tee/Makefile +++ b/devel/py-subprocess-tee/Makefile @@ -1,8 +1,9 @@ PORTNAME= subprocess-tee -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSIONFULL} MAINTAINER= matthew@FreeBSD.org COMMENT= Captures output while still printing it in real-time diff --git a/devel/py-subprocess-tee/distinfo b/devel/py-subprocess-tee/distinfo index 6aa49b33478d..9427e3276c1d 100644 --- a/devel/py-subprocess-tee/distinfo +++ b/devel/py-subprocess-tee/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671381644 -SHA256 (subprocess-tee-0.4.1.tar.gz) = b3c124993f8b88d1eb1c2fde0bc2069787eac720ba88771cba17e8c93324825d -SIZE (subprocess-tee-0.4.1.tar.gz) = 13599 +TIMESTAMP = 1718832881 +SHA256 (subprocess_tee-0.4.2.tar.gz) = 91b2b4da3aae9a7088d84acaf2ea0abee3f4fd9c0d2eae69a9b9122a71476590 +SIZE (subprocess_tee-0.4.2.tar.gz) = 14951 |