You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
31 lines
980 B
Tcl
31 lines
980 B
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-pyelftools
|
|
version 0.32
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license public-domain
|
|
maintainers nomaintainer
|
|
|
|
homepage https://github.com/eliben/pyelftools
|
|
description A pure-Python library for parsing and analyzing ELF files and DWARF debugging information.
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 f38bf4419cad8e9bac13b9870a2afd20e3fc3588 \
|
|
sha256 6de90ee7b8263e740c8715a925382d4099b354f29ac48ea40d840cf7aa14ace5 \
|
|
size 15047199
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {$subport ne $name} {
|
|
test.run yes
|
|
test.env-append PYTHONPATH=${worksrcpath}/test
|
|
|
|
}
|