python-bitbucket-api: drop package
This commit is contained in:
parent
67822ff7b2
commit
bb991bf484
3 changed files with 18 additions and 32 deletions
|
@ -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*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-bitbucket-api
|
18
srcpkgs/python3-bitbucket-api/template
Normal file
18
srcpkgs/python3-bitbucket-api/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue