A pending update of devel/py-nbconvert depends on a newer version of py-mistune than we have in ports. As such, diff below updates py-mistune to the latest version (0.8.4). Changes: https://github.com/lepture/mistune/releases/tag/v0.8.4
Patch has been dropped as it is no longer relevant Testing: - 'make test' runs successfully: 18 passed, 2 xfailed, 2 warnings in 0.72 seconds - Build tested all consumers (see below) - Regression tests of consumers run successfully LIB_DEPENDS BUILD_DEPENDS RUN_DEPENDS /usr/ports/textproc/py-m2r /usr/ports/textproc/py-m2rython3 /usr/ports/devel/py-nbconvertython3 TEST_DEPENDS /usr/ports/textproc/py-m2r /usr/ports/textproc/py-m2rython3 /usr/ports/devel/py-nbconvertython3 Comments/OK? diff --git Makefile Makefile index 0c98af2e759..4587d90ffca 100644 --- Makefile +++ Makefile @@ -2,10 +2,9 @@ COMMENT = markdown parser for Python -MODPY_EGG_VERSION = 0.7.4 +MODPY_EGG_VERSION = 0.8.4 DISTNAME = mistune-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 2 CATEGORIES = textproc diff --git distinfo distinfo index b50bdbc932d..563e767006a 100644 --- distinfo +++ distinfo @@ -1,2 +1,2 @@ -SHA256 (mistune-0.7.4.tar.gz) = hRevn1zRhXu4P5oj2nWqUW11OMMqLF1cVvN4mp5M0i8= -SIZE (mistune-0.7.4.tar.gz) = 49304 +SHA256 (mistune-0.8.4.tar.gz) = WaNCnbU8ULXGvMigf4hIywDX3IvbQxpKtBkg0gHUdW4= +SIZE (mistune-0.8.4.tar.gz) = 58322 diff --git patches/patch-setup_py patches/patch-setup_py deleted file mode 100644 index 5cccc1330a6..00000000000 --- patches/patch-setup_py +++ /dev/null @@ -1,20 +0,0 @@ -$OpenBSD: patch-setup_py,v 1.1.1.1 2015/10/22 19:49:09 edd Exp $ - -Disable cython for now. Will make it easier to port to Python3 on OpenBSD. - ---- setup.py.orig Mon Oct 19 21:50:54 2015 -+++ setup.py Mon Oct 19 21:51:12 2015 -@@ -13,11 +13,8 @@ from setuptools import setup, Extension - - cmdclass = {} - --try: -- from Cython.Distutils import build_ext --except ImportError: -- have_cython = False --else: -+have_cython = False -+if False: - have_cython = True - import sys -