# -*- 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-aiohttp-socks
python.rootname     aiohttp_socks
version             0.12.0
revision            0

license             Apache-2
maintainers         {mps @Schamschula} openmaintainer
description         The aiohttp-socks package provides a proxy connector for aiohttp.
long_description    {*}${description} Supports SOCKS4(a), SOCKS5(h), HTTP (tunneling) as \
                    well as Proxy chains. It uses python-socks for core proxy functionality.
homepage            https://github.com/romis2012/aiohttp-socks

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  c2f67901a0b91ea7aa5e771f009c711b2ceabbe6 \
                    sha256  3caf9f5a4164611122d412bc11b2f9114fd29c85e1ba27bb38060d3c236bdc8d \
                    size    12061

python.versions     310 311 312 313 314

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

