You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=Portfile:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-macresources
|
|
version 1.2
|
|
|
|
categories-append devel
|
|
license MIT
|
|
platforms darwin
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
|
|
description a library for working with legacy Macintosh resource forks
|
|
long_description A Python library and command line tools to work with Classic MacOS \
|
|
resource forks on a modern machine.
|
|
|
|
homepage https://github.com/elliotnunn/macresources
|
|
|
|
python.versions 38
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-setuptools
|
|
|
|
checksums rmd160 79ce782f5cf4282da7fa69ddaf0ba757ddd4cea3 \
|
|
sha256 f5a1465e02b11e6bc2cb9f2221e0cfac90d57d294b6baa73c28035b000c3dec4 \
|
|
size 23609
|
|
|
|
livecheck.type none
|
|
} else {
|
|
livecheck.type pypi
|
|
}
|