19 lines
609 B
Bash
19 lines
609 B
Bash
# Template file for 'python3-bitbucket-api'
|
|
pkgname=python3-bitbucket-api
|
|
version=0.5.0
|
|
revision=6
|
|
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="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
|
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
|
|
}
|