# -*- 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
python.rootname     python-axolotl-curve25519
version             0.4.1.post2
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.rootname}
distname            ${python.rootname}-${version}

checksums           rmd160  31f9e2dc684d65ccd42e914ae303e5b2d2fb611a \
                    sha256  0705a66297ebd2f508a60dc94e22881c754301eb81db93963322f6b3bdcb63a3 \
                    size    79941

python.versions     27 36 37

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools

    livecheck.type  none
}