Subject: CVS commit: pkgsrc/lang
From: Adam Ciarcinski
Date: 2018-07-03 05:55:40
Message id: 20180703035540.8CC62FB3D@cvs.NetBSD.org

Log Message:
python37: added version 3.7.0

Python 3.7.0 is the newest major release of the Python language, and it contains \ 
many new features and optimizations.

Among the major new features in Python 3.7 are:

PEP 539, new C API for thread-local storage
PEP 545, Python documentation translations
New documentation translations: Japanese, French, and Korean.
PEP 552, Deterministic pyc files
PEP 553, Built-in breakpoint()
PEP 557, Data Classes
PEP 560, Core support for typing module and generic types
PEP 562, Customization of access to module attributes
PEP 563, Postponed evaluation of annotations
PEP 564, Time functions with nanosecond resolution
PEP 565, Improved DeprecationWarning handling
PEP 567, Context Variables
Avoiding the use of ASCII as a default text encoding (PEP 538, legacy C locale \ 
coercion and PEP 540, forced UTF-8 runtime mode)
The insertion-order preservation nature of dict objects is now an official part \ 
of the Python language spec.
Notable performance improvements in many areas.

Files:
RevisionActionfile
1.1addpkgsrc/lang/python37/ALTERNATIVES
1.1addpkgsrc/lang/python37/DESCR
1.1addpkgsrc/lang/python37/Makefile
1.1addpkgsrc/lang/python37/PLIST
1.1addpkgsrc/lang/python37/PLIST.Darwin
1.1addpkgsrc/lang/python37/PLIST.FreeBSD
1.1addpkgsrc/lang/python37/PLIST.IRIX
1.1addpkgsrc/lang/python37/PLIST.Linux
1.1addpkgsrc/lang/python37/buildlink3.mk
1.1addpkgsrc/lang/python37/dist.mk
1.1addpkgsrc/lang/python37/distinfo
1.1addpkgsrc/lang/python37/options.mk
1.1addpkgsrc/lang/python37/patches/patch-Lib_distutils_command_install.py
1.1addpkgsrc/lang/python37/patches/patch-Lib_distutils_sysconfig.py
1.1addpkgsrc/lang/python37/patches/patch-Lib_distutils_unixccompiler.py
1.1addpkgsrc/lang/python37/patches/patch-Lib_sysconfig.py
1.1addpkgsrc/lang/python37/patches/patch-Makefile.pre.in
1.1addpkgsrc/lang/python37/patches/patch-Modules___uuidmodule.c
1.1addpkgsrc/lang/python37/patches/patch-Modules_makesetup
1.1addpkgsrc/lang/python37/patches/patch-Modules_nismodule.c
1.1addpkgsrc/lang/python37/patches/patch-Modules_socketmodule.c
1.1addpkgsrc/lang/python37/patches/patch-Modules_socketmodule.h
1.1addpkgsrc/lang/python37/patches/patch-Python_thread__pthread.h
1.1addpkgsrc/lang/python37/patches/patch-configure
1.1addpkgsrc/lang/python37/patches/patch-pyconfig.h.in
1.1addpkgsrc/lang/python37/patches/patch-setup.py