Files
2026-04-04 22:56:38 -04:00

27 lines
875 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-unicodedata2
version 17.0.1
revision 0
license Apache-2
maintainers {amake @amake} openmaintainer
description Unicodedata backport for Python 2/3 updated to the latest Unicode \
version.
long_description {*}${description}
homepage https://github.com/fonttools/unicodedata2
checksums rmd160 792f770f15dbf9822b3d641062aef6c7dc72bc43 \
sha256 d79943d153f5f6bfbe3f55a5ec611985184bda37fcedb3ecc75322d82ae6ad3b \
size 679856
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
test.run yes
}