new pkg: py-p_tqdm, py-selenium-generator

This commit is contained in:
K.I.A.Derouiche 2020-10-08 21:39:51 +01:00
parent 23374488f8
commit d7ed7f73e5
8 changed files with 71 additions and 0 deletions

7
py-p_tqdm/DESCR Normal file
View File

@ -0,0 +1,7 @@
p_tqdm is a wrapper around pathos.multiprocessing and tqdm.
Unlike Python's default multiprocessing library, pathos provides
a more flexible parallel map which can apply almost any type of
function including lambda functions, nested functions, and class
methods and can easily handle functions with multiple arguments.
tqdm is applied on top of pathos's parallel map and displays a
progress bar including an estimated time to completion

23
py-p_tqdm/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $NetBSD$
DISTNAME= p_tqdm-1.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= parallel python
MASTER_SITES= https://files.pythonhosted.org/packages/b9/c4/ce6abe2fa3868b1ea9216a81522a9ece36f47bdbb966f8f31f76e2967178/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/swansonk14/p_tqdm
COMMENT= Parallel processing with progress bars
LICENSE= mit
PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-tqdm>=4.48.2:../../misc/py-tqdm
#DEPENDS+= ${PYPKGPREFIX}-pathos>=0.2.6:../../wip/py-pathos
DEPENDS+= ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

12
py-p_tqdm/PLIST Normal file
View File

@ -0,0 +1,12 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/p_tqdm/__init__.py
${PYSITELIB}/p_tqdm/__init__.pyc
${PYSITELIB}/p_tqdm/__init__.pyo
${PYSITELIB}/p_tqdm/p_tqdm.py
${PYSITELIB}/p_tqdm/p_tqdm.pyc
${PYSITELIB}/p_tqdm/p_tqdm.pyo

6
py-p_tqdm/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (p_tqdm-1.3.3.tar.gz) = 2ef41a075fd5688adea3a70e7ccab51c3a38e8b9
RMD160 (p_tqdm-1.3.3.tar.gz) = 8783a93c26c9306329d32cc0da38bd3f134ab9ac
SHA512 (p_tqdm-1.3.3.tar.gz) = 403b9df9161b4394372b402ba0d0b11c1ef72f13584803db64cbb515f2279292f57916938955dfb1036c9daf9b3c31cf84b37e6cc7679890a84faf92787b03a7
Size (p_tqdm-1.3.3.tar.gz) = 4259 bytes

View File

View File

@ -0,0 +1,13 @@
# $NetBSD$
DISTNAME= selenium-generator-0.3
CATEGORIES= category
MASTER_SITES= https://files.pythonhosted.org/packages/14/4e/a0a1f476ac52c0c4de5e87be937fb0c72b98132a5d1c798e204bb1045c3a/
MAINTAINER= INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users@NetBSD.org
HOMEPAGE= https://files.pythonhosted.org/packages/14/4e/a0a1f476ac52c0c4de5e87be937fb0c72b98132a5d1c798e204bb1045c3a/
COMMENT= TODO: Short description of the package
#LICENSE= # TODO: (see mk/license.mk)
# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,4 @@
@comment $NetBSD$
@comment TODO: to fill this file with the file listing:
@comment TODO: 1. run "/usr/bin/make package"
@comment TODO: 2. run "/usr/bin/make print-PLIST"

View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (selenium-generator-0.3.tar.gz) = 5fdaf0439d4d873d82a7f7c6b30273f70541cc34
RMD160 (selenium-generator-0.3.tar.gz) = 387758d24ec076059d4a407fcb48eb4175a61438
SHA512 (selenium-generator-0.3.tar.gz) = 9079577e2ecd8ef7a6880b19b77ed79b05e54cfb46434e94f51e438f815123fd45c77e025a0abd754b3b1cb09325fbd88cf63040a425956a5abfdfca0cfde7f5
Size (selenium-generator-0.3.tar.gz) = 11858 bytes