Skip to content

Commit

Permalink
bloodhound: new ebuild, and yes, it future is required
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Jan 7, 2024
1 parent b994319 commit da0dbb1
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev-python/bloodhound/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST bloodhound-1.7.2.tar.gz 69359 BLAKE2B e880be2b300d6deaf23ec12d85f46f82075dd52bd7f9d18a2c4d3856401822e907b2cde7fbabc4c68925216f97c5a0a201f6123d5df75fb0f0d33c31a3605265 SHA512 8e8257fb3abc5b72ff892cd7dac9ad60f6f54bb12f1b70030418158561c56178c92ac5f2778bcf7e32eb20944b662e7f3b62913c45b477dc01693b46b1beca24
32 changes: 32 additions & 0 deletions dev-python/bloodhound/bloodhound-1.7.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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_{10..12} )

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"

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
12 changes: 12 additions & 0 deletions dev-python/bloodhound/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">dirkjanm/bloodhound.py</remote-id>
<remote-id type="pypi">bloodhound</remote-id>
</upstream>
</pkgmetadata>
3 changes: 1 addition & 2 deletions dev-python/skel_python.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -14,7 +14,6 @@ HOMEPAGE=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"
Expand Down

0 comments on commit da0dbb1

Please sign in to comment.