17 lines
549 B
Bash
17 lines
549 B
Bash
# Template file for 'python-spambayes'
|
|
pkgname=python-spambayes
|
|
version=1.1b3
|
|
revision=1
|
|
wrksrc=${pkgname#*-}-${version}
|
|
noarch=yes
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-lockfile python-pydns"
|
|
pycompile_module="${pkgname#*-}"
|
|
short_desc="Spam classification system"
|
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
license="PSF"
|
|
homepage="http://spambayes.sourceforge.net/"
|
|
distfiles="${PYPI_SITE}/s/spambayes/spambayes-${version}.tar.gz"
|
|
checksum=188d650fa930b27f74c96233429bd48f96d304a22d401b34cde32839c81bd904
|