mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
honeypots-0.66.ebuild
This commit is contained in:
parent
4cc25f8b5a
commit
acbfeb4b59
2 changed files with 3 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
DIST honeypots-0.65.tar.gz 76312 BLAKE2B 2822312daf53b61504fccaacefca33893a959a974a834f05bd165ccd85cbdb568baac0e25646649820df8a4d329d37124407c3164c46de7828be2b400fb48046 SHA512 f3362e07a4b73b4e6335840041c9212424c1b29c250a1e28fbf502f41e2a50637a905da38913271e82189aad46666630696690b8efcb927dacab51ce1fd7f56a
|
||||
DIST honeypots-0.66.tar.gz 70437 BLAKE2B 5352734f32a556b635be95c6404954127f452acf362f10f8450e603434024c8eb764ca18bab25f01bd5384522193a1560f8f154d72ed73fe82dc19e7e753273d SHA512 fe2855a6de229de0324d50ccadab4fbe3456bc8fd7556d4eeb7ab907122a6a21fc35d42f63a8ba51a250a62692688c28da3706d6adcf97f70e670a32e60da783
|
||||
|
|
|
|||
|
|
@ -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] )
|
||||
Loading…
Reference in a new issue