Permalink
Browse files
py-robotframework: reassume maintainership, update to 3.1.1
- Loading branch information
Showing
with
10 additions
and
7 deletions.
-
+10
−7
python/py-robotframework/Portfile
|
|
@@ -6,22 +6,25 @@ PortGroup python 1.0 |
|
|
name py-robotframework |
|
|
set internal_name robotframework |
|
|
|
|
|
version 3.0.2 |
|
|
version 3.1.1 |
|
|
license Apache-2 |
|
|
|
|
|
categories-append devel |
|
|
maintainers nomaintainer |
|
|
maintainers {jwa @jyrkiwahlstedt} openmaintainer |
|
|
description ATDD framework |
|
|
long_description ATDD framework with plugins |
|
|
|
|
|
homepage http://robotframework.org/ |
|
|
|
|
|
checksums rmd160 7470cda265dad97983179750b691963d8e724f71 \ |
|
|
sha256 2018f233568227f9af8c366f93e243a157b742f3baf5b649ecc9750ac0ee1ff7 |
|
|
checksums rmd160 69467986313343b312ea8ea51e1ae2f6647fb949 \ |
|
|
sha256 7e29b2ac415e6bdbde348d25c0c759c6d3df012c897b31dcf98fd2dd94cee7bd \ |
|
|
size 634428 |
|
|
|
|
|
use_zip yes |
|
|
|
|
|
platforms darwin |
|
|
python.versions 27 35 36 |
|
|
python.default_version 27 |
|
|
python.versions 27 36 37 |
|
|
python.default_version 37 |
|
|
|
|
|
universal_variant yes |
|
|
|
|
|
@@ -31,7 +34,7 @@ distname ${internal_name}-${version} |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
post-destroot { |
|
|
reinplace "s;${destroot};;" ${destroot}${python.prefix}/bin/pybot |
|
|
reinplace "s;${destroot};;" ${destroot}${python.prefix}/bin/robot |
|
|
reinplace "s;${destroot};;" ${destroot}${python.prefix}/bin/rebot |
|
|
} |
|
|
} |
|
|
|