Describe: sync_20150323-5191-g6a440b8
Commit: 6a440b8f6157726c6d55d91ae1091decf18cf6c8
Modifications:
lang/python/3.5/Makefile | 22 +
lang/python/3.5/distinfo | 2 +
lang/python/3.5/files/CHANGES.OpenBSD | 14 +
.../3.5/patches/patch-Lib_test_test_locale_py | 21 +
lang/python/3.5/patches/patch-Makefile_pre_in | 12 +
lang/python/3.5/patches/patch-Modules__ssl_c | 17 +
lang/python/3.5/patches/patch-configure_ac | 12 +
lang/python/3.5/patches/patch-setup_py | 22 +
lang/python/{2.7 => 3.5}/pkg/DESCR-gdbm | 0
lang/python/{2.7 => 3.5}/pkg/DESCR-idle | 0
lang/python/{2.7 => 3.5}/pkg/DESCR-main | 0
lang/python/{2.7 => 3.5}/pkg/DESCR-tests | 0
lang/python/{2.7 => 3.5}/pkg/DESCR-tkinter | 0
lang/python/3.5/pkg/PLIST-gdbm | 5 +
lang/python/3.5/pkg/PLIST-idle | 376 ++
lang/python/3.5/pkg/PLIST-main | 3396
++++++++++++++++
lang/python/3.5/pkg/PLIST-tests | 2752
+++++++++++++
lang/python/3.5/pkg/PLIST-tkinter | 142 +
lang/python/Makefile | 3 +-
19 files changed, 6795 insertions(+), 1 deletion(-)
create mode 100644 lang/python/3.5/Makefile
create mode 100644 lang/python/3.5/distinfo
create mode 100644 lang/python/3.5/files/CHANGES.OpenBSD
create mode 100644
lang/python/3.5/patches/patch-Lib_test_test_locale_py
create mode 100644 lang/python/3.5/patches/patch-Makefile_pre_in
create mode 100644 lang/python/3.5/patches/patch-Modules__ssl_c
create mode 100644 lang/python/3.5/patches/patch-configure_ac
create mode 100644 lang/python/3.5/patches/patch-setup_py
copy lang/python/{2.7 => 3.5}/pkg/DESCR-gdbm (100%)
copy lang/python/{2.7 => 3.5}/pkg/DESCR-idle (100%)
copy lang/python/{2.7 => 3.5}/pkg/DESCR-main (100%)
copy lang/python/{2.7 => 3.5}/pkg/DESCR-tests (100%)
copy lang/python/{2.7 => 3.5}/pkg/DESCR-tkinter (100%)
create mode 100644 lang/python/3.5/pkg/PLIST-gdbm
create mode 100644 lang/python/3.5/pkg/PLIST-idle
create mode 100644 lang/python/3.5/pkg/PLIST-main
create mode 100644 lang/python/3.5/pkg/PLIST-tests
create mode 100644 lang/python/3.5/pkg/PLIST-tkinter
Log messages:
add python 3.5 but mark as broken for now