From owner-svn-ports-all@freebsd.org Fri Jan 8 16:29:06 2021 Return-Path: Delivered-To: svn-ports-all@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 AEB494CE6B0; Fri, 8 Jan 2021 16:29:06 +0000 (UTC) (envelope-from nc@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DC7pV3mNyz4bTl; Fri, 8 Jan 2021 16:29:06 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6FA7525D68; Fri, 8 Jan 2021 16:29:06 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 108GT6mM037612; Fri, 8 Jan 2021 16:29:06 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 108GT5Oh037608; Fri, 8 Jan 2021 16:29:05 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202101081629.108GT5Oh037608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Fri, 8 Jan 2021 16:29:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560791 - in head/misc: . py-alive-progress X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/misc: . py-alive-progress X-SVN-Commit-Revision: 560791 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2021 16:29:06 -0000 Author: nc Date: Fri Jan 8 16:29:05 2021 New Revision: 560791 URL: https://svnweb.freebsd.org/changeset/ports/560791 Log: New port: misc/py-alive-progress: A new kind of Progress Bar Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28034 Added: head/misc/py-alive-progress/ head/misc/py-alive-progress/Makefile (contents, props changed) head/misc/py-alive-progress/distinfo (contents, props changed) head/misc/py-alive-progress/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Fri Jan 8 16:23:35 2021 (r560790) +++ head/misc/Makefile Fri Jan 8 16:29:05 2021 (r560791) @@ -370,6 +370,7 @@ SUBDIR += py-QSpectrumAnalyzer SUBDIR += py-SimpleSoapy SUBDIR += py-SoapySDR + SUBDIR += py-alive-progress SUBDIR += py-cinder SUBDIR += py-colorbrewer SUBDIR += py-colored Added: head/misc/py-alive-progress/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-alive-progress/Makefile Fri Jan 8 16:29:05 2021 (r560791) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= alive-progress +DISTVERSION= 1.6.2 +CATEGORIES= misc +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nc@FreeBSD.org +COMMENT= Enhanced Python Progress Bar + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.2+ +USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + +.include Added: head/misc/py-alive-progress/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-alive-progress/distinfo Fri Jan 8 16:29:05 2021 (r560791) @@ -0,0 +1,3 @@ +TIMESTAMP = 1610077920 +SHA256 (alive-progress-1.6.2.tar.gz) = 642e1ce98becf226c8c36bf24e10221085998c5465a357a66fb83b7dc618b43e +SIZE (alive-progress-1.6.2.tar.gz) = 47961 Added: head/misc/py-alive-progress/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-alive-progress/pkg-descr Fri Jan 8 16:29:05 2021 (r560791) @@ -0,0 +1,4 @@ +alive-progress is a new kind of Progress Bar, with real-time throughput, ETA, +and very cool animations! + +WWW: https://pypi.org/project/alive-progress/