graphics/py-asciitree: Add py-asciitree 0.3.3
asciitree draws tree structures using characters. WWW: https://github.com/mbr/asciitree
This commit is contained in:
parent
67f0724918
commit
105eeb8753
@ -829,6 +829,7 @@
|
||||
SUBDIR += py-PyOpenGL-accelerate
|
||||
SUBDIR += py-actdiag
|
||||
SUBDIR += py-altair
|
||||
SUBDIR += py-asciitree
|
||||
SUBDIR += py-beziers
|
||||
SUBDIR += py-blockdiag
|
||||
SUBDIR += py-blockdiagcontrib-cisco
|
||||
|
20
graphics/py-asciitree/Makefile
Normal file
20
graphics/py-asciitree/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= asciitree
|
||||
PORTVERSION= 0.3.3
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Draws ASCII trees
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/py-asciitree/distinfo
Normal file
3
graphics/py-asciitree/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1648681330
|
||||
SHA256 (asciitree-0.3.3.tar.gz) = 4aa4b9b649f85e3fcb343363d97564aa1fb62e249677f2e18a96765145cc0f6e
|
||||
SIZE (asciitree-0.3.3.tar.gz) = 3951
|
3
graphics/py-asciitree/pkg-descr
Normal file
3
graphics/py-asciitree/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
asciitree draws tree structures using characters.
|
||||
|
||||
WWW: https://github.com/mbr/asciitree
|
Loading…
Reference in New Issue
Block a user