You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
33 lines
1.1 KiB
Tcl
33 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-pytoml
|
|
version 0.1.21
|
|
license MIT
|
|
platforms darwin
|
|
maintainers {toby @tobypeterson} openmaintainer
|
|
description A parser for TOML-0.4.0
|
|
long_description This project aims at being a specs-conforming and strict parser and \
|
|
writer for TOML files. The library currently supports version 0.4.0 \
|
|
of the specs and runs with Python 2.7+ and 3.5+.
|
|
|
|
homepage https://github.com/avakar/pytoml
|
|
master_sites pypi:p/pytoml
|
|
distname pytoml-${version}
|
|
|
|
checksums rmd160 35df9b38ed722b978413c2fb82c830c047a68562 \
|
|
sha256 8eecf7c8d0adcff3b375b09fe403407aa9b645c499e5ab8cac670ac4a35f61e7 \
|
|
size 8783
|
|
|
|
python.versions 36 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
} else {
|
|
livecheck.type pypi
|
|
}
|