summaryrefslogtreecommitdiff
path: root/dev-python/pyzor
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-06 23:13:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-06 23:13:57 +0000
commita8b0d35ab742f31538d515dea39716e566d533c0 (patch)
tree40c6c87a13f0e5ef1111ed1bdd9191f3bd1c1e59 /dev-python/pyzor
parent8fcdcec5fbdd0e3a77391e4f354218014f59f358 (diff)
gentoo resync : 06.01.2018
Diffstat (limited to 'dev-python/pyzor')
-rw-r--r--dev-python/pyzor/Manifest2
-rw-r--r--dev-python/pyzor/pyzor-0.7.0.ebuild56
2 files changed, 0 insertions, 58 deletions
diff --git a/dev-python/pyzor/Manifest b/dev-python/pyzor/Manifest
index 735d299c1c26..546ae5496e5e 100644
--- a/dev-python/pyzor/Manifest
+++ b/dev-python/pyzor/Manifest
@@ -1,5 +1,3 @@
-DIST pyzor-0.7.0.tar.bz2 78555 BLAKE2B 1083a459c17e220932da95b1eb9509aa6463a6335457ee7db0adeb7756f4fd31ed6e58c7e2828df7997fb48994a5dcda2d0354b59ae5714e7c90d2d2b18808b6 SHA512 40026fc0276b4cf60fe7dfe30e2d4d4d1f220cf860b8aaef9d983e632a7d87bc8deb3430ded7520a69269ef56550117735a6e3c8d046d4cad7066f8597ead3cd
DIST pyzor-1.0.0.tar.gz 126276 BLAKE2B c60f26c53bf118c88dacbc49ddd414473748af1868b383a9c937ecf3cfe426ecdd60f64388fe7e555bd4641ef445769600e40879279dd544ef9ea32bd0dab6b9 SHA512 b3fb8b2c5261e187a2ab3a5a3b12d221df7de08766c6bb2ad9990c0f23517534871ecc9d5ad529e79b0d0aef8b2b800728320c57435a8c0d8c3f80a4ba0f7e4a
-EBUILD pyzor-0.7.0.ebuild 1570 BLAKE2B faa9854060ac29fc4cf1636854fd0fd1e34ea7a5123e66407d4361799f4e074270559520d613579cb60bb182e13cf87f771c614ed4160dc20f456a74ee7db590 SHA512 c57af2dfe4662323575d9a992c1d5b385566bd5e7b03b3dc9a3d534b992f93effc991f6b7430eabfb518bc7eaeabb9018b1c6183501a69a948ca3a63c00377fd
EBUILD pyzor-1.0.0.ebuild 1797 BLAKE2B 9e3cd862816d96ecb273cd796271c27ac74d95ddaa31f572b450528c52275af3ac396f1e6d8c58e7542a3116a3436e37e9543374d8db74a78eac49a2ad146e41 SHA512 08044189249d9c0530d5007424b9ec6e9a5b92f3ef518c80e41779612ae00195cfddaf54406c8ac667bfc7ba4e1424391a7c58bfaac98d6377730f94119f25a1
MISC metadata.xml 637 BLAKE2B 054e473895702d6518b728122bb1aef32478886fcc0bbdf7fbb1cb1ec1c4bbcee50bcb7dc9802fb07b10ccc8c7b4d620c828eea7827ee72209716673fa0f6646 SHA512 067c5454713ea8fd1d14378537f65eec5c1c58b0b73a05a9a401b6e80afc46050e5f2020cfefff5d5925140f5b02128f44f179480066f8f325efd61b049899a2
diff --git a/dev-python/pyzor/pyzor-0.7.0.ebuild b/dev-python/pyzor/pyzor-0.7.0.ebuild
deleted file mode 100644
index e1057b928862..000000000000
--- a/dev-python/pyzor/pyzor-0.7.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-PYHON_REQ_USE="gdbm"
-
-inherit distutils-r1
-
-DESCRIPTION="A distributed, collaborative spam detection and filtering network"
-HOMEPAGE="http://pyzor.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="mysql pyzord redis test"
-
-RDEPEND="mysql? ( $(python_gen_cond_dep '>=dev-python/mysql-python-1.2.5[${PYTHON_USEDEP}]' python2_7) )
- redis? ( ~dev-python/redis-py-2.9.1[${PYTHON_USEDEP}] )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# https://sourceforge.net/apps/trac/pyzor/attachment/ticket/196/
-DISTUTILS_IN_SOURCE_BUILD=1
-
-REQUIRED_USE="test? ( mysql redis )"
-
-python_test() {
- # https://sourceforge.net/apps/trac/pyzor/ticket/196
- # In this ticket it clearly states the suite is written for py2
- # While it's feasible to make it into a py3 ready state, nah
- if ! python_is_python3; then
- PYTHONPATH=. "${PYTHON}" ./tests/unit/__init__.py
- fi
-}
-
-src_install () {
- distutils-r1_src_install
-
- if use pyzord; then
- dodir /usr/sbin
- mv "${ED}"usr/bin/pyzord* "${ED}usr/sbin"
- else
- rm "${ED}"usr/bin/pyzord*
- fi
-}
-
-pkg_postinst() {
- if use pyzord; then
- ewarn "/usr/bin/pyzord has been moved to /usr/sbin"
- fi
-
- einfo "If you want to run the pyzor server you will need to emerge / re-emerge"
- einfo "with use flag mysql and or redis. Without either flag provides only the pyzor client"
-}