blob: b8c087c65f2261967a70bb4ff18412934b2a6b18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BDEPEND=test? ( || ( ( dev-lang/python:3.12 >=dev-python/GitPython-3.1.40[python_targets_python3_12(-)] >=dev-python/pytest-7.2[python_targets_python3_12(-)] dev-python/testpath[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/GitPython-3.1.40[python_targets_python3_11(-)] >=dev-python/pytest-7.2[python_targets_python3_11(-)] dev-python/testpath[python_targets_python3_11(-)] ) ) )
DEFINED_PHASES=compile install prepare setup test
DESCRIPTION=Git utilities -- repo summary, repl, changelog population, and many more
EAPI=8
HOMEPAGE=https://github.com/tj/git-extras
INHERIT=bash-completion-r1 python-any-r1
IUSE=test
KEYWORDS=~amd64 ~arm64 ~x64-macos
LICENSE=MIT
RDEPEND=>=app-shells/bash-4.0:* dev-vcs/git
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/tj/git-extras/archive/7.2.0.tar.gz -> git-extras-7.2.0.tar.gz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 bash-completion-r1 767861f3744f589ee5291c1698b1c082 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 2fee95c11e5f883024588d4837db6802 python-any-r1 f7b9a2fa38c69a9c2a7ad8fc9283ccf7
_md5_=313d5ec25d3272cec689a140ded7188a
|