You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
95e2202752
- drop py38, add py311 subport
36 lines
1.2 KiB
Tcl
36 lines
1.2 KiB
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-robotremoteserver
|
|
version 1.1.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license Apache-2
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
|
|
description Remote server hosting test libraries
|
|
long_description Allows hosting test libraries on different processes \
|
|
or machines than Robot Framework is running on
|
|
|
|
homepage https://github.com/robotframework/PythonRemoteServer
|
|
|
|
checksums rmd160 9677f239908f8240afdfd291408e86229d140be0 \
|
|
sha256 378c5a93275f1277369426aba3c9cdfafbed75f9e926ed7ba54c92c948b29411 \
|
|
size 20205
|
|
|
|
python.versions 311
|
|
|
|
if {${name} ne ${subport}} {
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE.txt \
|
|
COPYRIGHT.txt ${destroot}${docdir}
|
|
}
|
|
}
|