diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-28 06:56:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-28 07:19:52 +0200 |
commit | aa1409e06bb4ec6a840f75ad2c0a7da796617916 (patch) | |
tree | aebaaece4beefa8a623337dd293c66c948bc5606 /dev-python/pyClamd | |
parent | dev-python/jellyfish: Bump to 0.11.0 (diff) | |
download | gentoo-aa1409e06bb4ec6a840f75ad2c0a7da796617916.tar.gz gentoo-aa1409e06bb4ec6a840f75ad2c0a7da796617916.tar.bz2 gentoo-aa1409e06bb4ec6a840f75ad2c0a7da796617916.zip |
dev-python/pyClamd: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyClamd')
-rw-r--r-- | dev-python/pyClamd/pyClamd-0.4.0-r3.ebuild | 24 |
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" |