# -*- 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-srsly
epoch               1
# Don't upgrade past py-spaCy's highest supported version.
github.setup        explosion srsly 2.4.0 v
revision            0

checksums           rmd160  1d2b0715fcb4d96d8114999fccc25cd5b5ee7f4c \
                    sha256  378976a7614459fc1ff8418e73d360f0eab4305eeb6611e0d4acd088487ad5fc \
                    size    359603

platforms           darwin
supported_archs     x86_64

license             MIT

maintainers         {jonesc @cjones051073} openmaintainer

description         Modern high-performance serialization utilities for Python
long_description    {*}${description}

# Supported python versions
python.versions     36 37 38 39

if {${name} ne ${subport}} {

    depends_build-append \
        port:py${python.version}-setuptools

    depends_lib-append \
        port:py${python.version}-cython \
        port:py${python.version}-numpy 

    depends_test-append \
        port:py${python.version}-pytest \
        port:py${python.version}-mock \
        port:py${python.version}-tz

    livecheck.type none 

}
