PKGNAME=python-2
PKGSEC=python
PKGDEP="bzip2 gdbm openssl zlib expat sqlite libnsl2"
PKGDES="Python, version 2.7.x"

AUTOTOOLS_AFTER=(
    '--enable-shared'
    '--with-threads'
    '--enable-ipv6'
    '--enable-unicode=ucs4'
    '--with-system-expat'
    '--with-dbmliborder=gdbm:ndbm'
    '--with-system-ffi'
)
    
ABMK="profile-opt"

AB_FLAGS_O3=1
ABSHADOW=no

# Note: Alternative names for Spiral/convenience.
PKGPROV="python2_spiral python2.7_spiral"
