Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 22:50:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493101 - in head/devel: . py-proglog
Message-ID:  <201902162250.x1GMoTgL073892@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 16 22:50:29 2019
New Revision: 493101
URL: https://svnweb.freebsd.org/changeset/ports/493101

Log:
  Add py-proglog 0.1.9
  
  Proglog is a progress logging system for Python. It allows to build complex
  libraries while giving your users control over logs, callbacks and progress
  bars.
  
  WWW: https://github.com/Edinburgh-Genome-Foundry/Proglog

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Feb 16 22:50:08 2019	(r493100)
+++ head/devel/Makefile	Sat Feb 16 22:50:29 2019	(r493101)
@@ -4915,6 +4915,7 @@
     SUBDIR += py-pretend
     SUBDIR += py-prettytable
     SUBDIR += py-prioritized_methods
+    SUBDIR += py-proglog
     SUBDIR += py-prompt_toolkit
     SUBDIR += py-prompt_toolkit2
     SUBDIR += py-protobuf

Added: head/devel/py-proglog/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-proglog/Makefile	Sat Feb 16 22:50:29 2019	(r493101)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	proglog
+PORTVERSION=	0.1.9
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Log and progress bar manager for console, notebooks and web
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENCE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-proglog/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-proglog/distinfo	Sat Feb 16 22:50:29 2019	(r493101)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1550245797
+SHA256 (proglog-0.1.9.tar.gz) = d8c4ccbf2138e0c5e3f3fc0d80dc51d7e69dcfe8bfde4cacb566725092a5b18d
+SIZE (proglog-0.1.9.tar.gz) = 10256

Added: head/devel/py-proglog/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-proglog/pkg-descr	Sat Feb 16 22:50:29 2019	(r493101)
@@ -0,0 +1,5 @@
+Proglog is a progress logging system for Python. It allows to build complex
+libraries while giving your users control over logs, callbacks and progress
+bars.
+
+WWW: https://github.com/Edinburgh-Genome-Foundry/Proglog



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