# -*- 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-curve25519 version 0.1 platforms darwin license GPL-3 maintainers nomaintainer description curve25519 for py-axolotl long_description \ Python implementation of curve25519 with ed25519 signatures for py-axolotl homepage https://github.com/tgalal/python-axolotl-curve25519 master_sites pypi:p/python-axolotl-curve25519 distname python-axolotl-curve25519-${version} checksums md5 f28d902df9044f0bf86a35a4bd2ec092 \ rmd160 f543e7e6aec6621145de3a455437a01ec8a22446 \ sha256 c559f6a5bf51e869325b36bd83c14cccd7dec1c6e7599e797f9ba27a72d339c0 python.versions 27 36 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }