Skip to content
Permalink
Browse files

py-timeformat: add modeline, adjust whitespace

  • Loading branch information
reneeotten committed Apr 14, 2019
1 parent aabafad commit 3469b710ec78358596291fc36db2d17696c00a0a
Showing with 22 additions and 20 deletions.
  1. +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 {

0 comments on commit 3469b71

Please sign in to comment.
You can’t perform that action at this time.