pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update py-tqdm to 3.1.4.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Dec 23 20:22:01 2015 +0100
Changeset:	af15cb4741f4a42b56f362520a967b06c6581feb

Modified Files:
	py-tqdm/Makefile
	py-tqdm/PLIST
	py-tqdm/distinfo

Log Message:
Update py-tqdm to 3.1.4.

New developer team took over, quite many changes since previous
pkgsrc version. Details at https://github.com/tqdm/tqdm/releases

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=af15cb4741f4a42b56f362520a967b06c6581feb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-tqdm/Makefile | 16 +++++++++-------
 py-tqdm/PLIST    | 24 ++++++++++++++++++++----
 py-tqdm/distinfo |  9 +++++----
 3 files changed, 34 insertions(+), 15 deletions(-)

diffs:
diff --git a/py-tqdm/Makefile b/py-tqdm/Makefile
index dc4b124..3d3764a 100644
--- a/py-tqdm/Makefile
+++ b/py-tqdm/Makefile
@@ -1,18 +1,20 @@
-# $NetBSD: Makefile,v 1.1 2014/03/19 21:34:46 jihbed Exp $
+# $NetBSD$
 
-DISTNAME=	tqdm-1.0
+DISTNAME=	tqdm-3.1.4
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	misc python
-MASTER_SITES=	https://pypi.python.org/packages/source/t/tqdm/
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/tqdm/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	 https://github.com/noamraph/tqdm
-COMMENT=	Simple Python Progress Meter
+HOMEPAGE=	https://github.com/tqdm/tqdm
+COMMENT=	Fast, extensible progress bar for Python
 LICENSE=	mit
 
 USE_LANGUAGES=	# none
 
-PYDISTUTILSPKG=	yes
 
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
+# for UTF-8 in README.md
+ALL_ENV+=	LC_CTYPE=en_US.UTF-8
+ALL_ENV+=	LC_ALL=en_US.UTF-8
diff --git a/py-tqdm/PLIST b/py-tqdm/PLIST
index 97c785e..72c98f7 100644
--- a/py-tqdm/PLIST
+++ b/py-tqdm/PLIST
@@ -1,4 +1,20 @@
-@comment $NetBSD: PLIST,v 1.1 2014/03/19 21:34:46 jihbed Exp $
-${PYSITELIB}/tqdm.py
-${PYSITELIB}/tqdm.pyc
-${PYSITELIB}/tqdm.pyo
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/tqdm/__init__.py
+${PYSITELIB}/tqdm/__init__.pyc
+${PYSITELIB}/tqdm/__init__.pyo
+${PYSITELIB}/tqdm/_tqdm.py
+${PYSITELIB}/tqdm/_tqdm.pyc
+${PYSITELIB}/tqdm/_tqdm.pyo
+${PYSITELIB}/tqdm/_tqdm_gui.py
+${PYSITELIB}/tqdm/_tqdm_gui.pyc
+${PYSITELIB}/tqdm/_tqdm_gui.pyo
+${PYSITELIB}/tqdm/_utils.py
+${PYSITELIB}/tqdm/_utils.pyc
+${PYSITELIB}/tqdm/_utils.pyo
+${PYSITELIB}/tqdm/_version.py
+${PYSITELIB}/tqdm/_version.pyc
+${PYSITELIB}/tqdm/_version.pyo
diff --git a/py-tqdm/distinfo b/py-tqdm/distinfo
index 86daa05..9adf1d6 100644
--- a/py-tqdm/distinfo
+++ b/py-tqdm/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2014/03/19 21:34:46 jihbed Exp $
+$NetBSD$
 
-SHA1 (tqdm-1.0.tar.gz) = 44442949d0adda2c45081dabd00da7b749c875c6
-RMD160 (tqdm-1.0.tar.gz) = d2ca1cc3e2a163146b67a2da24e87ee4891fb2e6
-Size (tqdm-1.0.tar.gz) = 1756 bytes
+SHA1 (tqdm-3.1.4.tar.gz) = 38b1d31ddb10c79febc045473a53a1ac8cfa477b
+RMD160 (tqdm-3.1.4.tar.gz) = 0bab8ec5739e7a7a41a5b00c24eb6715cf906274
+SHA512 (tqdm-3.1.4.tar.gz) = 4adb7ee449f8a76df40ca2bee8309c7d3c3b9f092b1327d377dc8584b4f07a966b83d2580617302c9aa67021c2ce4b8cdeefe36b4bc05085024649f9ddc5772a
+Size (tqdm-3.1.4.tar.gz) = 35462 bytes


Home | Main Index | Thread Index | Old Index