You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
875 B
Tcl
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
|
|
}
|