Files
Herby Gillot da8cbc2225 py-pytrie: update to 0.4.0
- set nomaintainer
2020-10-22 05:40:36 -04:00

32 lines
960 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-pytrie
version 0.4.0
platforms darwin
license BSD
maintainers nomaintainer
description A pure Python implementation of the trie data structure.
long_description {*}${description}
homepage https://github.com/gsakkis/pytrie/
python.rootname PyTrie
checksums rmd160 6e7f2877c6c199bbca0017604900f108d20497f6 \
sha256 8f4488f402d3465993fb6b6efa09866849ed8cda7903b50647b7d0342b805379 \
size 95139
python.versions 38 39
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
depends_lib-append \
port:py${python.version}-sortedcontainers
}