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

github.setup        mwouts jupytext 1.8.0 v

name                py-jupytext
revision            0
categories-append   devel
maintainers         {gmail.com:jjstickel @jjstickel} openmaintainer
platforms           darwin
license             MIT
supported_archs     noarch

description         Jupyter Notebooks as Markdown Documents, Julia, Python or R Scripts

long_description    Jupytext can save Jupyter notebooks as Markdown and R \
                    Markdown documents and Scripts in many languages. It can \
                    also convert these documents **into** Jupyter Notebooks, \
                    allowing you to synchronize content in both directions.

checksums           rmd160  aa0790c4f1137c1085b4bd05960cbeb192752480 \
                    sha256  c421bd1ede23cc18203c2deda67329e9487106572bc86b30c23e39288a034add \
                    size    4279411

python.versions     36 37 38

if {${name} ne ${subport}} {
    depends_lib-append      port:py${python.version}-setuptools \
                            port:py${python.version}-nbformat \
                            port:py${python.version}-toml \
                            port:py${python.version}-markdown-it-py \
                            port:py${python.version}-yaml

    livecheck.type      none
}
