You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
27 lines
873 B
Tcl
27 lines
873 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-editor
|
|
python.rootname python-editor
|
|
version 1.0.4
|
|
revision 0
|
|
categories-append textproc
|
|
license Apache-2
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Programmatically open an editor, capture the result.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/fmoo/python-editor
|
|
|
|
checksums rmd160 3426f45bc74c642501f5b52b795cd936a1b01d00 \
|
|
sha256 51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b \
|
|
size 7132
|