You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
30 lines
905 B
Tcl
30 lines
905 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-text-unidecode
|
|
version 1.3
|
|
revision 0
|
|
|
|
categories-append textproc
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license GPL-2+
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description The most basic Text::Unidecode port
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/kmike/text-unidecode/
|
|
|
|
checksums rmd160 2bad1ffba32b00bb5a67b38ccb365ad6b376d254 \
|
|
sha256 bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93 \
|
|
size 76885
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
}
|