honeypots-0.65.ebuild

This commit is contained in:
Anton Bolshakov 2024-02-26 22:26:40 +08:00
parent a35ff5a698
commit 49425815ab
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 28 additions and 19 deletions

View file

@ -1 +1 @@
DIST honeypots-0.14.tar.gz 24742 BLAKE2B 9671eaffe3d3d7eef49f602a2a7f27faac58a5c2ff287aa016c0ac74d72fec15498d1ef00c12d0c1554aa064fc67bc32e60cba3e1d596736c3374b7c5cbd3202 SHA512 cd61b090d2f8951949456458bc484d06c532827363fa040e186f04666a27ea4204c3fd093299612cda959204b5f13460ce47004e92191ac287a403525a9a0045
DIST honeypots-0.65.tar.gz 76312 BLAKE2B 2822312daf53b61504fccaacefca33893a959a974a834f05bd165ccd85cbdb568baac0e25646649820df8a4d329d37124407c3164c46de7828be2b400fb48046 SHA512 f3362e07a4b73b4e6335840041c9212424c1b29c250a1e28fbf502f41e2a50637a905da38913271e82189aad46666630696690b8efcb927dacab51ce1fd7f56a

View file

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DISTUTILS_USE_SETUPTOOLS=rdepend
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
@ -15,32 +15,37 @@ if [ "${PV#9999}" != "${PV}" ] ; then
SCM="git-r3"
EGIT_REPO_URI=="https://github.com/qeeqbox/honeypots.git"
else
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
#untested and broken. Do not use
#KEYWORDS="amd64 ~arm64 ~x86 ~arm ~*"
inherit pypi
KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="AGPL-3"
SLOT="0"
IUSE=""
RESTRICT="test"
RDEPEND="
dev-python/twisted[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/dnspython[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
( dev-python/psycopg[${PYTHON_USEDEP}] dev-python/psycopg2cffi[${PYTHON_USEDEP}] )
dev-python/pycryptodome[${PYTHON_USEDEP}]
dev-python/requests[socks5,${PYTHON_USEDEP}]
dev-python/impacket[${PYTHON_USEDEP}]
dev-python/paramiko[${PYTHON_USEDEP}]
dev-python/redis-py[${PYTHON_USEDEP}]
dev-python/mysql-connector-python[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]
dev-python/vncdotool[${PYTHON_USEDEP}]
net-analyzer/scapy[${PYTHON_USEDEP}]
dev-python/service-identity[${PYTHON_USEDEP}]
dev-python/PySocks[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
( dev-python/psycopg[${PYTHON_USEDEP}] dev-python/psycopg2cffi[${PYTHON_USEDEP}] )"
dev-python/netifaces[${PYTHON_USEDEP}]
"
# dev, optional:
# dev-python/dnspython[${PYTHON_USEDEP}]
# dev-python/redis-py[${PYTHON_USEDEP}]
# dev-python/mysql-connector-python[${PYTHON_USEDEP}]
# dev-python/vncdotool[${PYTHON_USEDEP}]
# dev-python/PySocks[${PYTHON_USEDEP}]
# dev-python/pygments[${PYTHON_USEDEP}]
#"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# dev-python/psycopg in gentoo / psycopg2cffi rappid c++ extensions either should run.
# dev-python/psycopg2cffi::tgbugs-overlay , implementation of the psycopg2 module using cffi. Compatible with Psycopg 2.5.
# dev-python/psycopg in gentoo / psycopg2cffi rappid c++ extensions either should run.
# dev-python/psycopg2cffi::tgbugs-overlay , implementation of the psycopg2 module using cffi.
# Compatible with Psycopg 2.5.

View file

@ -5,4 +5,8 @@
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">qeeqbox/honeypots</remote-id>
<remote-id type="pypi">honeypots</remote-id>
</upstream>
</pkgmetadata>