svn commit: r493101 - in head/devel: . py-proglog

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 16 22:50:31 UTC 2019


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	proglog
+PORTVERSION=	0.1.9
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-head mailing list