diff --git a/Portfile b/Portfile.new
index e68487b..d777d10 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name py-rsa |
8 | | version 3.1.4 |
| 8 | version 3.4.2 |
9 | 9 | platforms darwin |
10 | 10 | license Apache-2 |
11 | 11 | maintainers pixilla openmaintainer |
… |
… |
long_description ${description} |
15 | 15 | |
16 | 16 | homepage http://stuvel.eu/rsa |
17 | 17 | master_sites pypi:r/rsa |
18 | | distname rsa-3.1.4 |
| 18 | distname rsa-3.4.2 |
19 | 19 | |
20 | | checksums rmd160 28488ad2e28b03b8d0d32006eb0d1d229510252c \ |
21 | | sha256 e2b0b05936c276b1edd2e1525553233b666df9e29b5c3ba223eed738277c82a0 |
| 20 | checksums rmd160 2a57dffd2e97d339744e5c1c7281e5dbcde91429 \ |
| 21 | sha256 43f682fea81c452c98d09fc316aae12de6d30c4b5c84226642cf8f8fd1c93abd |
22 | 22 | |
23 | | python.versions 27 34 |
| 23 | python.versions 27 34 35 |
24 | 24 | |
25 | 25 | if {${name} ne ${subport}} { |
26 | 26 | depends_build-append \ |