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:
Po-Chuan Hsieh 2022-03-31 07:46:29 +08:00
parent 67f0724918
commit 105eeb8753
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 27 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1648681330
SHA256 (asciitree-0.3.3.tar.gz) = 4aa4b9b649f85e3fcb343363d97564aa1fb62e249677f2e18a96765145cc0f6e
SIZE (asciitree-0.3.3.tar.gz) = 3951

View File

@ -0,0 +1,3 @@
asciitree draws tree structures using characters.
WWW: https://github.com/mbr/asciitree