You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.0 KiB
Tcl
35 lines
1.0 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-tomlkit
|
|
version 0.15.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
license MIT
|
|
supported_archs noarch
|
|
maintainers {gmail.com:davidgilman1 @dgilman} {judaew @judaew} \
|
|
openmaintainer
|
|
|
|
description Style preserving TOML library
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/python-poetry/tomlkit
|
|
|
|
checksums rmd160 5e67d443978174292c469e89b76d3bf2caa0e9b0 \
|
|
sha256 7d1a9ecba3086638211b13814ea79c90dd54dd11993564376f3aa92271f5c7a3 \
|
|
size 161875
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend poetry
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_test-append \
|
|
port:py${python.version}-yaml
|
|
|
|
test.run yes
|
|
}
|