# -*- 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        pybox2d pybox2d 2.3.10
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                py-pybox2d
license             zlib MIT

python.versions     39 310 311 312

maintainers         {stromnov @stromnov} openmaintainer

description         Python Box2D Bindings - 2D Physics

long_description    {*}${description}

checksums           rmd160  5131e3e4d75038b814bd9f86f045940bc68a76a8 \
                    sha256  ff57cee5fd0f42945ae7e58ca84e0aac9c4f093e9640049b565af0d93db38137 \
                    size    916111

if {${name} ne ${subport}} {
    depends_build-append \
                        port:swig-python
}
