New package: python3-aioinflux-0.9.0

This commit is contained in:
Andrew J. Hesford 2020-05-23 22:24:37 -04:00 committed by Piraty
parent d244540c10
commit 2f0aa85913

View file

@ -0,0 +1,20 @@
# Template file for 'python3-aioinflux'
pkgname=python3-aioinflux
version=0.9.0
revision=1
archs=noarch
wrksrc="${pkgname#*-}-${version}"
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
}