You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
957 B
Tcl
31 lines
957 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-spinners
|
|
version 0.0.24
|
|
revision 0
|
|
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
maintainers {@bashu gmail.com:bashu.was.here} openmaintainer
|
|
|
|
description Spinners for terminal, python wrapper for amazing node library cli-spinners
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/manrajgrover/py-spinners
|
|
|
|
checksums rmd160 2da25e253e5173f9c20620a51a7bf3ec92fb9fdb \
|
|
sha256 1eb6aeb4781d72ab42ed8a01dcf20f3002bf50740d7154d12fb8c9769bf9e27f \
|
|
size 5308
|
|
|
|
python.versions 310 311
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
}
|