New package: python3-hcloud-1.16.0

This commit is contained in:
Jan Christian Grünhage 2022-03-25 10:37:33 +01:00 committed by Piraty
parent ab783484df
commit c99310730b
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'python3-hcloud'
pkgname=python3-hcloud
version=1.16.0
revision=1
wrksrc="${pkgname/python3-/}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests python3-future python3-dateutil"
checkdepends="${depends} python3-pytest-flake8 python3-isort python3-mock tox black"
short_desc="Official Hetzner Cloud python library"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/hetznercloud/hcloud-python"
distfiles="${PYPI_SITE}/h/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
checksum=c8b94557d93bcfe437f20a8176693ea4f54358b74986cc19d94ebc23f48e40cc
post_install() {
vlicense LICENSE
}