# -*- 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                py-pyqt6-sip
python.rootname     PyQt6-sip
version             13.8.9
revision            0

categories-append   devel
license             {GPL-2 GPL-3 PSF}
maintainers         {reneeotten @reneeotten} openmaintainer

description         The sip module support for PyQt6
long_description    {*}${description}

homepage            https://www.riverbankcomputing.com/software/sip/

# take the snapshot from Riverbank until released on PyPI which might take a while
# call it version 13.8.9
# see: https://www.riverbankcomputing.com/pipermail/pyqt/2024-October/046044.html
master_sites        https://www.riverbankcomputing.com/pypi/packages/PyQt6-sip
distname            pyqt6_sip-13.9.0

#distname            PyQt6_sip-${version}

checksums           rmd160  2ce2cab9382c0770e5fdb978227e32ef10610241 \
                    sha256  6331c6f4a4a722af4010ca1ab59267ef266be823b506cf0e94f38a031a1a2248 \
                    size    92237

python.versions     39 310 311 312
