blob: 52779e4f72b639c297c2210f7c4064788b133dee (
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 b5b2c146634108c3b50cf26eb05b848a python-any-r1 f7b9a2fa38c69a9c2a7ad8fc9283ccf7
_md5_=12d6c436afb88444090b03a5074dc6dd
|