Permalink
Browse files
py-timeformat: add modeline, adjust whitespace
- Loading branch information
Showing
with
22 additions
and
20 deletions.
-
+22
−20
python/py-timeformat/Portfile
|
|
@@ -1,29 +1,31 @@ |
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
# -*- 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 |
|
|
|
|
|
name py-timeformat |
|
|
version 1.0.0 |
|
|
revision 1 |
|
|
categories-append devel |
|
|
license BSD |
|
|
maintainers nomaintainer |
|
|
description Flexible alternative to time.strftime |
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-timeformat |
|
|
version 1.0.0 |
|
|
revision 1 |
|
|
categories-append devel |
|
|
license BSD |
|
|
maintainers nomaintainer |
|
|
description Flexible alternative to time.strftime |
|
|
long_description \ |
|
|
TimeFormat implements new time and date formatting codes that provide \ |
|
|
more flexibility to time.strftime(). The implementation avoids using \ |
|
|
the C library time.strftime() where possible, so ensuring the same \ |
|
|
operation across most platforms. |
|
|
TimeFormat implements new time and date formatting codes that provide \ |
|
|
more flexibility to time.strftime(). The implementation avoids using \ |
|
|
the C library time.strftime() where possible, so ensuring the same \ |
|
|
operation across most platforms. |
|
|
|
|
|
platforms darwin |
|
|
supported_archs noarch |
|
|
platforms darwin |
|
|
supported_archs noarch |
|
|
|
|
|
homepage http://www.owlfish.com/software/TimeFormat/ |
|
|
master_sites ${homepage}downloads/ |
|
|
distname TimeFormat-${version} |
|
|
homepage http://www.owlfish.com/software/TimeFormat/ |
|
|
master_sites ${homepage}downloads/ |
|
|
distname TimeFormat-${version} |
|
|
|
|
|
checksums md5 04f42919421c65a6f1c404dd522fabef |
|
|
checksums md5 04f42919421c65a6f1c404dd522fabef |
|
|
|
|
|
python.versions 27 |
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
post-destroot { |
|
|
|