summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-28 06:56:43 +0200
committerMichał Górny <mgorny@gentoo.org>2023-03-28 07:19:52 +0200
commitaa1409e06bb4ec6a840f75ad2c0a7da796617916 (patch)
treeaebaaece4beefa8a623337dd293c66c948bc5606
parentdev-python/jellyfish: Bump to 0.11.0 (diff)
downloadgentoo-aa1409e06bb4ec6a840f75ad2c0a7da796617916.tar.gz
gentoo-aa1409e06bb4ec6a840f75ad2c0a7da796617916.tar.bz2
gentoo-aa1409e06bb4ec6a840f75ad2c0a7da796617916.zip
dev-python/pyClamd: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pyClamd/pyClamd-0.4.0-r3.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/pyClamd/pyClamd-0.4.0-r3.ebuild b/dev-python/pyClamd/pyClamd-0.4.0-r3.ebuild
deleted file mode 100644
index 6ceb06bad64c..000000000000
--- a/dev-python/pyClamd/pyClamd-0.4.0-r3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10} )
-
-inherit distutils-r1
-
-DESCRIPTION="python interface to Clamd (Clamav daemon)"
-HOMEPAGE="https://xael.org/pages/pyclamd-en.html"
-SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-# Tests need clamd running and we cannot rely on that being
-# true during build
-RESTRICT="test"