Permalink
Browse files
py-pexpect: update to 4.7.0
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
python/py-pexpect/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-pexpect |
|
|
version 4.6.0 |
|
|
version 4.7.0 |
|
|
revision 0 |
|
|
categories-append devel |
|
|
platforms darwin |
|
|
@@ -28,9 +28,9 @@ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
|
|
|
|
|
distname ${python.rootname}-${version} |
|
|
|
|
|
checksums rmd160 fa9ea28909daa2ccabef03bb831794695b0cb965 \ |
|
|
sha256 2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba \ |
|
|
size 148966 |
|
|
checksums rmd160 4c4642ac6d8af988fcfb96e59714ec9dcfb61e9f \ |
|
|
sha256 9e2c1fd0e6ee3a49b28f95d4b33bc389c89b20af6a1255906e90ff1262ce62eb \ |
|
|
size 153747 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_lib-append port:py${python.version}-ptyprocess |
|
|
|