From fcc5224904648a8e6eb528d7603154160a20022f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Feb 2022 01:39:05 +0000 Subject: gentoo resync : 02.02.2022 --- dev-python/pyClamd/Manifest | 1 + dev-python/pyClamd/pyClamd-0.4.0-r3.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 dev-python/pyClamd/pyClamd-0.4.0-r3.ebuild (limited to 'dev-python/pyClamd') diff --git a/dev-python/pyClamd/Manifest b/dev-python/pyClamd/Manifest index 6c2ba25c75f8..aac273b9dd8d 100644 --- a/dev-python/pyClamd/Manifest +++ b/dev-python/pyClamd/Manifest @@ -1,3 +1,4 @@ DIST pyClamd-0.4.0.tar.gz 11177 BLAKE2B cb69c9e1fec936d416a18658a2c3e9df4dc4684cf56c19e8a02ad9929b4c86d9985395c38a8f88f7053f81fe08fa3574c6a206bcc519a9494c2a61caf6b995b1 SHA512 b96e26729e0fe2600572534c0fa22a01238761589f1771e72a054dde9c1b8f122493c83ca04cffda167f7a0e44fbf309bdf76b8fe1de499ec50d56c677923bd4 EBUILD pyClamd-0.4.0-r2.ebuild 555 BLAKE2B b91b8b587934876b100b7246935018b821bbc92f192cf06923df09736f461eeb4e70f588712efbc2af445a5cf4d10fb08a0880671b9ca3d984d8ce6d64f0ded8 SHA512 17f2a820b50605dae01b3bba9a341cd1e208f1cc8c72c4532ec8f67cc92c8e4b202107da987479913c3a50cec47618dbde434476b67635a2aecae98551c232cd +EBUILD pyClamd-0.4.0-r3.ebuild 543 BLAKE2B 1b959e8120ef9dec7375f67cd2542fbeb456b79e51282eea1c8d2be785abd963f382cbf9b96b38023efd1c17a90a2018b631d854cf6c65e853e8d6214ba3457d SHA512 0b5ed04c77c8b5494d411e81174a72e0c236db5632086639c703ab4c4356222f3939ee3e8861f590565d9745d8b2be664b2663c8a1a40dab34cd272062a645da MISC metadata.xml 295 BLAKE2B cda80e8a0e2125cf0a97ab3ea3c63f588fb57afc25d1559cea145e09676c7708f2c7aa271a7cccabde61927f8a6e5e3200b6ce5b4597eb9a8065f7938fe9201a SHA512 54f6204e9620ddfa126858fd5c5ae7400245759999362f355287276df4d6a255d34322bd70e08b875bbbfceec7099b39db214008a6ea5458a74845d3a39e3952 diff --git a/dev-python/pyClamd/pyClamd-0.4.0-r3.ebuild b/dev-python/pyClamd/pyClamd-0.4.0-r3.ebuild new file mode 100644 index 000000000000..d89fe08eb48f --- /dev/null +++ b/dev-python/pyClamd/pyClamd-0.4.0-r3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,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" -- cgit v1.2.3