# -*- 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 set _name pyperclip set _n [string index ${_name} 0] name py-${_name} version 1.6.0 platforms darwin supported_archs noarch license BSD maintainers {petr @petrrr} openmaintainer description A cross-platform clipboard module for Python long_description ${description}. It currently handles only plain text. homepage https://github.com/asweigart/pyperclip master_sites pypi:${_n}/${_name}/ distname ${_name}-${version} checksums md5 d2f6a3129cd6f2518b52bb0b8deeeda7 \ rmd160 649129f6d68e51931a3499efc1e374b8d10f9c6b \ sha256 ce829433a9af640e08ee89b20f7c62132714bcc5d77df114044d0fccb8c3b3b8 python.versions 27 34 35 36 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools # Adding documentation # DISABLED: currently not provided with the distfile # post-destroot { # set dest_doc ${destroot}${prefix}/share/doc/${subport} # xinstall -d ${dest_doc} # xinstall -m 755 -W ${worksrcpath} \ # AUTHORS.txt\ # CHANGES.txt \ # LICENSE.txt \ # README.md \ # ${dest_doc} # } livecheck.type none } else { livecheck.type pypi }