void-packages/srcpkgs/python3-bitbucket-api/template

18 lines
565 B
Bash

# Template file for 'python3-bitbucket-api'
pkgname=python3-bitbucket-api
version=0.5.0
revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests-oauthlib python3-sh"
short_desc="Wrapper for BitBucket's REST API (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://github.com/Sheeprider/BitBucket-api"
distfiles="${PYPI_SITE}/b/bitbucket-api/bitbucket-api-${version}.tar.gz"
checksum=b541d9d7f234074a74214505aff1846eb21e5dd6d3915139e817d4675d34f4e3
post_install() {
vlicense LICENSE
}