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
913 B
Tcl
31 lines
913 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-uc-micro-py
|
|
version 2.0.0
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Micro subset of unicode data files for linkify-it-py projects.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/tsutsu3/uc.micro-py
|
|
|
|
distname uc_micro_py-${version}
|
|
|
|
checksums rmd160 b4bd484cdba858207429929f149ba5f3f81a466c \
|
|
sha256 c53691e495c8db60e16ffc4861a35469b0ba0821fe409a8a7a0a71864d33a811 \
|
|
size 6611
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${subport} ne ${name}} {
|
|
test.run yes
|
|
}
|