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

35 lines
1.2 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 enthought codetools 4.4.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name py-codetools
revision 0
categories-append devel
license BSD
platforms {darwin any}
supported_archs noarch
maintainers nomaintainer
description Code analysis and execution tools
long_description The codetools project includes packages that simplify \
meta-programming and help the programmer separate data from\
code in Python. ***This package is likely no longer usefull***
checksums rmd160 6c6ae3ca0a90fff032c98d6a7d08340471f0714d \
sha256 1621779bea726951f844541c204941376c575e9284a47eee23543011ef0d31e6 \
size 275347
python.versions 312
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-traits
}