vp-build/srcpkgs/python3-aioinflux/template

20 lines
618 B
Bash

# Template file for 'python3-aioinflux'
pkgname=python3-aioinflux
version=0.9.0
revision=3
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
}