You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
29 lines
953 B
Tcl
29 lines
953 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
|
|
PortGroup github 1.0
|
|
|
|
github.setup mikekap unicodedata2 13.0.0-2
|
|
name py-unicodedata2
|
|
platforms darwin
|
|
license Apache-2
|
|
maintainers {amake @amake} openmaintainer
|
|
|
|
description Unicodedata backport for Python 2/3 updated to the latest Unicode \
|
|
version.
|
|
long_description ${description}
|
|
|
|
checksums rmd160 416a3cc570ae8bff9ed8db15862b47f4a8b6e7a7 \
|
|
sha256 45f907f401ec8ed8e588fb0df5330c324376130728cda7cdc6e017cb6047b592 \
|
|
size 1202922
|
|
|
|
python.versions 27 36 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|