Diff cli_helpers-2.3.0 with a cli_helpers-9999
/usr/portage/dev-python/cli_helpers/cli_helpers-9999.ebuild 2023-10-09 14:52:30.264368370 +0300 | ||
---|---|---|
6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
7 | 7 |
PYTHON_COMPAT=( python3_{9..11} ) |
8 | 8 | |
9 |
inherit distutils-r1 |
|
9 |
inherit distutils-r1 git-r3 |
|
10 | 10 | |
11 | 11 |
DESCRIPTION="Python helpers for common CLI tasks" |
12 | 12 |
HOMEPAGE=" |
... | ... | |
14 | 14 |
https://github.com/dbcli/cli_helpers/ |
15 | 15 |
https://pypi.org/project/cli-helpers/ |
16 | 16 |
" |
17 |
SRC_URI=" |
|
18 |
https://github.com/dbcli/cli_helpers/archive/v${PV}.tar.gz |
|
19 |
-> ${P}.gh.tar.gz |
|
20 |
" |
|
17 |
EGIT_REPO_URI="https://github.com/dbcli/${PN}.git" |
|
21 | 18 | |
22 | 19 |
LICENSE="BSD" |
23 | 20 |
SLOT="0" |
24 |
KEYWORDS="amd64 ~arm64 x86" |
|
21 |
KEYWORDS="" |
|
25 | 22 | |
26 | 23 |
RDEPEND=" |
27 | 24 |
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}] |