mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.2 KiB
Tcl
29 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:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup python 1.0
|
|
|
|
name codemod
|
|
github.setup personalcomputer codemod 55a92a8ef237568302173e45bc282a0f8d1f2fad
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 1
|
|
categories devel python
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
|
|
description A tool to assist with large-scale codebase refactors
|
|
long_description A tool/library to assist with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.
|
|
|
|
homepage https://github.com/personalcomputer/codemod
|
|
|
|
checksums rmd160 39b8461ab9e16c68a8605fb18a1e8b6c46242bd2 \
|
|
sha256 dc72368bc95fab74373f700a32682d12d308828215c973674c06d63da3494dbb \
|
|
size 17756
|
|
|
|
python.default_version 313
|