mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
999161335d
(since any python branch switch touches thousands of ports): - stop using FLAVOR=python3 / MODPY_FLAVOR / etc in py3 ports. - rename MODPY_EGG_VERSION (which refers to an obsolete packaging format) with MODPY_DISTV (easier to type and line up in Makefiles) bumps and adjustments to follow. lots of help from tb@, thanks!
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 = 12
|
|
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>
|