You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
35 lines
1010 B
Tcl
35 lines
1010 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-tomlkit
|
|
version 0.5.8
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
python.versions 37 38 39
|
|
|
|
maintainers {gmail.com:davidgilman1 @dgilman} openmaintainer
|
|
|
|
description Style preserving TOML library
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/sdispater/tomlkit
|
|
|
|
checksums rmd160 594810a362d5ba3bca3d1154ea11fcf923f12574 \
|
|
sha256 32c10cc16ded7e4101c79f269910658cc2a0be5913f1252121c3cd603051c269 \
|
|
size 66567
|
|
|
|
|
|
if {${name} ne ${subport}} {
|
|
post-destroot {
|
|
# https://github.com/sdispater/tomlkit/issues/69
|
|
delete ${destroot}${python.pkgd}/tests
|
|
}
|
|
livecheck.type none
|
|
}
|