Permalink
| @@ -1,24 +1,24 @@ | ||
| # -*- mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- | ||
| # -*- 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 | ||
| PortSystem 1.0 | ||
| PortGroup python 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 | ||
| 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 http://www.alittletooquiet.net/media/release/ | ||
| checksums md5 b74b0ea8b56534a281220b0c014ab757 \ | ||
| sha1 f93d5f3490128d4c21137d2dc614fbebee05c7aa \ | ||
| rmd160 50d5931b0eb05fd1c6606dc7bbab6e13ccdf2cd2 | ||
| distname sclapp-${version} | ||
| homepage http://www.alittletooquiet.net/software/sclapp/ | ||
| master_sites http://www.alittletooquiet.net/media/release/ | ||
| checksums md5 b74b0ea8b56534a281220b0c014ab757 \ | ||
| sha1 f93d5f3490128d4c21137d2dc614fbebee05c7aa \ | ||
| rmd160 50d5931b0eb05fd1c6606dc7bbab6e13ccdf2cd2 | ||
|
|
||
| python.versions 27 | ||
| python.versions 27 |