# -*- 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           github 1.0
PortGroup           python 1.0

github.setup        Bemmu PyNamecheap 0.0.3 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                py-pynamecheap
revision            0
categories-append   net
license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         PyNamecheap is a Namecheap API client in Python.
long_description    {*}${description} API itself is documented at \
                    http://developer.namecheap.com/docs/
supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312 313

checksums           rmd160  42b32bc7678d8a079be3210e6e8cf6053ef501a8 \
                    sha256  c8376e4d39f7f4f8e4fc31e7e24c8a845f1d649eef01243fff38bee5abbc1a0f \
                    size    105372

if {${name} ne ${subport}} {
    depends_lib-append  \
                    port:py${python.version}-requests
}
