You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
29 lines
904 B
Tcl
29 lines
904 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
|
|
|
|
name py-pygments-mathematica
|
|
version 0.4.2
|
|
revision 0
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
maintainers nomaintainer
|
|
|
|
description Mathematica lexer and highlighter for Pygments.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/rsmenon/pygments-mathematica/
|
|
|
|
checksums rmd160 a11464ecdcf55f387fa94016142e952234640bcf \
|
|
sha256 a14a1d557181dfcb64e9cc5ca22c680b5e250d59fc116191e6e8a77ba63ab05a \
|
|
size 54239
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-pygments
|
|
}
|