Files
macports-ports/python/py-pathfinder/Portfile
T
Renee Otten 0888892e93 py-pathfinder: update to 1.0.1
- drop py38, add py313 subport
2025-12-03 21:36:55 -05:00

36 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-pathfinder
version 1.0.1
revision 0
supported_archs noarch
platforms {darwin any}
license MIT
maintainers nomaintainer
description A utility to find file paths.
long_description {*}${description}
homepage https://github.com/jkeyes/pathfinder
checksums rmd160 29a4dbc387a7eb7b04f529726afa5ab4c783d5f8 \
sha256 f66ae343442dc2602839e9108fd12190d04fb153a89fefb1bdb40a6beff04438 \
size 6954
python.versions 313
if { ${name} ne ${subport} } {
test.run yes
post-destroot {
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} AUTHORS.rst \
LICENSE README.rst ${destroot}${docdir}
}
}