git: fd431b12bf89 - main - misc/py-log_symbols: Add new port

Mateusz Piotrowski 0mp at FreeBSD.org
Tue May 25 10:34:51 UTC 2021


The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd431b12bf89ba0d866e654493b1603c81a83784

commit fd431b12bf89ba0d866e654493b1603c81a83784
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-05-25 09:58:46 +0000
Commit:     Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-05-25 10:34:37 +0000

    misc/py-log_symbols: Add new port
---
 misc/Makefile                 |  1 +
 misc/py-log_symbols/Makefile  | 19 +++++++++++++++++++
 misc/py-log_symbols/distinfo  |  3 +++
 misc/py-log_symbols/pkg-descr |  3 +++
 4 files changed, 26 insertions(+)

diff --git a/misc/Makefile b/misc/Makefile
index c6975406558e..3f7483ccbab4 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -380,6 +380,7 @@
     SUBDIR += py-gluonnlp
     SUBDIR += py-huepy
     SUBDIR += py-kartograph
+    SUBDIR += py-log_symbols
     SUBDIR += py-mffpy
     SUBDIR += py-molequeue
     SUBDIR += py-mxnet
diff --git a/misc/py-log_symbols/Makefile b/misc/py-log_symbols/Makefile
new file mode 100644
index 000000000000..5df96f50bde9
--- /dev/null
+++ b/misc/py-log_symbols/Makefile
@@ -0,0 +1,19 @@
+PORTNAME=	log_symbols
+DISTVERSION=	0.0.14
+CATEGORIES=	misc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	0mp at FreeBSD.org
+COMMENT=	Colored symbols for various log levels for Python
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}colorama>=0.3.9:devel/py-colorama@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/misc/py-log_symbols/distinfo b/misc/py-log_symbols/distinfo
new file mode 100644
index 000000000000..335515034fb2
--- /dev/null
+++ b/misc/py-log_symbols/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1621936138
+SHA256 (log_symbols-0.0.14.tar.gz) = cf0bbc6fe1a8e53f0d174a716bc625c4f87043cc21eb55dd8a740cfe22680556
+SIZE (log_symbols-0.0.14.tar.gz) = 3211
diff --git a/misc/py-log_symbols/pkg-descr b/misc/py-log_symbols/pkg-descr
new file mode 100644
index 000000000000..bd9699b6a2ff
--- /dev/null
+++ b/misc/py-log_symbols/pkg-descr
@@ -0,0 +1,3 @@
+This Python package offers a way to add colored symbols to log messages.
+
+WWW: https://github.com/manrajgrover/py-log-symbols


More information about the dev-commits-ports-all mailing list