Files
Paul Guyot 74413ed54e py-robotframework: update to 7.4.2, drop py27/py39
Drop EOL Python 2.7 and 3.9 variants. All dependent ports have been
updated to support Python 3.13+.

Signed-off-by: Paul Guyot <pguyot@kallisys.net>
2026-04-05 21:34:15 -04:00

32 lines
1007 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 python 1.0
name py-robotframework
version 7.4.2
license Apache-2
categories-append devel
maintainers {jwa @jyrkiwahlstedt} openmaintainer
description ATDD framework
long_description ATDD framework with plugins
homepage http://robotframework.org/
platforms {darwin any}
supported_archs noarch
python.versions 310 311 312 313 314
checksums rmd160 81ca7b809fcc8d680401c58b0347e5ae13a72513 \
sha256 1c934e7f43600de407860cd2bd2fdc41adad4a4a785d8b46b1ed485fdc0f6c9f \
size 654405
if {${name} ne ${subport}} {
post-destroot {
reinplace "s;${destroot};;" ${destroot}${python.prefix}/bin/robot
reinplace "s;${destroot};;" ${destroot}${python.prefix}/bin/rebot
}
}