mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
drop python-b2 template
This commit is contained in:
parent
216e4f8816
commit
c7e94a7c46
3 changed files with 10 additions and 11 deletions
|
@ -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
1
srcpkgs/python-b2
Symbolic link
|
@ -0,0 +1 @@
|
|||
backblaze-b2
|
|
@ -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"
|
Loading…
Add table
Reference in a new issue