From owner-dev-commits-ports-main@freebsd.org Tue May 25 10:34:52 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 8899364A09C; Tue, 25 May 2021 10:34:52 +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 4Fq9SX39jMz4gpJ; Tue, 25 May 2021 10:34:52 +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 4A7F31C03E; Tue, 25 May 2021 10:34:52 +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 14PAYq1B027377; Tue, 25 May 2021 10:34:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14PAYqg5027376; Tue, 25 May 2021 10:34:52 GMT (envelope-from git) Date: Tue, 25 May 2021 10:34:52 GMT Message-Id: <202105251034.14PAYqg5027376@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: d44547cbd184 - main - misc/py-spinners: 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: d44547cbd18400b73f6a69eac1d10a23a17b360c 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=d44547cbd18400b73f6a69eac1d10a23a17b360c commit d44547cbd18400b73f6a69eac1d10a23a17b360c Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-05-25 10:08:47 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-05-25 10:34:38 +0000 misc/py-spinners: Add new port --- misc/Makefile | 1 + misc/py-spinners/Makefile | 17 +++++++++++++++++ misc/py-spinners/distinfo | 3 +++ misc/py-spinners/pkg-descr | 4 ++++ 4 files changed, 25 insertions(+) diff --git a/misc/Makefile b/misc/Makefile index 3f7483ccbab4..2e9e5afdcd1e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -409,6 +409,7 @@ SUBDIR += py-spdx SUBDIR += py-spdx-lookup SUBDIR += py-spdx-tools + SUBDIR += py-spinners SUBDIR += py-tflearn SUBDIR += py-tflite SUBDIR += py-tflite-support diff --git a/misc/py-spinners/Makefile b/misc/py-spinners/Makefile new file mode 100644 index 000000000000..c915fda500ad --- /dev/null +++ b/misc/py-spinners/Makefile @@ -0,0 +1,17 @@ +PORTNAME= spinners +DISTVERSION= 0.0.24 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= Spinners for terminal + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + +.include diff --git a/misc/py-spinners/distinfo b/misc/py-spinners/distinfo new file mode 100644 index 000000000000..75aeb7875d62 --- /dev/null +++ b/misc/py-spinners/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621937037 +SHA256 (spinners-0.0.24.tar.gz) = 1eb6aeb4781d72ab42ed8a01dcf20f3002bf50740d7154d12fb8c9769bf9e27f +SIZE (spinners-0.0.24.tar.gz) = 5308 diff --git a/misc/py-spinners/pkg-descr b/misc/py-spinners/pkg-descr new file mode 100644 index 000000000000..e378d3e7ca05 --- /dev/null +++ b/misc/py-spinners/pkg-descr @@ -0,0 +1,4 @@ +This is a Python port of the Node library cli-spinners. +It features more than 60 spinners for terminal. + +WWW: https://github.com/manrajgrover/py-spinners.