Commit 20ec809b authored by Neel Chauhan's avatar Neel Chauhan
Browse files

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.
parent 2197ce64
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

textproc/py-markdown3/Makefile

deleted100644 → 0
+0 −31
Original line number Diff line number Diff line
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>

textproc/py-markdown3/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1618638255
SHA256 (Markdown-3.3.4.tar.gz) = 31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed387a49
SIZE (Markdown-3.3.4.tar.gz) = 322192
+0 −10
Original line number Diff line number Diff line
--- 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',
 )
Loading