You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.0 KiB
Tcl
34 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-mdx_linkify
|
|
version 2.1
|
|
revision 0
|
|
categories-append textproc
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
maintainers nomaintainer
|
|
|
|
description Link recognition for Python Markdown
|
|
|
|
long_description This extension for Python Markdown will convert text \
|
|
that look like links to HTML anchors.
|
|
|
|
homepage https://github.com/daGrevis/mdx_linkify
|
|
|
|
checksums rmd160 7f3c75a6836fdbf17fb19af2b933786f37c35bbe \
|
|
sha256 e09278e43e5076b63398238b069a361913779683183481e9206235667cd89f54 \
|
|
size 4315
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-bleach \
|
|
port:py${python.version}-markdown
|
|
}
|