# -*- 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.10.1
revision            0

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  1e1eca6e32c5f52459b1b7c2702e3e0ed6e777b1 \
                    sha256  c06effba614edd7c0674941bc629522806a5527fd0ff6a16cee9064ff868cc6b \
                    size    144112

python.default_version 314
python.pep517_backend  hatch

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

test.run            yes
test.env-append     PYTHONPATH=${destroot}${python.pkgd}
