# -*- 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 PortGroup github 1.0 name py-preshed version 2.0.1 revision 0 github.setup explosion preshed ${version} v checksums rmd160 564efcef997496964bfa086acd46e1cc73ee4320 \ sha256 f1e2a0eee837e04f196b6513e7acf2db8849283a5c419ff5e4d02d1079113663 \ size 13707 platforms darwin supported_archs x86_64 license MIT maintainers {jonesc @cjones051073} openmaintainer description Cython hash tables that assume keys are pre-hashed long_description ${description} # Support python versions python.versions 27 35 36 37 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-wheel depends_lib-append \ port:py${python.version}-cython \ port:py${python.version}-cymem depends_test-append \ port:py${python.version}-pytest post-extract { # Fix hard-coded dep ... reinplace "s|0.33.0|0.33.999|g" ${worksrcpath}/setup.py } livecheck.type none }