Commits

Miguel Herranz authored and Perry E. Metzger committed 9dffb46d3b0
py-aiorpcX: update to 0.7.3
No tags

python/py-aiorpcX/Portfile

Modified
1 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 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-aiorpcX
7 -version 0.5.6
7 +version 0.7.3
8 8 categories-append devel
9 9 platforms darwin
10 10 license MIT
11 11
12 12 python.versions 36 37
13 13
14 14 maintainers {ipglider.org:miguel @ipglider} openmaintainer
15 15
16 16 description Generic async RPC implementation, including JSON-RPC.
17 17 long_description Transport, protocol and framing-independent async RPC \
18 18 client and server implementation.
19 19
20 20 homepage https://github.com/kyuupichan/aiorpcX
21 21 master_sites pypi:a/aiorpcX
22 22
23 23 distname aiorpcX-${version}
24 24
25 -checksums rmd160 34ba55dfbc53d5b00913318e6d55f183574ed4c2 \
26 - sha256 6972ef84b29674d115885465078524a4b23b454828348b3c75f75396821a32ab \
27 - size 18584
25 +checksums rmd160 7f085b8275678bcc87228ed46db76777260f5eb4 \
26 + sha256 24dd4fe2f65f743cb74c8626570470e325bb777bb66d1932e7d2965ae71d1164 \
27 + size 21968
28 28
29 29 if {${name} ne ${subport}} {
30 30 depends_build-append port:py${python.version}-setuptools
31 + depends_lib-append port:py${python.version}-attrs
31 32
32 33 livecheck.type none
33 34 } else {
34 35 livecheck.type pypi
35 36 }

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

Add shortcut