libbytesize-python3: noarch=yes, add missing pycompile_module, fix depends
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Template file for 'libbytesize'
|
||||
pkgname=libbytesize
|
||||
version=1.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="python3"
|
||||
makedepends="mpfr-devel pcre-devel"
|
||||
@@ -28,8 +28,10 @@ libbytesize-devel_package() {
|
||||
}
|
||||
|
||||
libbytesize-python3_package() {
|
||||
depends="python3 ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - python3 bindings"
|
||||
noarch=yes
|
||||
pycompile_module="bytesize"
|
||||
depends="python3-six ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - Python3 bindings"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user