# -*- 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.9.3

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  29c1fa0d4159d2f398c8549a3edbbab25df7e9ae \
                    sha256  5e37d1f3b571cb63b19d40e7d2927470395db05714a48472156f6a83dcdbff7e \
                    size    100562

python.default_version 313
python.pep517_backend  hatch

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