32 lines
830 B
Bash
32 lines
830 B
Bash
# Template file for 'python-rebulk'
|
|
pkgname=python-rebulk
|
|
version=2.0.0
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="rebulk-${version}"
|
|
build_style=python-module
|
|
pycompile_module="rebulk"
|
|
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=1b0d526859ef3e8647f37c606d7ae7c32259e370b3f1519e4219a3ba72740aec
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-rebulk_package() {
|
|
archs=noarch
|
|
pycompile_module="rebulk"
|
|
depends="python3 python3-six"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|