19 lines
584 B
Bash
19 lines
584 B
Bash
# Template file for 'python3-aioinflux'
|
|
pkgname=python3-aioinflux
|
|
version=0.9.0
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-aiohttp python3-ciso8601"
|
|
checkdepends="python3-devel python3-pandas ${depends}"
|
|
short_desc="Asynchronous Python client for InfluxDB"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/gusutabopb/aioinflux"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=39554b2fe1fd99be07325ee728ba43e2f2a50af1542cc459324ffb924dad1c0a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|