git: 67502f697970 - main - devel/py-curtsies: Update to 0.3.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 05:49:48 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=67502f697970fcf3f2fc034b38f1b9b0e872e18b commit 67502f697970fcf3f2fc034b38f1b9b0e872e18b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 05:36:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 05:36:59 +0000 devel/py-curtsies: Update to 0.3.7 Changes: https://github.com/bpython/curtsies/blob/master/CHANGELOG.md --- devel/py-curtsies/Makefile | 10 ++++++++-- devel/py-curtsies/distinfo | 6 +++--- devel/py-curtsies/pkg-descr | 1 - 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/devel/py-curtsies/Makefile b/devel/py-curtsies/Makefile index 0d0cc334d623..71b796502093 100644 --- a/devel/py-curtsies/Makefile +++ b/devel/py-curtsies/Makefile @@ -1,7 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= curtsies -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,4 +20,10 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 30800 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.cached-property>=0:devel/py-backports.cached-property@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/py-curtsies/distinfo b/devel/py-curtsies/distinfo index ffdc2365e759..15baf3dc6ccf 100644 --- a/devel/py-curtsies/distinfo +++ b/devel/py-curtsies/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665409 -SHA256 (curtsies-0.3.5.tar.gz) = a587ff3335667a32be7afed163f60a1c82c5d9c848d8297534a06fd29de20dbd -SIZE (curtsies-0.3.5.tar.gz) = 53472 +TIMESTAMP = 1632773634 +SHA256 (curtsies-0.3.7.tar.gz) = d512b237ea82ab9d7c0c9deea96f685be30e1c122366ee97ede602d1c31989aa +SIZE (curtsies-0.3.7.tar.gz) = 52487 diff --git a/devel/py-curtsies/pkg-descr b/devel/py-curtsies/pkg-descr index 24384989bb2b..b0a11b16bfa7 100644 --- a/devel/py-curtsies/pkg-descr +++ b/devel/py-curtsies/pkg-descr @@ -1,4 +1,3 @@ Curtsies is a curses-like terminal wrapper, with colored strings. -WWW: https://pypi.org/project/curtsies/ WWW: https://github.com/bpython/curtsies