You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
884 B
Tcl
26 lines
884 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-astor
|
|
version 0.8.1
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
maintainers {emcrisostomo @emcrisostomo} openmaintainer
|
|
|
|
description Read/rewrite/write Python ASTs
|
|
long_description astor is a python library to easily manipulate Python\
|
|
source code via ASTs
|
|
|
|
homepage https://github.com/berkerpeksag/astor
|
|
|
|
checksums rmd160 de731d6a42488a90a41acbcd01cd080495baab21 \
|
|
sha256 6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e \
|
|
size 35090
|
|
|
|
python.versions 310 311 312 313 314
|