diff --git a/devel/quirks/Makefile b/devel/quirks/Makefile index 0cc8a197455..630b40b02be 100644 --- a/devel/quirks/Makefile +++ b/devel/quirks/Makefile @@ -3,7 +3,7 @@ CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-7.2 +PKGNAME = quirks-7.3 PKG_ARCH = * MAINTAINER = Marc Espie diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm index 8141dd4d73a..3f4ba19e342 100644 --- a/devel/quirks/files/Quirks.pm +++ b/devel/quirks/files/Quirks.pm @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: Quirks.pm,v 1.1604 2024/02/07 20:03:29 jasper Exp $ +# $OpenBSD: Quirks.pm,v 1.1605 2024/02/09 02:40:36 daniel Exp $ # # Copyright (c) 2009 Marc Espie # @@ -1907,6 +1907,7 @@ setup_obsolete_reason( 2 => 'trojita', 5 => 'birdfont', 5 => 'libxmlbird', + 5 => 'py-m2r', ); # though it's not yet used, these should be pkgnames, so that eventually diff --git a/textproc/Makefile b/textproc/Makefile index c0edb693f3b..69c2cf8d55a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -442,7 +442,6 @@ SUBDIR += py-markdown,python3 SUBDIR += py-markdown-it,python3 SUBDIR += py-mdurl,python3 - SUBDIR += py-m2r,python3 SUBDIR += py-mistune,python3 SUBDIR += py-natsort,python3 SUBDIR += py-nltk,python3 diff --git a/textproc/py-m2r/Makefile b/textproc/py-m2r/Makefile deleted file mode 100644 index ff6fee52388..00000000000 --- a/textproc/py-m2r/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -COMMENT = markdown to reStructuredText converter - -# github repo archived, upstream suggests forking -MODPY_EGG_VERSION = 0.3.1 -REVISION = 0 - -DISTNAME = m2r-${MODPY_EGG_VERSION} -PKGNAME = py-${DISTNAME} - -CATEGORIES = devel textproc - -HOMEPAGE = https://github.com/miyakogi/m2r - -# MIT -PERMIT_PACKAGE = Yes - -MODPY_PI = Yes -MODULES = lang/python -MODPY_PYBUILD = setuptools - -RUN_DEPENDS = textproc/py-mistune${MODPY_FLAVOR}<2 \ - textproc/py-docutils${MODPY_FLAVOR} - -FLAVORS = python3 -FLAVOR = python3 - -.include diff --git a/textproc/py-m2r/distinfo b/textproc/py-m2r/distinfo deleted file mode 100644 index 64b3af816fe..00000000000 --- a/textproc/py-m2r/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (m2r-0.3.1.tar.gz) = qvtn/EnPsdieRqNEOsdH4V9LtC3yDtBPBnrZ777iVqs= -SIZE (m2r-0.3.1.tar.gz) = 16622 diff --git a/textproc/py-m2r/pkg/DESCR b/textproc/py-m2r/pkg/DESCR deleted file mode 100644 index e4c48edf537..00000000000 --- a/textproc/py-m2r/pkg/DESCR +++ /dev/null @@ -1,17 +0,0 @@ -M2R converts a markdown file including reST markups to a valid reST format. - -Features: -* Basic markdown and some extensions - o inline/block-level raw html - o fenced-code block - o tables - o footnotes ([^1]) -* Inline- and Block-level reST markups - o single- and multi-line directives (.. directive::) - o inline-roles (:code:`print(1)` ...) - o ref-link (see `ref`_) - o footnotes ([#fn]_) - o math extension inspired by recommonmark -* Sphinx extension - o add markdown support for sphinx - o mdinclude directive to include markdown from md or reST files diff --git a/textproc/py-m2r/pkg/PLIST b/textproc/py-m2r/pkg/PLIST deleted file mode 100644 index bdb9fe1af64..00000000000 --- a/textproc/py-m2r/pkg/PLIST +++ /dev/null @@ -1,13 +0,0 @@ -@conflict py-m2r-* -@pkgpath textproc/py-m2r -bin/m2r -lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}m2r.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}m2r.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/m2r-${MODPY_EGG_VERSION}.dist-info/ -lib/python${MODPY_VERSION}/site-packages/m2r-${MODPY_EGG_VERSION}.dist-info/LICENSE -lib/python${MODPY_VERSION}/site-packages/m2r-${MODPY_EGG_VERSION}.dist-info/METADATA -lib/python${MODPY_VERSION}/site-packages/m2r-${MODPY_EGG_VERSION}.dist-info/RECORD -lib/python${MODPY_VERSION}/site-packages/m2r-${MODPY_EGG_VERSION}.dist-info/WHEEL -lib/python${MODPY_VERSION}/site-packages/m2r-${MODPY_EGG_VERSION}.dist-info/entry_points.txt -lib/python${MODPY_VERSION}/site-packages/m2r-${MODPY_EGG_VERSION}.dist-info/top_level.txt -lib/python${MODPY_VERSION}/site-packages/m2r.py