Files
Joshua Root aae924f304 python/py-[a-i]*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-27 02:48:23 +11:00

31 lines
1001 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
PortGroup github 1.0
github.setup alecthomas importmagic 0.1.7
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0
name py-importmagic
supported_archs noarch
platforms {darwin any}
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 312
if {${subport} ne ${name}} {
test.run yes
}