You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
250ae42764
- enable tests
35 lines
1.0 KiB
Tcl
35 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
|
|
PortGroup github 1.0
|
|
|
|
github.setup alecthomas importmagic 0.1.7
|
|
revision 0
|
|
name py-importmagic
|
|
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license GPL-3+
|
|
maintainers nomaintainer
|
|
|
|
description A Python library for finding unresolved symbols in Python code, \
|
|
and the corresponding imports
|
|
long_description ${description}
|
|
|
|
checksums rmd160 c08e52dc84b61d58084650eacfb7dd1e72df8666 \
|
|
sha256 5304bc0ce84b8cc66806da83cc800ce609469b563747e3c2521cc48a167e1aa8 \
|
|
size 895816
|
|
|
|
python.versions 27 35 36 37 38
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
test.run yes
|
|
test.env PYTHONPATH=${worksrcpath}/build/lib
|
|
|
|
livecheck.type none
|
|
}
|