update python to 2.7.18: the last release of Python 2.
tested in a bulk build by naddy@, thanks.
This commit is contained in:
parent
4ffbd88eb7
commit
75bb50423a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.65 2019/11/11 17:47:42 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.66 2020/04/23 07:56:01 rpointel Exp $
|
||||
|
||||
# IMPORTANT! If you make any changes to the Python ports, be sure
|
||||
# to also update files/CHANGES.OpenBSD for your change. This is a
|
||||
@ -6,19 +6,10 @@
|
||||
# Python itself.
|
||||
|
||||
VERSION = 2.7
|
||||
PATCHLEVEL = .17
|
||||
REVISION = 0
|
||||
PATCHLEVEL = .18
|
||||
SHARED_LIBS = python2.7 0.0
|
||||
VERSION_SPEC = >=2.7,<2.8
|
||||
|
||||
REVISION-main = 1
|
||||
REVISION-tests = 0
|
||||
REVISION-tools = 0
|
||||
REVISION-gdbm = 1
|
||||
REVISION-idle = 0
|
||||
REVISION-tkinter = 1
|
||||
REVISION-bsddb = 1
|
||||
|
||||
CONFIGURE_ARGS += --with-ensurepip=no
|
||||
CONFIGURE_ENV += ac_cv_opt_olimit_ok=no
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Python-2.7.17.tgz) = 8iBZ0JzfliXgpyhNJKEwYgRPW/Wdk6fzOCGQ36lM7N4=
|
||||
SIZE (Python-2.7.17.tgz) = 17535962
|
||||
SHA256 (Python-2.7.18.tgz) = 2jCA47SI9kij16RWDd7olShMM4CxHW3nXtuYZSa5qBQ=
|
||||
SIZE (Python-2.7.18.tgz) = 17539408
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-bsddb,v 1.3 2019/11/11 17:47:42 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-bsddb,v 1.4 2020/04/23 07:56:01 rpointel Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict python-bsddb->=2.7,<2.8
|
||||
@conflict python-bsddb-${VERSION_SPEC}
|
||||
lib/python2.7/bsddb/
|
||||
lib/python2.7/bsddb/__init__.py
|
||||
lib/python2.7/bsddb/__init__.pyc
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST-gdbm,v 1.3 2019/11/11 17:47:42 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-gdbm,v 1.4 2020/04/23 07:56:01 rpointel Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict python-gdbm->=2.7,<2.8
|
||||
@conflict python-gdbm-${VERSION_SPEC}
|
||||
@so lib/python2.7/lib-dynload/gdbm.so
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-idle,v 1.9 2017/11/03 13:13:06 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-idle,v 1.10 2020/04/23 07:56:01 rpointel Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict python-idle->=2.7,<2.8
|
||||
@conflict python-idle-${VERSION_SPEC}
|
||||
@comment bin/idle
|
||||
bin/idle2
|
||||
bin/idle2.7
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.25 2019/11/11 17:47:42 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.26 2020/04/23 07:56:01 rpointel Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict python->=2.7,<2.8
|
||||
@conflict python-bz2->=2.7,<2.8
|
||||
@conflict python-${VERSION_SPEC}
|
||||
@conflict python-bz2-${VERSION_SPEC}
|
||||
@pkgpath lang/python/2.7
|
||||
@pkgpath lang/python/2.7,-bz2
|
||||
@pkgpath lang/python/2.7,-sqlite
|
||||
@ -1552,7 +1552,7 @@ lib/python2.7/keyword.py
|
||||
lib/python2.7/keyword.pyc
|
||||
lib/python2.7/keyword.pyo
|
||||
lib/python2.7/lib-dynload/
|
||||
lib/python2.7/lib-dynload/Python-2.7.17-py2.7.egg-info
|
||||
lib/python2.7/lib-dynload/Python-2.7.18-py2.7.egg-info
|
||||
@so lib/python2.7/lib-dynload/_bisect.so
|
||||
@so lib/python2.7/lib-dynload/_codecs_cn.so
|
||||
@so lib/python2.7/lib-dynload/_codecs_hk.so
|
||||
@ -1615,9 +1615,9 @@ lib/python2.7/lib-dynload/Python-2.7.17-py2.7.egg-info
|
||||
@so lib/python2.7/lib-dynload/zlib.so
|
||||
lib/python2.7/lib2to3/
|
||||
lib/python2.7/lib2to3/Grammar.txt
|
||||
lib/python2.7/lib2to3/Grammar2.7.17.final.0.pickle
|
||||
lib/python2.7/lib2to3/Grammar2.7.18.final.0.pickle
|
||||
lib/python2.7/lib2to3/PatternGrammar.txt
|
||||
lib/python2.7/lib2to3/PatternGrammar2.7.17.final.0.pickle
|
||||
lib/python2.7/lib2to3/PatternGrammar2.7.18.final.0.pickle
|
||||
lib/python2.7/lib2to3/__init__.py
|
||||
lib/python2.7/lib2to3/__init__.pyc
|
||||
lib/python2.7/lib2to3/__init__.pyo
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-tests,v 1.17 2019/11/01 17:40:08 rpointel Exp $
|
||||
@comment $OpenBSD: PLIST-tests,v 1.18 2020/04/23 07:56:01 rpointel Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict python-tests->=2.7,<2.8
|
||||
@conflict python-tests-${VERSION_SPEC}
|
||||
lib/python2.7/test/
|
||||
lib/python2.7/test/185test.db
|
||||
lib/python2.7/test/Sine-1000Hz-300ms.aif
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-tkinter,v 1.7 2019/11/11 17:47:42 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-tkinter,v 1.8 2020/04/23 07:56:01 rpointel Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict python-tkinter->=2.7,<2.8
|
||||
@conflict python-tkinter-${VERSION_SPEC}
|
||||
@so lib/python2.7/lib-dynload/_tkinter.so
|
||||
lib/python2.7/lib-tk/
|
||||
lib/python2.7/lib-tk/Canvas.py
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-tools,v 1.12 2019/04/21 09:32:19 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-tools,v 1.13 2020/04/23 07:56:01 rpointel Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict python-tools->=2.7,<2.8
|
||||
@conflict python-tools-${VERSION_SPEC}
|
||||
lib/python2.7/Tools/
|
||||
lib/python2.7/Tools/README
|
||||
lib/python2.7/Tools/audiopy/
|
||||
|
Loading…
Reference in New Issue
Block a user