From 02acfb62f69bd05709f86291b76a18b81ead571d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 11 Oct 2016 19:45:10 +0200 Subject: [PATCH] dev-python/pyzor: initial import --- .../dev-python/pyzor/pyzor-1.0.0.exheres-0 | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 packages/dev-python/pyzor/pyzor-1.0.0.exheres-0 diff --git a/packages/dev-python/pyzor/pyzor-1.0.0.exheres-0 b/packages/dev-python/pyzor/pyzor-1.0.0.exheres-0 new file mode 100644 index 0000000..0685c65 --- /dev/null +++ b/packages/dev-python/pyzor/pyzor-1.0.0.exheres-0 @@ -0,0 +1,28 @@ +# Copyright 2016 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require github [ user='SpamExperts' tag="release-${PV//./-}" ] +require setup-py [ import=setuptools blacklist=3 has_bin=true has_lib=true work="${PN}-release-${PV//./-}" ] + +SUMMARY="A distributed, collaborative spam detection and filtering network" + +LICENCES="GPL-2" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + suggestion: + dev-python/mysql-python[python_abis:*(-)?] [[ description = [ MySQL support when running the pyzor server ] ]] + dev-python/redis[python_abis:*(-)?] [[ description = [ Redis support when running the pyzor server ] ]] + test: + dev-python/mock[python_abis:*(-)?] + dev-python/redis[python_abis:*(-)?] +" + +BUGS_TO="hasufell@posteo.de" + +setup-py_test_one_multibuild() { + PYTHONPATH=. "${PYTHON}" ./tests/unit/__init__.py || die +} +