# -*- 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-axolotl version 0.1.39 platforms darwin license GPL-3 maintainers nomaintainer description Python implementation of libaxolotl long_description ${description} homepage https://github.com/tgalal/python-axolotl master_sites pypi:p/python-axolotl distname python-axolotl-${version} checksums md5 136d37cf7aceb4b3e01fbb40ac592f3c \ rmd160 ddd12e8c80eb39828ce6ca1404e5edcec5650ddf \ sha256 9af9c937d0d05ebea414f1be79ecc7517cc3541a77101941e6a2a71bdd2b6e25 python.versions 27 36 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_run-append port:py${python.version}-crypto \ port:py${python.version}-axolotl-curve25519 \ port:py${python.version}-protobuf3 livecheck.type none } else { livecheck.type pypi }