Merge pull request #716 from necrose99/Honeypots

Honeypots ebuild template
This commit is contained in:
Anton Bolshakov 2021-04-29 08:04:43 +08:00 committed by GitHub
commit c542b70dce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 93 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST psycopg2cffi-2.8.1.tar.gz 63189 BLAKE2B 1c32f7e0eb0263a16e165753cad8dabbcd7f982157e89d86f1ed7d315f988d677b2437e041607f9a1a0a5b747758b1b0100e083a591783cc7f984d0c6ad7264b SHA512 d6e85822193621b5558acce148ed5ead8e5c19a5096e3c00a82a861af0fa0510de27af3b717e5effbc675d606c238b615f867558e89661e1437842ac8eead07d
EBUILD psycopg2cffi-2.8.1-r1.ebuild 508 BLAKE2B 15051d76d6ab59e4bbee275a5bec55af67f5011f2755cd4536790ec9ac31fa24dd49f07418913ee270c31c6915b1cf8acc78f3d4d5c3e3cee5990c1a0b4773c5 SHA512 975406c8b34164c72008a40f40c21830cbb8f5daee28997ae26141608f6447da3174c5a39d89c2ec407d429a6a2180e5d4099e69484c3e841c5a21d65148f3d9

View file

@ -0,0 +1,22 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( pypy{,3} python3_{5,6,7,9} )
inherit distutils-r1
DESCRIPTION="Implementation of the psycopg2 module using cffi. Compatible with Psycopg 2.5."
HOMEPAGE="https://github.com/chtd/psycopg2cffi"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
RESTRICT="test"

View file

@ -0,0 +1,3 @@
DIST honeypots-0.12.tar.gz 24275 BLAKE2B 936d6eb34f3f8befb73bceee310b5ce1633af05880a4fdc397e1da1490a6023f9dfc6dc00291d232971deb0f7aadaa17833590b1e156a3bc75635371d27a862d SHA512 a2869abc86fe728785320c64c0c7b1831904d9a1ccd34427c56b2b56868c69f798315320cd48c9937a3770f5a641e3142503d3240b2341a68ef2d003e3153b69
DIST honeypots-0.13.tar.gz 24739 BLAKE2B f07ed77279a5c3b8f99ffdb3a504639ee5bb30d613876191c13ffe339fb8959f7b5f798e4b105ea54b247a305423db720ff616b111e0fcfb942d5d087c515a2c SHA512 81144b38763dbbf5ed509729a4d7fa09a1a75964b5f0b8d971c80d90f01329b4704c300e7aa7e03251acfc1e6c3f792abea288e109a364dba5e4aa2f232a66aa
DIST honeypots-0.14.tar.gz 24742 BLAKE2B 9671eaffe3d3d7eef49f602a2a7f27faac58a5c2ff287aa016c0ac74d72fec15498d1ef00c12d0c1554aa064fc67bc32e60cba3e1d596736c3374b7c5cbd3202 SHA512 cd61b090d2f8951949456458bc484d06c532827363fa040e186f04666a27ea4204c3fd093299612cda959204b5f13460ce47004e92191ac287a403525a9a0045

View file

@ -0,0 +1 @@
honeypots-9999.ebuild

View file

@ -0,0 +1 @@
honeypots-9999.ebuild

View file

@ -0,0 +1 @@
honeypots-9999.ebuild

View file

@ -0,0 +1,55 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1 #eutils
DESCRIPTION="16 different honeypots 'swissarmy-knife' in a single PyPI package for monitoring network traffic"
HOMEPAGE="https://github.com/qeeqbox/honeypots"
## also has varrious python OSINT tools github.com/qeeqbox/ .....
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"
fi
LICENSE="AGPL-3.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86 ~arm ~*"
IUSE=""
RDEPEND="${PYTHON_DEPS} ${DEPEND}"
dev-python/pipenv
dev-python/twisted
dev-python/psutil
dev-python/psycopg2
dev-python/dnspython
dev-python/requests[socks]
dev-python/impacket
dev-python/paramiko
dev-python/redis-py
dev-python/mysql-connector-python
dev-python/pycryptodome
dev-python/vncdotool
dev-python/service_identity
dev-python/PySocks
dev-python/pygments
DEPEND="|| ( dev-python/psycopg dev-python/psycopg2cffi )"
# 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.
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
S="${WORKDIR}/${PN}-${MY_PV}"
einfo "https://pypi.org/project/honeypots/ https://github.com/qeeqbox/honeypots for wiki/directions"

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
</pkgmetadata>