From acbfeb4b598dd02d6d81f0815ff233a095d934ac Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Thu, 26 Sep 2024 09:26:31 +0800 Subject: [PATCH] honeypots-0.66.ebuild --- net-analyzer/honeypots/Manifest | 2 +- .../{honeypots-0.65-r1.ebuild => honeypots-0.66.ebuild} | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) rename net-analyzer/honeypots/{honeypots-0.65-r1.ebuild => honeypots-0.66.ebuild} (85%) diff --git a/net-analyzer/honeypots/Manifest b/net-analyzer/honeypots/Manifest index 42e50daa0..a8f6948a8 100644 --- a/net-analyzer/honeypots/Manifest +++ b/net-analyzer/honeypots/Manifest @@ -1 +1 @@ -DIST honeypots-0.65.tar.gz 76312 BLAKE2B 2822312daf53b61504fccaacefca33893a959a974a834f05bd165ccd85cbdb568baac0e25646649820df8a4d329d37124407c3164c46de7828be2b400fb48046 SHA512 f3362e07a4b73b4e6335840041c9212424c1b29c250a1e28fbf502f41e2a50637a905da38913271e82189aad46666630696690b8efcb927dacab51ce1fd7f56a +DIST honeypots-0.66.tar.gz 70437 BLAKE2B 5352734f32a556b635be95c6404954127f452acf362f10f8450e603434024c8eb764ca18bab25f01bd5384522193a1560f8f154d72ed73fe82dc19e7e753273d SHA512 fe2855a6de229de0324d50ccadab4fbe3456bc8fd7556d4eeb7ab907122a6a21fc35d42f63a8ba51a250a62692688c28da3706d6adcf97f70e670a32e60da783 diff --git a/net-analyzer/honeypots/honeypots-0.65-r1.ebuild b/net-analyzer/honeypots/honeypots-0.66.ebuild similarity index 85% rename from net-analyzer/honeypots/honeypots-0.65-r1.ebuild rename to net-analyzer/honeypots/honeypots-0.66.ebuild index 2c77ce386..103de63d1 100644 --- a/net-analyzer/honeypots/honeypots-0.65-r1.ebuild +++ b/net-analyzer/honeypots/honeypots-0.66.ebuild @@ -4,8 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -# broken with 3.12, see https://github.com/qeeqbox/honeypots/issues/68 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi @@ -14,14 +13,13 @@ HOMEPAGE="https://github.com/qeeqbox/honeypots" LICENSE="AGPL-3" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="socks5 +python_targets_python3_11" +IUSE="socks5" RESTRICT="test" RDEPEND=" dev-python/twisted[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] - dev-python/psycopg:2[${PYTHON_USEDEP}] dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] socks5? ( dev-python/requests[socks5] )