Date: Tue, 20 Apr 2021 16:13:34 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 20ec809bdc8e - main - Delete textproc/py-markdown3 port Message-ID: <202104201613.13KGDYQo072060@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=20ec809bdc8e29b35554840f13616a5549f98f2c commit 20ec809bdc8e29b35554840f13616a5549f98f2c Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-04-20 16:13:02 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-04-20 16:13:02 +0000 Delete textproc/py-markdown3 port It turns out markdown3 conflicts with too many ports, nor could it get detected by meson which was its intended use. --- MOVED | 1 + textproc/Makefile | 1 - textproc/py-markdown3/Makefile | 31 ------------------------------ textproc/py-markdown3/distinfo | 3 --- textproc/py-markdown3/files/patch-setup.py | 10 ---------- textproc/py-markdown3/pkg-descr | 13 ------------- 6 files changed, 1 insertion(+), 58 deletions(-) diff --git a/MOVED b/MOVED index b30082daa03b..704d5cffd8f0 100644 --- a/MOVED +++ b/MOVED @@ -16290,3 +16290,4 @@ www/grafana4|www/grafana6|2021-04-17|Has expired: Upstream end of life www/grafana5|www/grafana6|2021-04-17|Has expired: Upstream end of life comms/py-lirc||2021-04-17|Has expired: No longer maintained and not compatible with Python 3 x11-toolkits/qt5-gtkplatform||2021-04-17|Has expired: Archived upstream +textproc/py-markdown3|textproc/py-markdown|2021-04-20|markdown3 confilicts with too many ports diff --git a/textproc/Makefile b/textproc/Makefile index 4c3de1f85211..eec612bc6bb2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1318,7 +1318,6 @@ SUBDIR += py-markdown-it-py SUBDIR += py-markdown-math SUBDIR += py-markdown2 - SUBDIR += py-markdown3 SUBDIR += py-markuppy SUBDIR += py-markups SUBDIR += py-markupsafe diff --git a/textproc/py-markdown3/Makefile b/textproc/py-markdown3/Makefile deleted file mode 100644 index 31cb9c80c796..000000000000 --- a/textproc/py-markdown3/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= markdown -PORTVERSION= 3.3.4 -CATEGORIES= textproc python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 3 -DISTNAME= Markdown-${PORTVERSION} - -MAINTAINER= nc@FreeBSD.org -COMMENT= Python implementation of Markdown - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE.md - -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytidylib>0:textproc/py-pytidylib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= distutils concurrent autoplist - -CONFLICTS= ${PYTHON_PKGNAMEPREFIX}markdown - -NO_ARCH= yes - -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test - -.include <bsd.port.mk> diff --git a/textproc/py-markdown3/distinfo b/textproc/py-markdown3/distinfo deleted file mode 100644 index 149882e34f05..000000000000 --- a/textproc/py-markdown3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1618638255 -SHA256 (Markdown-3.3.4.tar.gz) = 31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed387a49 -SIZE (Markdown-3.3.4.tar.gz) = 322192 diff --git a/textproc/py-markdown3/files/patch-setup.py b/textproc/py-markdown3/files/patch-setup.py deleted file mode 100644 index 49128bf88917..000000000000 --- a/textproc/py-markdown3/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig 2021-02-24 19:57:42 UTC -+++ setup.py -@@ -129,5 +129,6 @@ setup( - 'Topic :: Text Processing :: Filters', - 'Topic :: Text Processing :: Markup :: HTML', - 'Topic :: Text Processing :: Markup :: Markdown' -- ] -+ ], -+ test_suite='nose.collector', - ) diff --git a/textproc/py-markdown3/pkg-descr b/textproc/py-markdown3/pkg-descr deleted file mode 100644 index 51d400b926cc..000000000000 --- a/textproc/py-markdown3/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This is a Python implementation of John Gruber's Markdown. It is almost -completely compliant with the reference implementation, though there are a -few very minor differences. - -Features: - - * International Input - * Extensions - * Output Formats - * "Safe Modes" - * Command Line Interface - -WWW: https://pythonhosted.org/Markdown/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104201613.13KGDYQo072060>