# -*- 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                jvav
version             3.0.0
revision            0
categories-prepend  multimedia www nsfw
platforms           any
license             GPL-3
maintainers         nomaintainer
description         Useful tools for crawling JAV study resources
long_description    {*}${description}
homepage            https://github.com/akynazh/jvav
checksums           rmd160  c0500ef19d1d54d965c013c90afa1d0599b5e2f9 \
                    sha256  0b58f1ac79f7e29f65c7bf2c3e2b7e8203643cec67b82c73f455a55cc4ae07c7 \
                    size    33682
supported_archs     noarch

python.default_version  312

depends_lib-append  port:py${python.version}-anti-useragent \
                    port:py${python.version}-attrs \
                    port:py${python.version}-beautifulsoup4 \
                    port:py${python.version}-build \
                    port:py${python.version}-cattrs \
                    port:py${python.version}-certifi \
                    port:py${python.version}-charset-normalizer \
                    port:py${python.version}-click \
                    port:py${python.version}-deep-translator \
                    port:py${python.version}-exceptiongroup \
                    port:py${python.version}-idna \
                    port:py${python.version}-importlib-metadata \
                    port:py${python.version}-langdetect \
                    port:py${python.version}-loguru \
                    port:py${python.version}-lxml \
                    port:py${python.version}-packaging \
                    port:py${python.version}-pathspec \
                    port:py${python.version}-platformdirs \
                    port:py${python.version}-requests \
                    port:py${python.version}-requests-cache \
                    port:py${python.version}-six \
                    port:py${python.version}-soupsieve \
                    port:py${python.version}-typed-ast \
                    port:py${python.version}-typing_extensions \
                    port:py${python.version}-url-normalize \
                    port:py${python.version}-urllib3 \
                    port:py${python.version}-wikipedia-api \
                    port:py${python.version}-zipp
