mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
remove py-m2r
This port is dead upstream and the last DEP was removed from py-automat. The port stands in the way of mistune being updated. An update of mistune is needed so the jupyter stack can be updated. ok sthen@, kn@
This commit is contained in:
@@ -3,7 +3,7 @@ CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-7.2
|
||||
PKGNAME = quirks-7.3
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
||||
@@ -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 <espie@openbsd.org>
|
||||
#
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 <bsd.port.mk>
|
||||
@@ -1,2 +0,0 @@
|
||||
SHA256 (m2r-0.3.1.tar.gz) = qvtn/EnPsdieRqNEOsdH4V9LtC3yDtBPBnrZ777iVqs=
|
||||
SIZE (m2r-0.3.1.tar.gz) = 16622
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user