You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
957 B
Tcl
30 lines
957 B
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-pytomlpp
|
|
version 1.1.0
|
|
revision 0
|
|
categories python
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description This is an python wrapper for toml++
|
|
long_description {*}${description}
|
|
homepage https://github.com/bobfang1992/pytomlpp
|
|
|
|
checksums rmd160 944fe754bb403c8f374ca381f73d9abe95fdccc1 \
|
|
sha256 61a0f73e7ba2fe8bba4e99ce6d2701491885850b53aad8f3e46d03c4b31e594d \
|
|
size 1323755
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
compiler.cxx_standard 2017
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-pybind11
|
|
|
|
patchfiles patch-setup.cfg.diff
|
|
}
|