devel/py-ansi: Update to 0.3.0
Changes: https://github.com/tehmaze/ansi/releases
This commit is contained in:
parent
7de7765de7
commit
fa8382b854
3 changed files with 10 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= ansi
|
||||
PORTVERSION= 0.2.0
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -17,4 +17,7 @@ USE_PYTHON= autoplist concurrent distutils
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1610268859
|
||||
SHA256 (ansi-0.2.0.tar.gz) = 98e9b27c4bb187867a69480cbc63b843331622fec7e7d090873d806e1b5d8a80
|
||||
SIZE (ansi-0.2.0.tar.gz) = 4780
|
||||
TIMESTAMP = 1643971038
|
||||
SHA256 (ansi-0.3.0.tar.gz) = e94de89a485a25e60ee8b770814309d1a1b838c3d9c97d1453d9236d1dde9900
|
||||
SIZE (ansi-0.3.0.tar.gz) = 7005
|
||||
|
|
3
devel/py-ansi/files/setup.py
Normal file
3
devel/py-ansi/files/setup.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup()
|
Loading…
Reference in a new issue