Commits

Renee Otten authored 70009c3237f
py-rsa: remove py34 subport, add size
No tags

python/py-rsa/Portfile

Modified
13 13 long_description ${description}.\
14 14 It supports encryption and decryption, signing and verifying signatures,\
15 15 and key generation according to PKCS#1 version 1.5. It can be used as a\
16 16 Python library as well as on the commandline.
17 17
18 18 homepage http://stuvel.eu/rsa
19 19 master_sites pypi:r/rsa
20 20 distname rsa-${version}
21 21
22 22 checksums rmd160 ed031a093373ab3c1a6d27d2d9e58235c0058809 \
23 - sha256 25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5
23 + sha256 25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5 \
24 + size 40956
24 25
25 -python.versions 27 34 35 36 37 38
26 +python.versions 27 35 36 37 38
26 27
27 28 if {${name} ne ${subport}} {
28 29 depends_build-append \
29 30 port:py${python.version}-setuptools
30 31 depends_lib-append port:py${python.version}-asn1
31 32
32 33 test.run yes
33 34
34 35 livecheck.type none
35 36 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut