# -*- 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 github 1.0 PortGroup python 1.0 github.setup openai gym 0.18.0 revision 0 name py-${github.project} platforms {darwin any} supported_archs noarch license MIT maintainers nomaintainer description The OpenAI Gym A toolkit for developing and comparing \ your reinforcement learning agents. long_description {*}${description} homepage https://github.com/openai/gym checksums rmd160 bba7c7df9dc9ddf2ec50143155fd4ac1a175888b \ sha256 c968b94933ee0d130490d7e86814c1bd4a10d4ec473703b5c96da09a90e9ddbd \ size 1612286 python.versions 38 39 if {${name} ne ${subport}} { depends_run-append \ port:py${python.version}-cloudpickle \ port:py${python.version}-numpy \ port:py${python.version}-pyglet \ port:py${python.version}-scipy test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE.md README.rst \ ${destroot}${docdir} } }