New package: python3-aioinflux-0.9.0
This commit is contained in:
parent
d244540c10
commit
2f0aa85913
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-aioinflux/template
Normal file
20
srcpkgs/python3-aioinflux/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue