Files
2026-03-24 20:47:38 -04:00

30 lines
939 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 github 1.0
PortGroup python 1.0
name py-google-pasta
github.setup google pasta 0.2.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0
supported_archs noarch
platforms {darwin any}
license Apache-2
maintainers nomaintainer
description Library to refactor Python code through AST manipulation.
long_description {*}${description}
python.versions 310
checksums rmd160 2ac1331134a0189e52b0e0c4aba2e2df57b367a0 \
sha256 c15a77d672ee6a84601bc85bba4fc4cc8670532a4ce1f7281a095736fd23ee67 \
size 96839
if {${name} ne ${subport}} {
test.run yes
}