Commits

Marius Schamschula authored b5d9e12876f
py-pyrfc3339: add py38 subport
No tags

python/py-pyrfc3339/Portfile

Modified
1 1 # -*- 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
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-pyrfc3339
7 7 set real_name pyRFC3339
8 8 version 1.1
9 -python.versions 27 35 36 37
9 +python.versions 27 35 36 37 38
10 10 maintainers nomaintainer
11 11 license MIT
12 12 description pyRFC3339 parses and generates RFC 3339-compliant timestamps \
13 13 using Python datetime.datetime objects.
14 14 long_description ${description}
15 15
16 16 platforms darwin
17 17
18 18 homepage https://pypi.python.org/pypi/${real_name}/
19 19 master_sites pypi:p/${real_name}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut