git: 2ef9cc85d65d - main - textproc/py-wasabi: Add py-wasabi 1.1.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:17:30 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ef9cc85d65db78284d96b702f1325e733ded4e8 commit 2ef9cc85d65db78284d96b702f1325e733ded4e8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:13:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:10 +0000 textproc/py-wasabi: Add py-wasabi 1.1.2 wasabi is a lightweight console printing and formatting toolkit. --- textproc/Makefile | 1 + textproc/py-wasabi/Makefile | 19 +++++++++++++++++++ textproc/py-wasabi/distinfo | 3 +++ textproc/py-wasabi/pkg-descr | 1 + 4 files changed, 24 insertions(+) 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.