# -*- 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                mastodon-py
python.rootname     mastodon_py
version             2.0.1
revision            0
categories-prepend  www
platforms           any
license             MIT
maintainers         nomaintainer
description         Python wrapper for the Mastodon API
long_description    {*}${description}
homepage            https://github.com/halcy/Mastodon.py
checksums           rmd160  19dfbbd990f8fde57521a75ac10ad06e2412ec3b \
                    sha256  f0a9cf59071347c7ff2ee49487d2520ca661f349f369b68845bdf3e43db1fff3 \
                    size    10988936
supported_archs     noarch

python.default_version  312

depends_lib-append  port:py${python.version}-blurhash \
                    port:py${python.version}-cryptography \
                    port:py${python.version}-dateutil \
                    port:py${python.version}-decorator \
                    port:py${python.version}-http-ece \
                    port:py${python.version}-magic \
                    port:py${python.version}-requests
