20 lines
692 B
Bash
20 lines
692 B
Bash
# Template file for 'python3-hcloud'
|
|
pkgname=python3-hcloud
|
|
version=1.17.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 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=f8142e0438be277c6fa1ddee13aecd5da152b48c6dec7fd4970def1b5dc219e2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|