You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
968 B
Tcl
32 lines
968 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-linkify-it-py
|
|
version 2.1.0
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Links recognition library with full unicode support.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/tsutsu3/linkify-it-py
|
|
|
|
distname linkify_it_py-${version}
|
|
|
|
checksums rmd160 3e3b2cd08d0ccd79fb836140531f86bc9c9a04b7 \
|
|
sha256 43360231720999c10e9328dc3691160e27a718e280673d444c38d7d3aaa3b98b \
|
|
size 29158
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-uc-micro-py
|
|
}
|