From owner-dev-commits-ports-main@freebsd.org Tue May 25 10:34:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9D176649DF6; Tue, 25 May 2021 10:34:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fq9SW264Fz4gpC; Tue, 25 May 2021 10:34:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 291DC1BC7A; Tue, 25 May 2021 10:34:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14PAYpCu027356; Tue, 25 May 2021 10:34:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14PAYp1N027355; Tue, 25 May 2021 10:34:51 GMT (envelope-from git) Date: Tue, 25 May 2021 10:34:51 GMT Message-Id: <202105251034.14PAYp1N027355@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: fd431b12bf89 - main - misc/py-log_symbols: Add new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fd431b12bf89ba0d866e654493b1603c81a83784 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2021 10:34:52 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd431b12bf89ba0d866e654493b1603c81a83784 commit fd431b12bf89ba0d866e654493b1603c81a83784 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-05-25 09:58:46 +0000 Commit: Mateusz Piotrowski <0mp@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@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 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