pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-tqdm



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon May 21 23:45:59 UTC 2018

Added Files:
        pkgsrc/misc/py-tqdm: ALTERNATIVES DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/py-tqdm/ALTERNATIVES \
    pkgsrc/misc/py-tqdm/DESCR pkgsrc/misc/py-tqdm/Makefile \
    pkgsrc/misc/py-tqdm/PLIST pkgsrc/misc/py-tqdm/distinfo

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

Added files:

Index: pkgsrc/misc/py-tqdm/ALTERNATIVES
diff -u /dev/null pkgsrc/misc/py-tqdm/ALTERNATIVES:1.1
--- /dev/null   Mon May 21 23:45:59 2018
+++ pkgsrc/misc/py-tqdm/ALTERNATIVES    Mon May 21 23:45:59 2018
@@ -0,0 +1 @@
+bin/tqdm bin/tqdm@PYVERSSUFFIX@
Index: pkgsrc/misc/py-tqdm/DESCR
diff -u /dev/null pkgsrc/misc/py-tqdm/DESCR:1.1
--- /dev/null   Mon May 21 23:45:59 2018
+++ pkgsrc/misc/py-tqdm/DESCR   Mon May 21 23:45:59 2018
@@ -0,0 +1 @@
+Simple Python Progress Meter
Index: pkgsrc/misc/py-tqdm/Makefile
diff -u /dev/null pkgsrc/misc/py-tqdm/Makefile:1.1
--- /dev/null   Mon May 21 23:45:59 2018
+++ pkgsrc/misc/py-tqdm/Makefile        Mon May 21 23:45:59 2018
@@ -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"
Index: pkgsrc/misc/py-tqdm/PLIST
diff -u /dev/null pkgsrc/misc/py-tqdm/PLIST:1.1
--- /dev/null   Mon May 21 23:45:59 2018
+++ pkgsrc/misc/py-tqdm/PLIST   Mon May 21 23:45:59 2018
@@ -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
Index: pkgsrc/misc/py-tqdm/distinfo
diff -u /dev/null pkgsrc/misc/py-tqdm/distinfo:1.1
--- /dev/null   Mon May 21 23:45:59 2018
+++ pkgsrc/misc/py-tqdm/distinfo        Mon May 21 23:45:59 2018
@@ -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