You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
24 lines
731 B
Tcl
24 lines
731 B
Tcl
# -*- 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 stub 1.0
|
|
PortGroup select 1.0
|
|
|
|
name flake8_select
|
|
version 0.1
|
|
revision 1
|
|
categories python
|
|
supported_archs noarch
|
|
platforms any
|
|
description Common files for selecting default flake8 version
|
|
long_description \
|
|
This port installs files that allow 'port select' to be used to \
|
|
create links to the preferred default version of 'flake8'.
|
|
|
|
post-destroot {
|
|
select::install flake8 ${filespath}/base
|
|
select::install flake8 ${filespath}/none
|
|
}
|
|
|
|
livecheck.type none
|