summaryrefslogtreecommitdiff
path: root/dev-python/pyclamd
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-01-04 18:54:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-01-04 18:54:09 +0000
commite1e67a5d95d606250a2ca98dec076ecd6e0062d8 (patch)
tree90984b16cea88cb9f1b36e111cf808588f9e9a13 /dev-python/pyclamd
parent92629f2f4536ac235fc005fbfa176526369acbe0 (diff)
downloadbaldeagleos-repo-e1e67a5d95d606250a2ca98dec076ecd6e0062d8.tar.gz
baldeagleos-repo-e1e67a5d95d606250a2ca98dec076ecd6e0062d8.tar.xz
baldeagleos-repo-e1e67a5d95d606250a2ca98dec076ecd6e0062d8.zip
Adding metadata
Diffstat (limited to 'dev-python/pyclamd')
-rw-r--r--dev-python/pyclamd/pyclamd-0.4.0-r6.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/pyclamd/pyclamd-0.4.0-r6.ebuild b/dev-python/pyclamd/pyclamd-0.4.0-r6.ebuild
new file mode 100644
index 000000000000..b5fd8bb2ca15
--- /dev/null
+++ b/dev-python/pyclamd/pyclamd-0.4.0-r6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=pyClamd
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python interface to Clamd (ClamAV daemon)"
+HOMEPAGE="https://xael.org/pages/pyclamd-en.html"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="amd64"
+
+RDEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+# Tests need clamd running and we cannot rely on that being
+# true during build
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}/${P}-remove-obsolete-bugtrack_url.diff" )