# -*- 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-clipman
version             3.3.3
revision            0
categories-append   sysutils
platforms           any
license             MPL-2
maintainers         nomaintainer
description         Python module for working with clipboard
long_description    {*}${description}. Created because pyperclip is discontinued.
homepage            https://github.com/NikitaBeloglazov/clipman
checksums           rmd160  bc59c270d3760c6a3452fbef7dc7614dc760712f \
                    sha256  80341d718ef3e5344001167e50173b2946516f8970b9180335d2de95d57f403c \
                    size    20087
supported_archs     noarch

python.versions     310 311 312 313 314

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