Skip to content

Commit

Permalink
py-strict-rfc3339: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Feb 6, 2017
1 parent 7e4e9a1 commit e4793f9
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions python/py-strict-rfc3339/Portfile
@@ -0,0 +1,31 @@
# -*- 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-strict-rfc3339
version 0.7
revision 0
categories-append devel
platforms darwin
license GPL-3
supported_archs noarch

python.versions 27 35 36

maintainers stromnov openmaintainer

description Strict, simple, lightweight RFC3339 functions.
long_description ${description}

homepage http://www.danielrichman.co.uk/libraries/strict-rfc3339.html
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}

distname ${python.rootname}-${version}

checksums rmd160 8a75fa64b25e9c81a451b7291c38909e75dbf5e2 \
sha256 5cad17bedfc3af57b399db0fed32771f18fc54bbd917e85546088607ac5e1277

if {${name} ne ${subport}} {
livecheck.type none
}

0 comments on commit e4793f9

Please sign in to comment.