FreeBSD Bugzilla – Attachment 171050 Details for
Bug 207758
[NEW PORT] misc/py-pyprind: Python Progress Indicator Utility
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Shar file for misc/pyprind 2.9.8
pyprind-2.9.8.shar (text/plain), 3.06 KB, created by
Neel Chauhan
on 2016-06-05 13:40:02 UTC
(
hide
)
Description:
Shar file for misc/pyprind 2.9.8
Filename:
MIME Type:
Creator:
Neel Chauhan
Created:
2016-06-05 13:40:02 UTC
Size:
3.06 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># pyprind ># pyprind/files ># pyprind/files/patch-tests___init__.py ># pyprind/files/patch-setup.py ># pyprind/Makefile ># pyprind/distinfo ># pyprind/pkg-descr ># >echo c - pyprind >mkdir -p pyprind > /dev/null 2>&1 >echo c - pyprind/files >mkdir -p pyprind/files > /dev/null 2>&1 >echo x - pyprind/files/patch-tests___init__.py >sed 's/^X//' >pyprind/files/patch-tests___init__.py << '1616d9c3094388a585f65e6f3deb288e' >X--- __init__.py.orig 1969-12-31 19:00:00.000000000 -0500 >X+++ __init__.py 2016-03-14 10:28:56.983362807 -0400 >X@@ -0,0 +1,2 @@ >X+import test_percentage_indicator >X+import test_progress_bar >1616d9c3094388a585f65e6f3deb288e >echo x - pyprind/files/patch-setup.py >sed 's/^X//' >pyprind/files/patch-setup.py << 'cf5cf559b831341a4c31283fbb4c44ea' >X--- setup.py.orig 2016-03-14 06:00:32.000000000 -0400 >X+++ setup.py 2016-03-14 10:28:33.012364739 -0400 >X@@ -38,6 +38,7 @@ >X 'Programming Language :: Python :: 2.7', >X 'Programming Language :: Python :: 3', >X 'Environment :: Console'], >X+ test_suite = "tests", >X long_description=""" >X >X The PyPrind (Python Progress Indicator) module provides a progress >cf5cf559b831341a4c31283fbb4c44ea >echo x - pyprind/Makefile >sed 's/^X//' >pyprind/Makefile << '5be109994d1e895f3c260f3a15b9b123' >X# $FreeBSD$ >X >XPORTNAME= pyprind >XPORTVERSION= 2.9.8 >XDISTVERSIONPREFIX= v >XCATEGORIES= misc >XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >XMASTER_SITES= CHEESESHOP >XDISTNAME= PyPrind-${PORTVERSION} >X >XMAINTAINER= neel@neelc.org >XCOMMENT= Python Progress Bar and Percent Indicator Utility >X >XLICENSE= BSD3CLAUSE >X >XUSES= python >XUSE_PYTHON= autoplist distutils >XNO_ARCH= yes >X >XOPTIONS_DEFINE= PSUTIL TESTS >X >XPSUTIL_DESC= Support to monitor CPU and memory usage >XPSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:${PORTSDIR}/sysutils/py-psutil >X >XTESTS_DESC= Install test suite requirements >XTESTS_BUILD_DEPENDS= ${PSUTIL_RUN_DEPENDS} >X >Xregression-test: build >X @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test >X >X.include <bsd.port.mk> >5be109994d1e895f3c260f3a15b9b123 >echo x - pyprind/distinfo >sed 's/^X//' >pyprind/distinfo << 'e08bf632136506f31f2d4124f59a7f94' >XTIMESTAMP = 1465130692 >XSHA256 (PyPrind-2.9.8.tar.gz) = f07dd20388a0d21838112deeb70b1705a9ebfeb8859c5741433126e4efb439b2 >XSIZE (PyPrind-2.9.8.tar.gz) = 10154 >e08bf632136506f31f2d4124f59a7f94 >echo x - pyprind/pkg-descr >sed 's/^X//' >pyprind/pkg-descr << 'bb95e2e8a330966b012863af489753bd' >XThe PyPrind (Python Progress Indicator) module provides a progress bar >Xand a percentage indicator object that let you track the progress of a >Xloop structure or other iterative computation. Typical applications >Xinclude the processing of large data sets to provide an intuitive >Xestimate at runtime about the progress of the computation. >X >XWWW: https://www.github.com/rasbt/pyprind >bb95e2e8a330966b012863af489753bd >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 207758
:
167784
|
167785
|
167786
|
168149
|
168150
|
168151
|
168154
|
171050
|
171051
|
171052
|
171055
|
171230