Date: Wed, 26 Dec 2018 02:24:33 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488355 - in head/lang/python37: . files Message-ID: <201812260224.wBQ2OXvx073838@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Wed Dec 26 02:24:32 2018 New Revision: 488355 URL: https://svnweb.freebsd.org/changeset/ports/488355 Log: - Update to 3.7.2 Modified: head/lang/python37/Makefile.version head/lang/python37/distinfo head/lang/python37/files/patch-Makefile.pre.in head/lang/python37/pkg-plist Modified: head/lang/python37/Makefile.version ============================================================================== --- head/lang/python37/Makefile.version Wed Dec 26 01:35:54 2018 (r488354) +++ head/lang/python37/Makefile.version Wed Dec 26 02:24:32 2018 (r488355) @@ -1,4 +1,4 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ -PYTHON_PORTVERSION= 3.7.1 +PYTHON_PORTVERSION= 3.7.2 Modified: head/lang/python37/distinfo ============================================================================== --- head/lang/python37/distinfo Wed Dec 26 01:35:54 2018 (r488354) +++ head/lang/python37/distinfo Wed Dec 26 02:24:32 2018 (r488355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540104377 -SHA256 (python/Python-3.7.1.tar.xz) = fa7e2b8e8c9402f192ad56dc4f814089d1c4466c97d780f5e5acc02c04243d6d -SIZE (python/Python-3.7.1.tar.xz) = 16960060 +TIMESTAMP = 1545742410 +SHA256 (python/Python-3.7.2.tar.xz) = d83fe8ce51b1bb48bbcf0550fd265b9a75cdfdfa93f916f9e700aef8444bf1bb +SIZE (python/Python-3.7.2.tar.xz) = 17042320 Modified: head/lang/python37/files/patch-Makefile.pre.in ============================================================================== --- head/lang/python37/files/patch-Makefile.pre.in Wed Dec 26 01:35:54 2018 (r488354) +++ head/lang/python37/files/patch-Makefile.pre.in Wed Dec 26 02:24:32 2018 (r488355) @@ -5,10 +5,9 @@ # Description: Create symlinks for non-ABI-suffixed python*-config and ABI-suffixed python-*.pc # Submitted by: antoine@ (r358029) # TODO: Upstream - ---- Makefile.pre.in.orig 2016-12-26 00:30:30.873942000 +0800 -+++ Makefile.pre.in 2016-12-26 02:51:45.233175000 +0800 -@@ -80,23 +80,20 @@ +--- Makefile.pre.in.orig 2018-12-25 13:00:52 UTC ++++ Makefile.pre.in +@@ -80,7 +80,6 @@ MAKESETUP= $(srcdir)/Modules/makesetup OPT= @OPT@ BASECFLAGS= @BASECFLAGS@ BASECPPFLAGS= @BASECPPFLAGS@ @@ -16,7 +15,10 @@ # CFLAGS_NODIST is used for building the interpreter and stdlib C extensions. # Use it when a compiler flag should _not_ be part of the distutils CFLAGS # once Python is installed (Issue #21121). - CONFIGURE_CFLAGS_NODIST=@CFLAGS_NODIST@ +@@ -89,18 +88,16 @@ CONFIGURE_CFLAGS_NODIST=@CFLAGS_NODIST@ + # Use it when a linker flag should _not_ be part of the distutils LDFLAGS + # once Python is installed (bpo-35257) + CONFIGURE_LDFLAGS_NODIST=@LDFLAGS_NODIST@ -CONFIGURE_CPPFLAGS= @CPPFLAGS@ -CONFIGURE_LDFLAGS= @LDFLAGS@ # Avoid assigning CFLAGS, LDFLAGS, etc. so users can use them on the @@ -32,10 +34,10 @@ -PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS) +PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CPPFLAGS) +PY_LDFLAGS= $(LDFLAGS) + PY_LDFLAGS_NODIST=$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST) NO_AS_NEEDED= @NO_AS_NEEDED@ LDLAST= @LDLAST@ - SGI_ABI= @SGI_ABI@ -@@ -1145,12 +1142,6 @@ +@@ -1213,12 +1210,6 @@ bininstall: altbininstall else true; \ fi (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python3$(EXE)) @@ -48,7 +50,7 @@ -rm -f $(DESTDIR)$(BINDIR)/python3-config (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python3-config) -rm -f $(DESTDIR)$(LIBPC)/python3.pc -@@ -1412,6 +1403,12 @@ +@@ -1505,6 +1496,12 @@ libainstall: @DEF_MAKE_RULE@ python-config $(INSTALL_SCRIPT) $(srcdir)/install-sh $(DESTDIR)$(LIBPL)/install-sh $(INSTALL_SCRIPT) python-config.py $(DESTDIR)$(LIBPL)/python-config.py $(INSTALL_SCRIPT) python-config $(DESTDIR)$(BINDIR)/python$(LDVERSION)-config Modified: head/lang/python37/pkg-plist ============================================================================== --- head/lang/python37/pkg-plist Wed Dec 26 01:35:54 2018 (r488354) +++ head/lang/python37/pkg-plist Wed Dec 26 02:24:32 2018 (r488355) @@ -41,6 +41,17 @@ include/python%%XYDOT%%%%ABI%%/genobject.h include/python%%XYDOT%%%%ABI%%/graminit.h include/python%%XYDOT%%%%ABI%%/grammar.h include/python%%XYDOT%%%%ABI%%/import.h +include/python%%XYDOT%%%%ABI%%/internal/ceval.h +include/python%%XYDOT%%%%ABI%%/internal/condvar.h +include/python%%XYDOT%%%%ABI%%/internal/context.h +include/python%%XYDOT%%%%ABI%%/internal/gil.h +include/python%%XYDOT%%%%ABI%%/internal/hamt.h +include/python%%XYDOT%%%%ABI%%/internal/hash.h +include/python%%XYDOT%%%%ABI%%/internal/import.h +include/python%%XYDOT%%%%ABI%%/internal/mem.h +include/python%%XYDOT%%%%ABI%%/internal/pygetopt.h +include/python%%XYDOT%%%%ABI%%/internal/pystate.h +include/python%%XYDOT%%%%ABI%%/internal/warnings.h include/python%%XYDOT%%%%ABI%%/intrcheck.h include/python%%XYDOT%%%%ABI%%/iterobject.h include/python%%XYDOT%%%%ABI%%/listobject.h @@ -2124,8 +2135,8 @@ lib/python%%XYDOT%%/ensurepip/__pycache__/__main__.cpy lib/python%%XYDOT%%/ensurepip/__pycache__/_uninstall.cpython-%%XY%%.opt-1.pyc lib/python%%XYDOT%%/ensurepip/__pycache__/_uninstall.cpython-%%XY%%.opt-2.pyc lib/python%%XYDOT%%/ensurepip/__pycache__/_uninstall.cpython-%%XY%%.pyc -lib/python%%XYDOT%%/ensurepip/_bundled/pip-10.0.1-py2.py3-none-any.whl -lib/python%%XYDOT%%/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl +lib/python%%XYDOT%%/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl +lib/python%%XYDOT%%/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl lib/python%%XYDOT%%/ensurepip/_uninstall.py lib/python%%XYDOT%%/enum.py lib/python%%XYDOT%%/filecmp.py @@ -5383,10 +5394,6 @@ lib/python%%XYDOT%%/test/test_asyncio/echo.py lib/python%%XYDOT%%/test/test_asyncio/echo2.py lib/python%%XYDOT%%/test/test_asyncio/echo3.py lib/python%%XYDOT%%/test/test_asyncio/functional.py -lib/python%%XYDOT%%/test/test_asyncio/keycert3.pem -lib/python%%XYDOT%%/test/test_asyncio/pycacert.pem -lib/python%%XYDOT%%/test/test_asyncio/ssl_cert.pem -lib/python%%XYDOT%%/test/test_asyncio/ssl_key.pem lib/python%%XYDOT%%/test/test_asyncio/test_base_events.py lib/python%%XYDOT%%/test/test_asyncio/test_buffered_proto.py lib/python%%XYDOT%%/test/test_asyncio/test_context.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812260224.wBQ2OXvx073838>