You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
850 B
Tcl
26 lines
850 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-pyuca
|
|
version 1.2
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description a Python implementation of the Unicode Collation Algorithm
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/jtauber/pyuca
|
|
|
|
checksums rmd160 e64e9e29c196f2372e124ea802729d15b48575e8 \
|
|
sha256 8a382fe74627f08c0d18908c0713ca4a20aad5385f077579e56208beea2893b2 \
|
|
size 1398641
|
|
|
|
python.versions 39 310 311 312 313
|