pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-tqdm: Imported into pkgsrc
Module Name: pkgsrc-wip
Committed By: Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By: minskim
Date: Mon May 21 16:49:40 2018 -0700
Changeset: 20fd8a1902218ab39fb0a8c779f687a6bd561a8e
Modified Files:
Makefile
Removed Files:
py-tqdm/ALTERNATIVES
py-tqdm/DESCR
py-tqdm/Makefile
py-tqdm/PLIST
py-tqdm/distinfo
Log Message:
py-tqdm: Imported into pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=20fd8a1902218ab39fb0a8c779f687a6bd561a8e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
py-tqdm/ALTERNATIVES | 1 -
py-tqdm/DESCR | 1 -
py-tqdm/Makefile | 30 ------------------------------
py-tqdm/PLIST | 38 --------------------------------------
py-tqdm/distinfo | 6 ------
6 files changed, 77 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 87bd7059b9..53f214ef2c 100644
--- a/Makefile
+++ b/Makefile
@@ -3834,7 +3834,6 @@ SUBDIR+= py-topkapi
SUBDIR+= py-toro
SUBDIR+= py-toronado
SUBDIR+= py-toscawidgets
-SUBDIR+= py-tqdm
SUBDIR+= py-tracks
SUBDIR+= py-traits
SUBDIR+= py-traitsgui
diff --git a/py-tqdm/ALTERNATIVES b/py-tqdm/ALTERNATIVES
deleted file mode 100644
index 511257b8e7..0000000000
--- a/py-tqdm/ALTERNATIVES
+++ /dev/null
@@ -1 +0,0 @@
-bin/tqdm @PREFIX@/bin/tqdm@PYVERSSUFFIX@
diff --git a/py-tqdm/DESCR b/py-tqdm/DESCR
deleted file mode 100644
index ad366e8381..0000000000
--- a/py-tqdm/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Simple Python Progress Meter
diff --git a/py-tqdm/Makefile b/py-tqdm/Makefile
deleted file mode 100644
index fee8c9362a..0000000000
--- a/py-tqdm/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD$
-
-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
-
-USE_LANGUAGES= # none
-
-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
-
-# 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 --git a/py-tqdm/PLIST b/py-tqdm/PLIST
deleted file mode 100644
index 045fd430a1..0000000000
--- a/py-tqdm/PLIST
+++ /dev/null
@@ -1,38 +0,0 @@
-@comment $NetBSD$
-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 --git a/py-tqdm/distinfo b/py-tqdm/distinfo
deleted file mode 100644
index d368b07b76..0000000000
--- a/py-tqdm/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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