17 lines
549 B
Bash
17 lines
549 B
Bash
# Template file for 'python-spambayes'
|
|
pkgname=python-spambayes
|
|
version=1.1b2
|
|
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=8d186d1e7a67de88941f27e0cfcfb4e88fffd7706f51e9181a5bcdaa1b6f8294
|