mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: python3-hcloud-1.16.0
This commit is contained in:
parent
ab783484df
commit
c99310730b
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-hcloud/template
Normal file
19
srcpkgs/python3-hcloud/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue