python-spambayes: use pycompile_module.
This commit is contained in:
parent
3bb3c4076d
commit
620499d11c
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'python-spambayes'
|
||||
pkgname=python-spambayes
|
||||
version=1.1b1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=${pkgname#*-}-${version}
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python"
|
||||
pycompile_module="${pkgname#*-}"
|
||||
short_desc="Spam classification system"
|
||||
maintainer="Duncaen <mail@duncano.de>"
|
||||
license="PSF"
|
||||
|
|
Loading…
Reference in New Issue