svn commit: r499874 - in head/devel: . py-progress

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 24 17:41:58 UTC 2019


Author: sunpoet
Date: Wed Apr 24 17:41:56 2019
New Revision: 499874
URL: https://svnweb.freebsd.org/changeset/ports/499874

Log:
  Add py-progress 1.5
  
  It provides easy to use progress bars for Python.
  
  There are 7 progress bars to choose from:
  - Bar
  - ChargingBar
  - FillingSquaresBar
  - FillingCirclesBar
  - IncrementalBar
  - PixelBar
  - ShadyBar
  
  WWW: https://github.com/verigak/progress

Added:
  head/devel/py-progress/
  head/devel/py-progress/Makefile   (contents, props changed)
  head/devel/py-progress/distinfo   (contents, props changed)
  head/devel/py-progress/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Apr 24 17:41:27 2019	(r499873)
+++ head/devel/Makefile	Wed Apr 24 17:41:56 2019	(r499874)
@@ -4935,6 +4935,7 @@
     SUBDIR += py-prettytable
     SUBDIR += py-prioritized_methods
     SUBDIR += py-proglog
+    SUBDIR += py-progress
     SUBDIR += py-promise
     SUBDIR += py-prompt_toolkit
     SUBDIR += py-prompt_toolkit1

Added: head/devel/py-progress/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-progress/Makefile	Wed Apr 24 17:41:56 2019	(r499874)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	progress
+PORTVERSION=	1.5
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Easy to use progress bars
+
+LICENSE=	ISCL
+#LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-progress/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-progress/distinfo	Wed Apr 24 17:41:56 2019	(r499874)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1556122006
+SHA256 (progress-1.5.tar.gz) = 69ecedd1d1bbe71bf6313d88d1e6c4d2957b7f1d4f71312c211257f7dae64372
+SIZE (progress-1.5.tar.gz) = 5842

Added: head/devel/py-progress/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-progress/pkg-descr	Wed Apr 24 17:41:56 2019	(r499874)
@@ -0,0 +1,12 @@
+It provides easy to use progress bars for Python.
+
+There are 7 progress bars to choose from:
+- Bar
+- ChargingBar
+- FillingSquaresBar
+- FillingCirclesBar
+- IncrementalBar
+- PixelBar
+- ShadyBar
+
+WWW: https://github.com/verigak/progress


More information about the svn-ports-all mailing list