Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 06:16:31 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405669 - in head/misc: . py-tqdm
Message-ID:  <201601100616.u0A6GVVC086991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jan 10 06:16:31 2016
New Revision: 405669
URL: https://svnweb.freebsd.org/changeset/ports/405669

Log:
  Simple Python Progress Meter
  
  WWW: https://www.github.com/tqdm/tqdm
  
  PR:		205783
  Submitted by:	neel@neelc.org

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

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Sun Jan 10 06:14:31 2016	(r405668)
+++ head/misc/Makefile	Sun Jan 10 06:16:31 2016	(r405669)
@@ -370,6 +370,7 @@
     SUBDIR += posixtestsuite
     SUBDIR += proxyper
     SUBDIR += pspresent
+    SUBDIR += py-tqdm
     SUBDIR += py-YABT
     SUBDIR += py-osd
     SUBDIR += py-pexpect

Added: head/misc/py-tqdm/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-tqdm/Makefile	Sun Jan 10 06:16:31 2016	(r405669)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	tqdm
+PORTVERSION=	3.6.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=	misc
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	neel@neelc.org
+COMMENT=	Fast, extensible progress bar for Python
+
+LICENSE=	MIT
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	tqdm
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/misc/py-tqdm/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-tqdm/distinfo	Sun Jan 10 06:16:31 2016	(r405669)
@@ -0,0 +1,2 @@
+SHA256 (tqdm-tqdm-v3.6.0_GH0.tar.gz) = e3b96acc1576b54bab7a28cf540a6df13cc32ef67a29e752ed6ddde396b71bd6
+SIZE (tqdm-tqdm-v3.6.0_GH0.tar.gz) = 457878

Added: head/misc/py-tqdm/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-tqdm/pkg-descr	Sun Jan 10 06:16:31 2016	(r405669)
@@ -0,0 +1,3 @@
+Simple Python Progress Meter
+
+WWW: https://www.github.com/tqdm/tqdm



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