You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
26 lines
800 B
Tcl
26 lines
800 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.4.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 91edb5f9957344598c8fd9a8e81762cfe2680fa7 \
|
|
sha256 71a7303ac26094f597999ae31848a1864ffffe3e049396459aa1458defdbaf71 \
|
|
size 28166
|
|
|
|
python.versions 313 314
|
|
python.pep517_backend flit
|