# 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-MANIFEST.in # pyprind/files/patch-setup.py # pyprind/files/patch-tests___init__.py # pyprind/pkg-descr # pyprind/distinfo # pyprind/Makefile # 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-MANIFEST.in sed 's/^X//' >pyprind/files/patch-MANIFEST.in << '4ab1a72635f0286f81338f68fca49fb8' X--- MANIFEST.in.orig 2016-03-05 16:25:17.000000000 -0500 X+++ MANIFEST.in 2016-03-14 10:32:00.643893317 -0400 X@@ -1,5 +1,5 @@ X include LICENSE X include README.md X include CONTRIBUTING.md X-inlcude CHANGELOG.md X+include CHANGELOG.md X include tests/* 4ab1a72635f0286f81338f68fca49fb8 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/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/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 echo x - pyprind/distinfo sed 's/^X//' >pyprind/distinfo << 'e08bf632136506f31f2d4124f59a7f94' XSHA256 (PyPrind-2.9.5.tar.gz) = 3a6605ccfdc9ada51312182fd30215f508087e2a07b1e115ef43b3aac19679d1 XSIZE (PyPrind-2.9.5.tar.gz) = 8305 e08bf632136506f31f2d4124f59a7f94 echo x - pyprind/Makefile sed 's/^X//' >pyprind/Makefile << '5be109994d1e895f3c260f3a15b9b123' X# $FreeBSD$ X XPORTNAME= pyprind XPORTVERSION= 2.9.5 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 exit