From owner-svn-ports-all@freebsd.org Tue Aug 11 21:04:33 2020 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 5436F3B7279; Tue, 11 Aug 2020 21:04:33 +0000 (UTC) (envelope-from yuri@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 4BR51Y1HnCz43QK; Tue, 11 Aug 2020 21:04:33 +0000 (UTC) (envelope-from yuri@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 0FAC62146E; Tue, 11 Aug 2020 21:04:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07BL4WqG075594; Tue, 11 Aug 2020 21:04:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07BL4WdK075586; Tue, 11 Aug 2020 21:04:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202008112104.07BL4WdK075586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 11 Aug 2020 21:04:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544716 - in head/devel: . py-fastprogress X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-fastprogress X-SVN-Commit-Revision: 544716 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.33 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: Tue, 11 Aug 2020 21:04:33 -0000 Author: yuri Date: Tue Aug 11 21:04:32 2020 New Revision: 544716 URL: https://svnweb.freebsd.org/changeset/ports/544716 Log: New port: devel/py-fastprogress: Nested progress with plotting options Added: head/devel/py-fastprogress/ head/devel/py-fastprogress/Makefile (contents, props changed) head/devel/py-fastprogress/distinfo (contents, props changed) head/devel/py-fastprogress/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Aug 11 20:55:27 2020 (r544715) +++ head/devel/Makefile Tue Aug 11 21:04:32 2020 (r544716) @@ -4384,6 +4384,7 @@ SUBDIR += py-fastentrypoints SUBDIR += py-fastimport SUBDIR += py-fastnumbers + SUBDIR += py-fastprogress SUBDIR += py-fbprophet SUBDIR += py-filebytes SUBDIR += py-filemagic Added: head/devel/py-fastprogress/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fastprogress/Makefile Tue Aug 11 21:04:32 2020 (r544716) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= fastprogress +DISTVERSION= 0.2.6 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Nested progress with plotting options + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include Added: head/devel/py-fastprogress/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fastprogress/distinfo Tue Aug 11 21:04:32 2020 (r544716) @@ -0,0 +1,3 @@ +TIMESTAMP = 1597179636 +SHA256 (fastprogress-0.2.6.tar.gz) = 163ec01c0b4262cfa2fe3a5d3b59bd6d5f784d4c99939e3720cd67ac411cf38d +SIZE (fastprogress-0.2.6.tar.gz) = 13370 Added: head/devel/py-fastprogress/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fastprogress/pkg-descr Tue Aug 11 21:04:32 2020 (r544716) @@ -0,0 +1,3 @@ +A fast and simple progress bar for Jupyter Notebook and console. + +WWW: https://github.com/fastai/fastprogress