You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.1 KiB
Tcl
28 lines
1.1 KiB
Tcl
# -*- 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-pybind11-stubgen
|
|
# please do not update any further without testing against Netgen and NGSolve
|
|
version 2.5.5
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
|
|
platforms {darwin any}
|
|
description generates stubs for python modules
|
|
long_description pybind11-stubgen {*}${description}.
|
|
|
|
homepage https://github.com/sizmailov/pybind11-stubgen
|
|
|
|
distname [string map {- _} ${python.rootname}]-${version}
|
|
|
|
checksums rmd160 1bca170159e2601a25b3e62436c0c9cf303c4f3c \
|
|
sha256 758d6d6bbeefc62ad7f78d5e5bbf357ccf6af83cd4504f5f549403f452942708 \
|
|
size 25031
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
supported_archs noarch
|