19 lines
651 B
Bash
19 lines
651 B
Bash
# Template file for 'python3-hcloud'
|
|
pkgname=python3-hcloud
|
|
version=1.18.2
|
|
revision=2
|
|
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="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=37bd5ba56387e3c491c5babd3e08ab91d5f0390cd5e880e4dfea19e21681bc9e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|