Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bloodhound #2198

Merged
merged 1 commit into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-python/bloodhound/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST bloodhound-1.7.2.tar.gz 69359 BLAKE2B e880be2b300d6deaf23ec12d85f46f82075dd52bd7f9d18a2c4d3856401822e907b2cde7fbabc4c68925216f97c5a0a201f6123d5df75fb0f0d33c31a3605265 SHA512 8e8257fb3abc5b72ff892cd7dac9ad60f6f54bb12f1b70030418158561c56178c92ac5f2778bcf7e32eb20944b662e7f3b62913c45b477dc01693b46b1beca24
DIST bloodhound-1.8.0.tar.gz 71910 BLAKE2B 549c1e4bc0515a04e50aea6b54956f06446c4101a7a20287b78747b939ab4b574c7e062cb254a0d9e439d965890a2f1d9bed42d8df0bf1fc3a66770588910c81 SHA512 19f5474b5c01ff192f99549b4a37de05eaba44db379d18d5a286544c5e75ded21ca2233ce610cb7ea919d6ba5815da55f3e884bb8f8fdf03b87e38c3034a1e75
35 changes: 35 additions & 0 deletions dev-python/bloodhound/bloodhound-1.8.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )

inherit distutils-r1 pypi

DESCRIPTION="Python based ingestor for BloodHound"
HOMEPAGE="https://github.com/dirkjanm/bloodhound.py"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"

# FIXME: get rid of future, see:
# https://github.com/dirkjanm/BloodHound.py/issues/158

RDEPEND="
dev-python/dnspython[${PYTHON_USEDEP}]
>=dev-python/impacket-0.9.17[${PYTHON_USEDEP}]
dev-python/ldap3[${PYTHON_USEDEP}]
>=dev-python/pyasn1-0.4[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]
"
# www-apps/BloodHound

DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RESTRICT="test"
#distutils_enable_tests pytest
Loading