# -*- 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-pyperclip version 1.8.2 revision 0 supported_archs noarch platforms {darwin any} 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 checksums rmd160 bb84104cab29f10769e9f37dd56aad7493844d3c \ sha256 105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107a9bf57 \ size 20920 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { test.run yes test.dir ${build.dir}/tests test.cmd ${python.bin} test_pyperclip.py post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.md \ ${destroot}${docdir} } }