Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2020 21:04:32 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544716 - in head/devel: . py-fastprogress
Message-ID:  <202008112104.07BL4WdK075586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008112104.07BL4WdK075586>