ping On Thu, Sep 29, 2016 at 09:11:54PM +0500, Alexandr Shadchin wrote: > Hi, > > This diff updates py-mistune to the latest release. > Tested on amd64. > > * add py3 flavor > * take maintainership > > Comments ? OK ? > > -- > Alexandr Shadchin > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/textproc/py-mistune/Makefile,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 Makefile > --- Makefile 22 Oct 2015 19:49:09 -0000 1.1.1.1 > +++ Makefile 29 Sep 2016 16:09:50 -0000 > @@ -2,7 +2,7 @@ > > COMMENT = markdown parser for Python > > -MODPY_EGG_VERSION = 0.7.1 > +MODPY_EGG_VERSION = 0.7.3 > DISTNAME = mistune-${MODPY_EGG_VERSION} > PKGNAME = py-${DISTNAME} > > @@ -10,7 +10,9 @@ CATEGORIES = textproc > > HOMEPAGE = https://github.com/lepture/mistune > > -TEST_DEPENDS += devel/py-nose > +MAINTAINER = Alexandr Shadchin <shadc...@openbsd.org> > + > +TEST_DEPENDS += devel/py-nose${MODPY_FLAVOR} > > # BSD > PERMIT_PACKAGE_CDROM = Yes > @@ -19,7 +21,7 @@ MODULES = lang/python > MODPY_PI = Yes > MODPY_SETUPTOOLS = Yes > > -do-test: > - cd ${WRKSRC} && ${LOCALBASE}/bin/nosetests > +FLAVORS = python3 > +FLAVOR ?= > > .include <bsd.port.mk> > Index: distinfo > =================================================================== > RCS file: /cvs/ports/textproc/py-mistune/distinfo,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 distinfo > --- distinfo 22 Oct 2015 19:49:09 -0000 1.1.1.1 > +++ distinfo 29 Sep 2016 16:09:50 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (mistune-0.7.1.tar.gz) = YHbe33aDSJJ9mR9DceWnmcagFYsWCR3wjuhe4jHZKac= > -SIZE (mistune-0.7.1.tar.gz) = 48371 > +SHA256 (mistune-0.7.3.tar.gz) = IdDoad87kYnySOAi8cl2PPkGnhovAGdvHxhSvX+YtxM= > +SIZE (mistune-0.7.3.tar.gz) = 49045 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/textproc/py-mistune/pkg/PLIST,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 PLIST > --- pkg/PLIST 22 Oct 2015 19:49:09 -0000 1.1.1.1 > +++ pkg/PLIST 29 Sep 2016 16:09:50 -0000 > @@ -1,4 +1,5 @@ > @comment $OpenBSD: PLIST,v 1.1.1.1 2015/10/22 19:49:09 edd Exp $ > +lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}mistune.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/mistune-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/ > > lib/python${MODPY_VERSION}/site-packages/mistune-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO > > lib/python${MODPY_VERSION}/site-packages/mistune-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt > @@ -6,4 +7,3 @@ lib/python${MODPY_VERSION}/site-packages > > lib/python${MODPY_VERSION}/site-packages/mistune-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe > > lib/python${MODPY_VERSION}/site-packages/mistune-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt > lib/python${MODPY_VERSION}/site-packages/mistune.py > -lib/python${MODPY_VERSION}/site-packages/mistune.pyc
-- Alexandr Shadchin