You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
13 lines
415 B
Tcl
13 lines
415 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 obsolete 1.0
|
|
|
|
name python-mode.el
|
|
version 1.0
|
|
revision 1
|
|
categories lang python editors
|
|
replaced_by emacs
|
|
|
|
obsolete.note "Emacs has included python-mode built-in since version 24. Simply use M-x python-mode."
|