19 lines
629 B
Bash
19 lines
629 B
Bash
# Template file for 'python3-hcloud'
|
|
pkgname=python3-hcloud
|
|
version=1.32.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests python3-future python3-dateutil"
|
|
checkdepends="${depends} python3-pytest python3-mock"
|
|
short_desc="Official Hetzner Cloud python library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/hetznercloud/hcloud-python"
|
|
distfiles="${PYPI_SITE}/h/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
|
|
checksum=bd7f397c314d189f3325ee9808f9fb54539dbcf913df955b3370e8f9c3f66ff6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|