From c99310730ba70197c9065681950a3c9f129c2ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 25 Mar 2022 10:37:33 +0100 Subject: [PATCH] New package: python3-hcloud-1.16.0 --- srcpkgs/python3-hcloud/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-hcloud/template diff --git a/srcpkgs/python3-hcloud/template b/srcpkgs/python3-hcloud/template new file mode 100644 index 00000000000..e0556027cb0 --- /dev/null +++ b/srcpkgs/python3-hcloud/template @@ -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 " +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 +}