You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
796 B
Tcl
26 lines
796 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-utitools
|
|
version 0.2.0
|
|
revision 0
|
|
|
|
maintainers nomaintainer
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
description Uniform Type Identifier (UTI) tools
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/RhetTbull/utitools
|
|
|
|
checksums rmd160 b1758bca4e9c29266ad569fb58500ab268a486fa \
|
|
sha256 4385e74bb3064b5cb142026546ef02af6fe7aeb07042e3b0144fde53b77d2e00 \
|
|
size 27131
|
|
|
|
python.versions 313
|
|
python.pep517_backend flit
|