Commits

Renee Otten authored and Chih-Hsuan Yen committed 00a2c032663
py-atomicwrites: remove py34 subport, default PyPI livecheck
No tags

python/py-atomicwrites/Portfile

Modified
13 13 long_description ${description}
14 14
15 15 homepage https://github.com/untitaker/python-atomicwrites
16 16 master_sites pypi:a/atomicwrites
17 17 distname atomicwrites-${version}
18 18
19 19 checksums rmd160 4857ef73e7d5f8b96bcaff43f3a61002010c20dc \
20 20 sha256 75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6 \
21 21 size 11699
22 22
23 -python.versions 27 34 35 36 37 38
23 +python.versions 27 35 36 37 38
24 24
25 25 if {${name} ne ${subport}} {
26 26 depends_build-append \
27 27 port:py${python.version}-setuptools
28 28
29 29 depends_test-append \
30 30 port:py${python.version}-pytest
31 31
32 32 test.run yes
33 33 test.cmd py.test-${python.branch}
34 34 test.target
35 35
36 36 livecheck.type none
37 -} else {
38 - livecheck.type pypi
39 37 }

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

Add shortcut