pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/py-tqdm misc/py-tqdm: Import version 4.23.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/30cfd93d5d41
branches: trunk
changeset: 380779:30cfd93d5d41
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon May 21 23:45:59 2018 +0000
description:
misc/py-tqdm: Import version 4.23.3
Simple Python Progress Meter
Packaged by Kamel Ibn Aziz Derouiche for pkgsrc-wip, and updated by wiz@
and me.
diffstat:
misc/py-tqdm/ALTERNATIVES | 1 +
misc/py-tqdm/DESCR | 1 +
misc/py-tqdm/Makefile | 30 ++++++++++++++++++++++++++++++
misc/py-tqdm/PLIST | 38 ++++++++++++++++++++++++++++++++++++++
misc/py-tqdm/distinfo | 6 ++++++
5 files changed, 76 insertions(+), 0 deletions(-)
diffs (96 lines):
diff -r 54f84a52b91c -r 30cfd93d5d41 misc/py-tqdm/ALTERNATIVES
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-tqdm/ALTERNATIVES Mon May 21 23:45:59 2018 +0000
@@ -0,0 +1,1 @@
+bin/tqdm bin/tqdm@PYVERSSUFFIX@
diff -r 54f84a52b91c -r 30cfd93d5d41 misc/py-tqdm/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-tqdm/DESCR Mon May 21 23:45:59 2018 +0000
@@ -0,0 +1,1 @@
+Simple Python Progress Meter
diff -r 54f84a52b91c -r 30cfd93d5d41 misc/py-tqdm/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-tqdm/Makefile Mon May 21 23:45:59 2018 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2018/05/21 23:45:59 minskim Exp $
+
+DISTNAME= tqdm-4.23.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= misc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=t/tqdm/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/tqdm/tqdm
+COMMENT= Fast, extensible progress bar for Python
+LICENSE= mit
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+BUILD_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
+BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+BUILD_DEPENDS+= ${PYPKGPREFIX}-mccabe-[0-9]*:../../devel/py-mccabe
+
+USE_LANGUAGES= # none
+
+# for UTF-8 in README.md
+ALL_ENV+= LC_CTYPE=en_US.UTF-8
+ALL_ENV+= LC_ALL=en_US.UTF-8
+
+.include "../../lang/python/egg.mk"
+
+post-install:
+ ${MV} ${DESTDIR}${PREFIX}/bin/tqdm \
+ ${DESTDIR}${PREFIX}/bin/tqdm${PYVERSSUFFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 54f84a52b91c -r 30cfd93d5d41 misc/py-tqdm/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-tqdm/PLIST Mon May 21 23:45:59 2018 +0000
@@ -0,0 +1,38 @@
+@comment $NetBSD: PLIST,v 1.1 2018/05/21 23:45:59 minskim Exp $
+bin/tqdm${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/tqdm/__init__.py
+${PYSITELIB}/tqdm/__init__.pyc
+${PYSITELIB}/tqdm/__init__.pyo
+${PYSITELIB}/tqdm/__main__.py
+${PYSITELIB}/tqdm/__main__.pyc
+${PYSITELIB}/tqdm/__main__.pyo
+${PYSITELIB}/tqdm/_main.py
+${PYSITELIB}/tqdm/_main.pyc
+${PYSITELIB}/tqdm/_main.pyo
+${PYSITELIB}/tqdm/_monitor.py
+${PYSITELIB}/tqdm/_monitor.pyc
+${PYSITELIB}/tqdm/_monitor.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/_tqdm_notebook.py
+${PYSITELIB}/tqdm/_tqdm_notebook.pyc
+${PYSITELIB}/tqdm/_tqdm_notebook.pyo
+${PYSITELIB}/tqdm/_tqdm_pandas.py
+${PYSITELIB}/tqdm/_tqdm_pandas.pyc
+${PYSITELIB}/tqdm/_tqdm_pandas.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
+man/man1/tqdm.1
diff -r 54f84a52b91c -r 30cfd93d5d41 misc/py-tqdm/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-tqdm/distinfo Mon May 21 23:45:59 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/21 23:45:59 minskim Exp $
+
+SHA1 (tqdm-4.23.3.tar.gz) = 29ca054d5dd327fca24f557c7236c94fe72ad391
+RMD160 (tqdm-4.23.3.tar.gz) = 545355150050b315462fccf9c41373c2b2664969
+SHA512 (tqdm-4.23.3.tar.gz) = 8cb5dab262d5f5569fe307553b339f1b6d5ce61dd30cfbc1f8d72177773b80d9a10a48004a62507f9369a7eae8330ed83afbc2d9a12def9f8601d626a806bdaf
+Size (tqdm-4.23.3.tar.gz) = 99299 bytes
Home |
Main Index |
Thread Index |
Old Index