New port: devel/py-fastprogress: Nested progress with plotting options
This commit is contained in:
parent
c4837d408f
commit
8cee525087
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544716
@ -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
|
||||
|
20
devel/py-fastprogress/Makefile
Normal file
20
devel/py-fastprogress/Makefile
Normal 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>
|
3
devel/py-fastprogress/distinfo
Normal file
3
devel/py-fastprogress/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1597179636
|
||||
SHA256 (fastprogress-0.2.6.tar.gz) = 163ec01c0b4262cfa2fe3a5d3b59bd6d5f784d4c99939e3720cd67ac411cf38d
|
||||
SIZE (fastprogress-0.2.6.tar.gz) = 13370
|
3
devel/py-fastprogress/pkg-descr
Normal file
3
devel/py-fastprogress/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A fast and simple progress bar for Jupyter Notebook and console.
|
||||
|
||||
WWW: https://github.com/fastai/fastprogress
|
Loading…
Reference in New Issue
Block a user