Commits

Miguel Herranz authored and Perry E. Metzger committed b67b245ecff
py-async-timeout: update to 3.0.1
No tags

python/py-async-timeout/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-async-timeout
7 -version 3.0.0
7 +version 3.0.1
8 8 categories-append devel
9 9 platforms darwin
10 10 license Apache-2
11 11
12 12 python.versions 35 36 37
13 13
14 14 maintainers {ipglider.org:miguel @ipglider} openmaintainer
15 15
16 16 description asyncio-compatible timeout context manager.
17 17 long_description asyncio-compatible is useful in cases when you want to \
18 18 apply timeout logic around block of code or in cases when \
19 19 asyncio.wait_for() is not suitable. Also it's much faster \
20 20 than asyncio.wait_for() because timeout doesn't create a \
21 21 new task.
22 22
23 23 homepage https://github.com/aio-libs/async-timeout
24 24 master_sites pypi:a/async-timeout
25 25
26 26 distname async-timeout-${version}
27 27
28 -checksums rmd160 8948ebeadcc3a5206c04cf8642e9a539c734e766 \
29 - sha256 b3c0ddc416736619bd4a95ca31de8da6920c3b9a140c64dbef2b2fa7bf521287 \
30 - size 10803
28 +checksums rmd160 6dc15c02bc3565772a71ebcdbccc368e6c3db87b \
29 + sha256 0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f \
30 + size 9724
31 31
32 32 if {${name} ne ${subport}} {
33 - depends_build port:py${python.version}-setuptools
33 + depends_build-append port:py${python.version}-setuptools
34 +
35 + livecheck.type none
34 36 } else {
35 - livecheck.type pypi
37 + livecheck.type pypi
36 38 }

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

Add shortcut