Files
macports-ports/python/py-datrie/Portfile
2024-11-08 21:05:22 -05:00

35 lines
1.0 KiB
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-datrie
version 0.8.2
revision 0
categories-append devel
license LGPL-2+
python.versions 312
maintainers {stromnov @stromnov} openmaintainer
description Super-fast, efficiently stored Trie for Python.
long_description {*}${description}
homepage https://github.com/kmike/datrie/
checksums rmd160 0297585aab3075a09cf39a17955ba311b855268d \
sha256 525b08f638d5cf6115df6ccd818e5a01298cd230b2dac91c8ff2e6499d18765d \
size 63278
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-pytest-runner \
port:py${python.version}-cython
depends_test-append \
port:py${python.version}-hypothesis
test.run yes
}