You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.2 KiB
Tcl
40 lines
1.2 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-kaptan
|
|
version 0.5.12
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license BSD
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers {@egorenar posteo.net:egorenar-dev} openmaintainer
|
|
|
|
description Configuration parser.
|
|
long_description Configuration parser with dict, JSON, YAML, .ini \
|
|
and python file handlers.
|
|
homepage https://github.com/emre/kaptan
|
|
|
|
checksums rmd160 f815b558ccb87e79a9240f40ba65a23313a6e25b \
|
|
sha256 1abd1f56731422fce5af1acc28801677a51e56f5d3c3e8636db761ed143c3dd2 \
|
|
size 10539
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-yaml
|
|
|
|
test.run yes
|
|
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE \
|
|
AUTHORS ${destroot}${docdir}
|
|
}
|
|
}
|