You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.1 KiB
Tcl
37 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-pastel
|
|
version 0.2.1
|
|
revision 0
|
|
categories-append devel
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Bring colors to your terminal.
|
|
long_description \
|
|
Pastel is a simple library to help you colorize strings \
|
|
in your terminal.
|
|
|
|
homepage https://github.com/sdispater/pastel
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 51b3404d7c9172083bbdb9eac9e47f5d5a13d766 \
|
|
sha256 e6581ac04e973cac858828c6202c1e1e81fee1dc7de7683f3e1ffe0bfd8a573d \
|
|
size 7555
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
python.pep517_backend \
|
|
poetry
|
|
|
|
if {${name} ne ${subport}} {
|
|
post-destroot {
|
|
# https://github.com/sdispater/pastel/issues/7
|
|
delete ${destroot}${python.pkgd}/tests
|
|
}
|
|
}
|