void-packages/srcpkgs/python3-bitbucket-api/template
Jan Christian Grünhage beb9ec7230 scrpkgs/: orphan Joseph LaFreniere's packages
This includes:
 - python3-GitPython
 - python3-ansible-lint
 - python3-ansicolor
 - python3-bitbucket-api
 - python3-gitdb
 - python3-github3
 - python3-gitlab
 - python3-gogs-client
 - python3-ndg_httpsclient
 - python3-progress
 - python3-proselint
 - python3-smmap
 - python3-vint
 - python3-voluptuous
 - python3-yamllint
 - tokei
2021-10-14 18:34:56 +02:00

19 lines
599 B
Bash

# Template file for 'python3-bitbucket-api'
pkgname=python3-bitbucket-api
version=0.5.0
revision=7
wrksrc="bitbucket-api-${version}"
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
}