On Sat, May 11, 2019 at 10:54:21AM +0300, Timo Myyr?? wrote:

> Here's a little bump to py-progress library, slightly tested with yle-dl port.

This looks good to me and seems to work.

I tweaked it a little to drop the _CDROM on the PERMIT line, changed the
HOMEPAGE to https, and eliminate a stray space before a tab on the
MAINTAINER line.

The bundled test doesn't run. I looked at defining a do-test target, but
it's a test you need to watch and when it runs, nothing displays if run
via the Makefile, so I stripped that out.

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-progress/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    12 Feb 2019 06:33:49 -0000      1.3
+++ Makefile    16 Jun 2019 02:18:04 -0000
@@ -2,17 +2,17 @@
 
 COMMENT =              easy to use progressbar library for python
 
-MODPY_EGG_VERSION =    1.4
+MODPY_EGG_VERSION =    1.5
 DISTNAME =             progress-${MODPY_EGG_VERSION}
 PKGNAME =              py-${DISTNAME}
 CATEGORIES =           devel
 
-HOMEPAGE =             http://github.com/verigak/progress/
+HOMEPAGE =             https://github.com/verigak/progress/
 
-MAINTAINER =           Timo Myyra <timo.my...@bittivirhe.fi>
+MAINTAINER =           Timo Myyra <timo.my...@bittivirhe.fi>
 
 # ISC
-PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE =       Yes
 
 MODULES =              lang/python
 MODPY_PI =             Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-progress/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    12 Feb 2019 06:33:49 -0000      1.2
+++ distinfo    16 Jun 2019 02:18:04 -0000
@@ -1,2 +1,2 @@
-SHA256 (progress-1.4.tar.gz) = Xi+dqI7YI2p2//vuPO79JZWJz0LfvCzsKHcQIYn65Yo=
-SIZE (progress-1.4.tar.gz) = 5352
+SHA256 (progress-1.5.tar.gz) = aezt0dG75xv2MT2I0ebE0pV7fx1PcTEsIRJX99rmQ3I=
+SIZE (progress-1.5.tar.gz) = 5842
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-progress/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   12 Feb 2019 06:33:49 -0000      1.2
+++ pkg/PLIST   16 Jun 2019 02:18:04 -0000
@@ -12,7 +12,5 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/progress/${MODPY_PYCACHE}bar.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/progress/counter.py
 
lib/python${MODPY_VERSION}/site-packages/progress/${MODPY_PYCACHE}counter.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/progress/helpers.py
-lib/python${MODPY_VERSION}/site-packages/progress/${MODPY_PYCACHE}helpers.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/progress/spinner.py
 
lib/python${MODPY_VERSION}/site-packages/progress/${MODPY_PYCACHE}spinner.${MODPY_PYC_MAGIC_TAG}pyc

Reply via email to