18 lines
		
	
	
		
			574 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			574 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # Template file for 'python3-async-timeout'
 | |
| pkgname=python3-async-timeout
 | |
| version=1.2.1
 | |
| revision=1
 | |
| wrksrc=async-timeout-${version}
 | |
| build_style=python3-module
 | |
| hostmakedepends="python3 python3-setuptools"
 | |
| short_desc="Timeout class compatible with asyncio"
 | |
| maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
 | |
| license="Apache-2"
 | |
| homepage="https://github.com/aio-libs/async-timeout"
 | |
| distfiles="https://github.com/aio-libs/async-timeout/archive/v${version}.tar.gz"
 | |
| checksum=840ca2fb8237faa2251ecccdd8b5180d6f9f2d92df6068e77ea823642fcc75d4
 | |
| 
 | |
| post_install() {
 | |
| 	vlicense LICENSE
 | |
| }
 | 
