mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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
This commit is contained in:
parent
866c126bf5
commit
2c5943e4bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560791
@ -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
|
||||
|
19
misc/py-alive-progress/Makefile
Normal file
19
misc/py-alive-progress/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
misc/py-alive-progress/distinfo
Normal file
3
misc/py-alive-progress/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1610077920
|
||||
SHA256 (alive-progress-1.6.2.tar.gz) = 642e1ce98becf226c8c36bf24e10221085998c5465a357a66fb83b7dc618b43e
|
||||
SIZE (alive-progress-1.6.2.tar.gz) = 47961
|
4
misc/py-alive-progress/pkg-descr
Normal file
4
misc/py-alive-progress/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user