You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
8c46b10c4a
* new port py-markdown-it-py, a dependency for py-jupytext * new port py-mdit-py-plugins, a dependency for py-markdown-it-py
32 lines
1010 B
Tcl
32 lines
1010 B
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
|
|
PortGroup github 1.0
|
|
|
|
github.setup executablebooks mdit-py-plugins 0.2.4 v
|
|
|
|
name py-mdit-py-plugins
|
|
revision 0
|
|
categories-append textproc
|
|
maintainers {gmail.com:jjstickel @jjstickel} openmaintainer
|
|
platforms darwin
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
description Collection of core plugins for markdown-it-py.
|
|
|
|
long_description Collection of core plugins for markdown-it-py.
|
|
|
|
checksums rmd160 9193d7c73cce9b3b24b9612426643eb79851ac8c \
|
|
sha256 8f14643f1c38c62a021f34f4bf1ce2eb1d55af0801eb56b5b79aeaf927e55b51 \
|
|
size 39977
|
|
|
|
python.versions 36 37 38
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|