python-rebulk: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 17:18:20 +07:00
parent a91346e024
commit c1bc6f6995
3 changed files with 18 additions and 30 deletions

View file

@ -1,29 +0,0 @@
# Template file for 'python-rebulk'
pkgname=python-rebulk
version=2.0.1
revision=1
archs=noarch
wrksrc="rebulk-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python python-six"
short_desc="Define search patterns in bulk to perform advanced matching (Python2)"
maintainer="Daniel Santana <daniel@santana.tech>"
license="MIT"
homepage="https://github.com/Toilal/rebulk"
distfiles="${PYPI_SITE}/r/rebulk/rebulk-${version}.tar.gz"
checksum=320ded3cc456347d828f95e9aa5f8bab77ac01943cad024c06012069fe19690a
post_install() {
vlicense LICENSE
}
python3-rebulk_package() {
archs=noarch
depends="python3 python3-six"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

View file

@ -1 +0,0 @@
python-rebulk

View file

@ -0,0 +1,18 @@
# Template file for 'python3-rebulk'
pkgname=python3-rebulk
version=2.0.1
revision=2
wrksrc="rebulk-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-six"
short_desc="Define search patterns in bulk to perform advanced matching (Python3)"
maintainer="Daniel Santana <daniel@santana.tech>"
license="MIT"
homepage="https://github.com/Toilal/rebulk"
distfiles="${PYPI_SITE}/r/rebulk/rebulk-${version}.tar.gz"
checksum=320ded3cc456347d828f95e9aa5f8bab77ac01943cad024c06012069fe19690a
post_install() {
vlicense LICENSE
}