python-bitbucket-api: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 16:59:02 +07:00
parent 67822ff7b2
commit bb991bf484
3 changed files with 18 additions and 32 deletions

View file

@ -1,31 +0,0 @@
# Template file for 'python-bitbucket-api'
pkgname=python-bitbucket-api
version=0.5.0
revision=4
archs=noarch
wrksrc="bitbucket-api-${version}"
build_style=python-module
pycompile_module="bitbucket"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-requests-oauthlib python-sh"
short_desc="Wrapper for BitBucket's REST API (Python2)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
homepage="https://github.com/Sheeprider/BitBucket-api"
license="ISC"
distfiles="${PYPI_SITE}/b/bitbucket-api/bitbucket-api-${version}.tar.gz"
checksum=b541d9d7f234074a74214505aff1846eb21e5dd6d3915139e817d4675d34f4e3
post_install() {
vlicense LICENSE
}
python3-bitbucket-api_package() {
archs=noarch
depends="python3-requests-oauthlib python3-sh"
pycompile_module="bitbucket"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vlicense LICENSE
vmove usr/lib/python3*
}
}

View file

@ -1 +0,0 @@
python-bitbucket-api

View file

@ -0,0 +1,18 @@
# Template file for 'python3-bitbucket-api'
pkgname=python3-bitbucket-api
version=0.5.0
revision=5
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
}