You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
946 B
Tcl
32 lines
946 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-lesscpy
|
|
version 0.15.1
|
|
revision 0
|
|
|
|
categories-append lang devel
|
|
license MIT
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
|
|
description Python LESS compiler
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/lesscpy/lesscpy
|
|
|
|
checksums rmd160 4bd2acb756eb4f5a77412a9e38e429adf28b724c \
|
|
sha256 1045d17a98f688646ca758dff254e6e9c03745648e051a081b0395c3b77c824c \
|
|
size 177240
|
|
|
|
python.versions 310 311 312
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-ply \
|
|
port:py${python.version}-six
|
|
}
|