New port: devel/py-fastprogress: Nested progress with plotting options

This commit is contained in:
Yuri Victorovich 2020-08-11 21:04:32 +00:00
parent c4837d408f
commit 8cee525087
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544716
4 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1597179636
SHA256 (fastprogress-0.2.6.tar.gz) = 163ec01c0b4262cfa2fe3a5d3b59bd6d5f784d4c99939e3720cd67ac411cf38d
SIZE (fastprogress-0.2.6.tar.gz) = 13370

View File

@ -0,0 +1,3 @@
A fast and simple progress bar for Jupyter Notebook and console.
WWW: https://github.com/fastai/fastprogress