Commits

Renee Otten authored and Chih-Hsuan Yen committed 0610412688c
py-blinker: remove py34 subport

- add modeline - modernize checksums - use default PyPI livecheck
No tags

python/py-blinker/Portfile

Modified
1 +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 +
1 3 PortSystem 1.0
2 4 PortGroup python 1.0
3 5
4 6 name py-blinker
5 7 version 1.4
6 8 license MIT BSD
7 9 categories-append devel
8 10 maintainers {aronnax @lpsinger} openmaintainer
9 11 description Fast, simple object-to-object and broadcast signaling
10 12 long_description \
13 15 receivers can subscribe to specific senders or receive signals sent \
14 16 by any sender.
15 17
16 18 platforms darwin
17 19 supported_archs noarch
18 20
19 21 homepage http://pythonhosted.org/blinker/
20 22 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
21 23 distname ${python.rootname}-${version}
22 24
23 -checksums md5 8b3722381f83c2813c52de3016b68d33 \
24 - sha256 471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6 \
25 - rmd160 54a649ae37e54924ebfe75149c3d19b0d25aa1a4
25 +checksums sha256 471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6 \
26 + rmd160 54a649ae37e54924ebfe75149c3d19b0d25aa1a4 \
27 + size 111476
26 28
27 -python.versions 27 34 35 36 37 38
29 +python.versions 27 35 36 37 38
28 30
29 31 if {${name} ne ${subport}} {
30 32 livecheck.type none
31 33
32 34 depends_build-append \
33 35 port:py${python.version}-setuptools
34 -
35 -} else {
36 - livecheck.type pypi
37 36 }

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

Add shortcut