freebsd-ports/textproc/py-mdx_wikilink_plus/Makefile
Muhammad Moinur Rahman 82049bff78
textproc/py-mdx_wikilink_plus: New port
Converts wikilinks ([[wikilink]]) to relative links, including support
for GitHub image variant. Absolute links are kept as is (with an
automatic label made from the file path part in the URL if label is not
given explicitly).

You must not use this extension with markdown.extensions.wikilinks. This
extension is designed to provide the functionalities of
markdown.extensions.wikilinks with some extra features. Choose either
one.

WWW: https://github.com/neurobin/mdx_wikilink_plus
2024-09-17 15:27:43 +02:00

21 lines
493 B
Makefile

PORTNAME= mdx_wikilink_plus
DISTVERSION= 1.4.1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Converts wikilinks to relative links
WWW= https://github.com/neurobin/mdx_wikilink_plus
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.6:textproc/py-markdown@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils unittest
NO_ARCH= yes
.include <bsd.port.mk>