You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
926 B
Tcl
27 lines
926 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.5.0 v
|
|
github.tarball_from archive
|
|
|
|
name py-mdit-py-plugins
|
|
revision 0
|
|
categories-append textproc
|
|
maintainers {gmail.com:jjstickel @jjstickel} openmaintainer
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
description Collection of core plugins for markdown-it-py.
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 217568872369cb06b77d12ad94a0fed6bf7b43cb \
|
|
sha256 f9563423e4e4b4b4e4b6c8372b02cf403bc6adb7a5e1f8268ebab3c494732eda \
|
|
size 66467
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend flit
|