On 2019/11/10 22:40, Klemens Nanni wrote:
> On Sun, Nov 10, 2019 at 11:25:21PM +0200, Kurt Mosiejczuk wrote:
> > The only consumer of py-algorithm-munkres is audio/beets, which is a
> > python3-only ports. So I updated us to the most recent that doesn't
> > support python2.
> > 
> > This necessitates changing beets' dependency on this to drop the
> > MODPY_FLAVOR.
> > 
> > While I was in there, I migrated the ports from py-nose to MODPY_PYTEST.
> > I've submitted that upstream.
> OK kn
> 
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/devel/py-algorithm-munkres/Makefile,v
> > retrieving revision 1.7
> > diff -u -p -r1.7 Makefile
> > --- Makefile        12 Jul 2019 20:45:17 -0000      1.7
> > +++ Makefile        10 Nov 2019 21:14:31 -0000
> > @@ -2,25 +2,22 @@
> >  
> >  COMMENT =  munkres algorithm for the Assignment Problem
> >  
> > -MODPY_EGG_VERSION = 1.0.10
> > -DISTNAME = munkres-${MODPY_EGG_VERSION}
> > -PKGNAME =  py-algorithm-${DISTNAME}
> > -REVISION =      0
> > +MODPY_EGG_VERSION =        1.1.2
> > +DISTNAME =         munkres-${MODPY_EGG_VERSION}
> > +PKGNAME =          py-algorithm-${DISTNAME}
> I know the module fixes this hardcoded "py-", but shouldn't we use
> MODPY_PY_PREFIX directly instead?
> 

Why type more than you have to?

Reply via email to