You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
da8cbc2225
- set nomaintainer
32 lines
960 B
Tcl
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
|
|
}
|