Commits

Renee Otten authored acc8acae595
py-pycryptodome: remove py34 subport, default PyPI livecheck
No tags

python/py-pycryptodome/Portfile

Modified
7 7 version 3.4.5
8 8 license BSD
9 9 platforms darwin
10 10 supported_archs noarch
11 11 maintainers {@xeron gmail.com:xeron.oskom} openmaintainer
12 12 description Cryptographic library for Python
13 13 long_description PyCryptodome is a self-contained Python package of \
14 14 low-level cryptographic primitives. \
15 15 PyCryptodome is a fork of PyCrypto.
16 16
17 -python.versions 27 34 35 36
17 +python.versions 27 35 36
18 18
19 19 homepage https://pypi.python.org/pypi/${python.rootname}/
20 20 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
21 21 distname ${python.rootname}-${version}
22 22
23 23 checksums rmd160 ebdb0edb86f048889f467ddabb9efe95b74254e6 \
24 - sha256 be84544eadc2bb71d4ace39e4984ed2990111f053f24267a07afb4b4e1e5428f
24 + sha256 be84544eadc2bb71d4ace39e4984ed2990111f053f24267a07afb4b4e1e5428f \
25 + size 6494255
25 26
26 27 if {${name} ne ${subport}} {
27 28 depends_build-append \
28 29 port:py${python.version}-setuptools
29 30
30 31 livecheck.type none
31 -} else {
32 - livecheck.type pypi
33 32 }

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

Add shortcut