# -*- 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 twine version 5.1.0 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license Apache-2 maintainers {gmail.com:jjstickel @jjstickel} \ {reneeotten @reneeotten} openmaintainer description Collection of utilities for publishing packages on PyPI long_description {*}${description} homepage https://twine.readthedocs.io/ checksums rmd160 30c0e9abc67faa2c28a60398b212375f84992cd0 \ sha256 4d74770c88c4fcaf8134d2a6a9d863e40f08255ff7d8e2acb3cbbd57d25f6e9d \ size 224997 python.default_version 312 depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append port:py${python.version}-colorama \ port:py${python.version}-importlib-metadata \ port:py${python.version}-keyring \ port:py${python.version}-pkginfo \ port:py${python.version}-readme_renderer \ port:py${python.version}-requests \ port:py${python.version}-requests-toolbelt \ port:py${python.version}-rfc3986 \ port:py${python.version}-rich post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} AUTHORS README.rst \ LICENSE ${destroot}${docdir} }