You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
29 lines
1009 B
Tcl
29 lines
1009 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
|
|
PortGroup deprecated 1.0
|
|
|
|
name py-sclapp
|
|
version 0.5.1
|
|
description framework for writing command-line applications
|
|
platforms darwin
|
|
supported_archs noarch
|
|
categories-append devel
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
long_description \
|
|
easy-to-use framework for writing simple command-line applications in Python
|
|
|
|
distname sclapp-${version}
|
|
homepage http://www.alittletooquiet.net/software/sclapp/
|
|
master_sites macports_distfiles
|
|
checksums md5 b74b0ea8b56534a281220b0c014ab757 \
|
|
sha1 f93d5f3490128d4c21137d2dc614fbebee05c7aa \
|
|
rmd160 50d5931b0eb05fd1c6606dc7bbab6e13ccdf2cd2
|
|
|
|
python.versions 27
|
|
|
|
deprecated.upstream_support no
|
|
livecheck.type none
|