mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Update to 3.4.7
Changes: https://docs.python.org/3.4/whatsnew/changelog.html MFH: 2017Q3
This commit is contained in:
parent
fb12e6ac46
commit
ceb92db919
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447650
4 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= python34
|
||||
PORTVERSION= ${PYTHON_PORTVERSION}
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= lang python ipv6
|
||||
MASTER_SITES= PYTHON/ftp/python/${PORTVERSION}
|
||||
DISTNAME= Python-${PORTVERSION}
|
||||
|
@ -40,6 +39,7 @@ SUB_FILES= pkg-message
|
|||
SUB_LIST= PYTHON_SUFFIX=${PORTVERSION:R:S/.//g}
|
||||
|
||||
PLIST_SUB= ABI=${ABIFLAGS} \
|
||||
XYZDOT=${PYTHON_PORTVERSION} \
|
||||
OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. http://bugs.python.org/issue19554
|
||||
|
||||
OPTIONS_DEFINE= DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS TSC
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Mk/Uses/python.mk includes this file, don't remove it!
|
||||
# $FreeBSD$
|
||||
|
||||
PYTHON_PORTVERSION= 3.4.6
|
||||
PYTHON_PORTVERSION= 3.4.7
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1484899713
|
||||
SHA256 (python/Python-3.4.6.tar.xz) = f13428bbe6aa9e3b9b6499502dc488c26096349ed7a21f7a0c1db90911115f40
|
||||
SIZE (python/Python-3.4.6.tar.xz) = 14473592
|
||||
TIMESTAMP = 1502303602
|
||||
SHA256 (python/Python-3.4.7.tar.xz) = 8714cf2b56dd36922dec8fa184d4936e1001c22fb439798cb73dda069e129d1b
|
||||
SIZE (python/Python-3.4.7.tar.xz) = 14511368
|
||||
|
|
|
@ -1976,9 +1976,9 @@ lib/python3.4/lib-dynload/unicodedata.so
|
|||
%%NO_DEBUG%%lib/python3.4/lib-dynload/xxlimited.so
|
||||
lib/python3.4/lib-dynload/zlib.so
|
||||
lib/python3.4/lib2to3/Grammar.txt
|
||||
lib/python3.4/lib2to3/Grammar3.4.6.final.0.pickle
|
||||
lib/python3.4/lib2to3/Grammar%%XYZDOT%%.final.0.pickle
|
||||
lib/python3.4/lib2to3/PatternGrammar.txt
|
||||
lib/python3.4/lib2to3/PatternGrammar3.4.6.final.0.pickle
|
||||
lib/python3.4/lib2to3/PatternGrammar%%XYZDOT%%.final.0.pickle
|
||||
lib/python3.4/lib2to3/__init__.py
|
||||
lib/python3.4/lib2to3/__main__.py
|
||||
lib/python3.4/lib2to3/__pycache__/__init__.cpython-34.pyc
|
||||
|
|
Loading…
Add table
Reference in a new issue