# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           select 1.0

name                python3_select
version             0.0
revision            1
categories          sysutils
platforms           darwin
supported_archs     noarch
configure.cxx_stdlib
license             BSD
maintainers         {yan12125 @yan12125} openmaintainer

description         Common files for selecting default Python 3 version
long_description    This port installs files that allow 'port select' \
                    to create links to the preferred default version \
                    of Python 3.
homepage            https://www.macports.org/

distfiles
use_configure       no
build {}
destroot {}

# Documentation for Python 3 ports:
#   PortGroup       select 1.0
#   set pythonNoDot python[string map {. {}} $branch]
#   select.entries  [list python3 python3-$pythonNoDot $pythonNoDot]

select.entries      {python3 base} \
                    {python3 none}

livecheck.type     none