dev-python/bc-detect-secrets - 1.5.45 (pypi)

Search

Package Information

Description:
Tool for detecting secrets in the codebase
Homepage:
https://github.com/bridgecrewio/detect-secrets
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.5.45 8 ~amd64 ~x86 0
View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Tool for detecting secrets in the codebase"

HOMEPAGE="https://github.com/bridgecrewio/detect-secrets"
LICENSE="Apache-2.0"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="gibberish word-list"
DEPENDENCIES="dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/unidiff[${PYTHON_USEDEP}]
	gibberish? ( dev-python/gibberish-detector[${PYTHON_USEDEP}] )
	word-list? ( dev-python/pyahocorasick[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"

USE Flags

Dependencies

RDEPEND

dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/unidiff[${PYTHON_USEDEP}]
	gibberish? ( dev-python/gibberish-detector[${PYTHON_USEDEP}] )
	word-list? ( dev-python/pyahocorasick[${PYTHON_USEDEP}] )

BDEPEND

dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/unidiff[${PYTHON_USEDEP}]
	gibberish? ( dev-python/gibberish-detector[${PYTHON_USEDEP}] )
	word-list? ( dev-python/pyahocorasick[${PYTHON_USEDEP}] )