16 lines
575 B
Bash
16 lines
575 B
Bash
# Template file for 'python3-aiofiles'
|
|
pkgname=python3-aiofiles
|
|
version=0.6.0
|
|
revision=1
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="File support for asyncio in Python"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/Tinche/aiofiles"
|
|
changelog="https://raw.githubusercontent.com/Tinche/aiofiles/master/README.rst"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=6eab26cca53ea091d0e1730b289a5b460e665fad062caec061a8cca33566c375
|