aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:13:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:06:10 +0000
commit2ef9cc85d65db78284d96b702f1325e733ded4e8 (patch)
treeb32c9506eb8fc304fa35679a33c847add356f3bc
parent77dddeede835446095a94952a822f39b98f09c6a (diff)
textproc/py-wasabi: Add py-wasabi 1.1.2
wasabi is a lightweight console printing and formatting toolkit.
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-wasabi/Makefile19
-rw-r--r--textproc/py-wasabi/distinfo3
-rw-r--r--textproc/py-wasabi/pkg-descr1
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 2f50416bf058..63f11d16e1b8 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/py-wasabi/Makefile b/textproc/py-wasabi/Makefile
new file mode 100644
index 000000000000..59ebb89dafbf
--- /dev/null
+++ b/textproc/py-wasabi/Makefile
@@ -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>
diff --git a/textproc/py-wasabi/distinfo b/textproc/py-wasabi/distinfo
new file mode 100644
index 000000000000..6c4a383489c8
--- /dev/null
+++ b/textproc/py-wasabi/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1708448860
+SHA256 (wasabi-1.1.2.tar.gz) = 1aaef3aceaa32edb9c91330d29d3936c0c39fdb965743549c173cb54b16c30b5
+SIZE (wasabi-1.1.2.tar.gz) = 30158
diff --git a/textproc/py-wasabi/pkg-descr b/textproc/py-wasabi/pkg-descr
new file mode 100644
index 000000000000..7133af8bb356
--- /dev/null
+++ b/textproc/py-wasabi/pkg-descr
@@ -0,0 +1 @@
+wasabi is a lightweight console printing and formatting toolkit.