# -*- 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                mackup
version             0.8.40

categories-prepend  sysutils
license             GPL-3+
maintainers         {gmail.com:newtonne.github @newtonne} openmaintainer
platforms           {darwin any}
supported_archs     noarch

description         Keep your Mac's application settings in sync.

long_description    Mackup backs ups your application settings in a safe \
                    directory (e.g. Dropbox), so they can then be synced \
                    across all your machines, and restored with a single \
                    command.

homepage            https://github.com/lra/mackup

checksums           rmd160  fa31980f32cba57892c255028f06f31d0239e722 \
                    sha256  d267c38719679d4bd162d7f0d0743a51b4da98a5d454d3ec7bb2f3f22e6cadaf \
                    size    82567

python.default_version 312
python.pep517_backend  poetry

depends_lib-append \
    port:py${python.version}-docopt \
    port:py${python.version}-six
