Files
Renee Otten baa05ad9a6 py-machfs: update to 1.3
- drop py39, add py313 subport
2025-10-24 09:51:18 -04:00

32 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-machfs
version 1.3
revision 0
categories-append devel
platforms {darwin any}
supported_archs noarch
license MIT
maintainers nomaintainer
description a library for creating and inspecting HFS-format disk images
long_description This is {*}${description}. Mac-specific concepts like resource forks \
and type/creator codes are first-class citizens.
homepage https://github.com/elliotnunn/machfs
checksums rmd160 34ca8799fc9fe412a147d1dcf69d2d3b0c9e16bf \
sha256 89201818ca16c2385be234b5bfe90946cf80e8141dfa4ed42a54dfa164690389 \
size 18949
python.versions 313
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-macresources
}