drop python-b2 template

This commit is contained in:
Doan Tran Cong Danh 2019-12-07 22:13:28 +07:00 committed by Andrea Brancaleoni
parent 216e4f8816
commit c7e94a7c46
3 changed files with 10 additions and 11 deletions

View file

@ -15,6 +15,8 @@ license="MIT"
homepage="https://github.com/Backblaze/B2_Command_Line_Tool"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=2d6382b94af59dcaa44dd546252807e0364d1b61f169584829ebbf82458e7078
replaces="python-b2>=0"
provides="python-b2-${version}_${revision}"
post_install() {
# Remove test directory polluting site-packages
@ -25,3 +27,10 @@ post_install() {
vlicense LICENSE
}
python-b2_package() {
depends="backblaze-b2>=${version}_${revision}"
build_style=meta
archs=noarch
short_desc+=" - transitional package"
}

1
srcpkgs/python-b2 Symbolic link
View file

@ -0,0 +1 @@
backblaze-b2

View file

@ -1,11 +0,0 @@
# Template file for 'python-b2'
pkgname=python-b2
version=1.1.0
revision=6
archs=noarch
build_style=meta
depends="backblaze-b2>=${version}_${revision}"
short_desc="Command Line Interface for Backblaze's B2 storage service (transitional dummy package)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/Backblaze/B2_Command_Line_Tool"