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.1 KiB
Tcl
34 lines
1.1 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-pystache
|
|
version 0.6.8
|
|
revision 0
|
|
categories-append devel textproc
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Mustache for Python
|
|
|
|
long_description Pystache is a Python implementation of Mustache. \
|
|
Mustache is a framework-agnostic, logic-free templating \
|
|
system inspired by ctemplate and et.
|
|
|
|
homepage https://github.com/PennyDreadfulMTG/pystache
|
|
|
|
checksums rmd160 19f4b4cf2ff81b95cd00238a489b2b8f2f464eb8 \
|
|
sha256 3707518e6a4d26dd189b07c10c669b1fc17df72684617c327bd3550e7075c72c \
|
|
size 101892
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
}
|