# -*- 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           cmake 1.1
PortGroup           github 1.0

github.setup        jupyter-xeus xproperty 0.12.0
github.tarball_from archive
revision            2
categories          devel
license             Boost
maintainers         {mps @Schamschula} openmaintainer
description         xproperty is a C++ library providing traitlets-style properties.
long_description    xproperty provides an implementation of the observer patterns \
                    relying on C++ template and preprocessor metaprogramming \
                    techniques.

supported_archs     noarch
platforms           {darwin any}

# stealth update for github.tarball_from archive
dist_subdir         ${name}/${version}_${revision}

checksums           rmd160  e1bdabe3282020893f7b2d0f914cae5b0852e12c \
                    sha256  27cbc8e441dcc515a1ebbf11bad5ef240748d32f5e1adf84deed87a1dc57a440 \
                    size    42043
