textproc/py-wasabi: Add py-wasabi 1.1.2

wasabi is a lightweight console printing and formatting toolkit.
This commit is contained in:
Po-Chuan Hsieh 2024-02-21 22:13:43 +08:00
parent 77dddeede8
commit 2ef9cc85d6
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 24 additions and 0 deletions

View File

@ -1645,6 +1645,7 @@
SUBDIR += py-ufal.udpipe
SUBDIR += py-unicodeitplus
SUBDIR += py-untangle
SUBDIR += py-wasabi
SUBDIR += py-wavedrom
SUBDIR += py-wcmatch
SUBDIR += py-whatthepatch

View File

@ -0,0 +1,19 @@
PORTNAME= wasabi
PORTVERSION= 1.1.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lightweight console printing and formatting toolkit
WWW= https://github.com/explosion/wasabi
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1708448860
SHA256 (wasabi-1.1.2.tar.gz) = 1aaef3aceaa32edb9c91330d29d3936c0c39fdb965743549c173cb54b16c30b5
SIZE (wasabi-1.1.2.tar.gz) = 30158

View File

@ -0,0 +1 @@
wasabi is a lightweight console printing and formatting toolkit.