You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
d2f32d5de6
See: https://github.com/macports/macports-ports/commit/d0bb414ba1df34cbe44a82355b0b10cb2789f7a8#commitcomment-171573000
20 lines
464 B
Tcl
20 lines
464 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 obsolete 1.0
|
|
|
|
name py-last
|
|
version 7.0.0
|
|
revision 1
|
|
categories python
|
|
|
|
replaced_by py-pylast
|
|
|
|
foreach pv "310 311 312 313" {
|
|
subport py${pv}-last {
|
|
replaced_by py${pv}-pylast
|
|
}
|
|
}
|
|
|
|
# remove after December 1, 2026
|