# -*- 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 PortGroup select 1.0 name py-dns-lexicon python.rootname dns_lexicon version 3.21.0 epoch 1 revision 0 categories-append net license MIT supported_archs noarch platforms {darwin any} maintainers {mps @Schamschula} openmaintainer description Manipulate DNS records on various DNS providers in a \ standardized/agnostic way. long_description {*}${description} homepage https://github.com/AnalogJ/lexicon python.versions 39 310 311 312 313 python.pep517_backend \ poetry checksums rmd160 407d4fed6d5b8f3afb77880c49f7f992beb730f6 \ sha256 30b9c1e0ed9b6884c11957355d5386b8f5e1cadd90e979034bec667e850ef484 \ size 155774 if {${name} ne ${subport}} { depends_run-append \ port:py${python.version}-beautifulsoup4 \ port:py${python.version}-cryptography \ port:py${python.version}-dnspython \ port:py${python.version}-requests \ port:py${python.version}-tldextract \ port:py${python.version}-yaml \ port:lexicon_select select.group lexicon select.file ${filespath}/lexicon${python.version} notes " To make the Python ${python.branch} version of lexicon the one that is run\ when you execute the commands without a version suffix, e.g. 'lexicon', run: sudo port select --set ${select.group} [file tail ${select.file}] " }