mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
python-spambayes: fix license
This commit is contained in:
parent
1c7873c651
commit
2a3216766e
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'python-spambayes'
|
# Template file for 'python-spambayes'
|
||||||
pkgname=python-spambayes
|
pkgname=python-spambayes
|
||||||
version=1.1b3
|
version=1.1b3
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=${pkgname#*-}-${version}
|
wrksrc=${pkgname#*-}-${version}
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-lockfile python-pydns"
|
depends="python-lockfile python-pydns"
|
||||||
short_desc="Spam classification system"
|
short_desc="Spam classification system"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="PSF"
|
license="PSF-2.0"
|
||||||
homepage="http://spambayes.sourceforge.net/"
|
homepage="http://spambayes.sourceforge.net/"
|
||||||
distfiles="${PYPI_SITE}/s/spambayes/spambayes-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/spambayes/spambayes-${version}.tar.gz"
|
||||||
checksum=188d650fa930b27f74c96233429bd48f96d304a22d401b34cde32839c81bd904
|
checksum=188d650fa930b27f74c96233429bd48f96d304a22d401b34cde32839c81bd904
|
||||||
|
|
Loading…
Add table
Reference in a new issue