mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
dbcea3d57f
We have python2.7-2to3 there, but it's more convenient for me to use the shorter tool name. So bring it back now that there's no conflict. This tool is still useful to help get some of the final Python 2 bits over to Python 3. ok and tweaked by sthen@
24 lines
584 B
Makefile
24 lines
584 B
Makefile
# IMPORTANT! If you make any changes to the Python ports, be sure
|
|
# to also update files/CHANGES.OpenBSD for your change. This is a
|
|
# requirement of the PSF license, if it constitutes a change to
|
|
# Python itself.
|
|
|
|
FULL_VERSION = 2.7.18
|
|
SHARED_LIBS = python2.7 0.0
|
|
VERSION_SPEC = >=2.7,<2.8
|
|
PORTROACH = limit:^2\.7
|
|
|
|
REVISION-main = 15
|
|
REVISION-idle = 1
|
|
REVISION-tests = 1
|
|
REVISION-bsddb = 0
|
|
REVISION-gdbm = 0
|
|
REVISION-tkinter = 1
|
|
REVISION-tools = 0
|
|
|
|
AUTOCONF_VERSION = 2.69
|
|
CONFIGURE_ARGS += --with-ensurepip=no
|
|
CONFIGURE_ENV += ac_cv_opt_olimit_ok=no
|
|
|
|
.include <bsd.port.mk>
|