Skip to content

Commit

Permalink
py-iso8601: add py36 subport
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Feb 14, 2017
1 parent cc42a22 commit 217c7fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions python/py-iso8601/Portfile
Expand Up @@ -11,14 +11,14 @@ platforms darwin
license MIT
supported_archs noarch

python.versions 26 27 33 34 35
python.versions 26 27 33 34 35 36

maintainers stromnov openmaintainer

description Simple module to parse ISO 8601 dates
long_description ${description}

homepage http://code.google.com/p/pyiso8601/
homepage https://bitbucket.org/micktwomey/pyiso8601
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}

distname ${python.rootname}-${version}
Expand All @@ -31,6 +31,4 @@ if {${name} ne ${subport}} {
port:py${python.version}-setuptools

livecheck.type none
} else {
livecheck.type pypi
}

0 comments on commit 217c7fc

Please sign in to comment.