mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
devel/py-curtsies: Update to 0.3.7
Changes: https://github.com/bpython/curtsies/blob/master/CHANGELOG.md
This commit is contained in:
parent
abda24891b
commit
67502f6979
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user