Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2020 03:02:07 +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: r544861 - in head/devel: . py-enlighten
Message-ID:  <202008140302.07E327Jm005480@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Aug 14 03:02:07 2020
New Revision: 544861
URL: https://svnweb.freebsd.org/changeset/ports/544861

Log:
  New port: devel/py-enlighten: Console progress bar module for Python

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Aug 14 02:57:14 2020	(r544860)
+++ head/devel/Makefile	Fri Aug 14 03:02:07 2020	(r544861)
@@ -4361,6 +4361,7 @@
     SUBDIR += py-efl
     SUBDIR += py-eggtestinfo
     SUBDIR += py-ejson
+    SUBDIR += py-enlighten
     SUBDIR += py-entrypoints
     SUBDIR += py-enum-compat
     SUBDIR += py-enum34

Added: head/devel/py-enlighten/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-enlighten/Makefile	Fri Aug 14 03:02:07 2020	(r544861)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	enlighten
+DISTVERSION=	1.6.1
+CATEGORIES=	devel
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Console progress bar module for Python
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}blessed>0:devel/py-blessed@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-enlighten/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-enlighten/distinfo	Fri Aug 14 03:02:07 2020	(r544861)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1597373352
+SHA256 (enlighten-1.6.1.tar.gz) = 03f01f594e031de947741ae5d415319b3510e5a54fcff08d0721b5d02d4caafa
+SIZE (enlighten-1.6.1.tar.gz) = 261105

Added: head/devel/py-enlighten/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-enlighten/pkg-descr	Fri Aug 14 03:02:07 2020	(r544861)
@@ -0,0 +1,6 @@
+Enlighten Progress Bar is a console progress bar module for Python.
+
+The main advantage of Enlighten is it allows writing to stdout and stderr
+without any redirection.
+
+WWW: https://github.com/Rockhopper-Technologies/enlighten



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