diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-19 17:52:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-19 17:52:15 +0100 |
commit | 3f5833e5a3aac123d67b1d954935e6b53374ebe9 (patch) | |
tree | 6019caec8c2a9cd846533895d04560e568184466 /dev-python/cli_helpers | |
parent | dev-python/icalendar: Remove old (diff) | |
download | gentoo-3f5833e5a3aac123d67b1d954935e6b53374ebe9.tar.gz gentoo-3f5833e5a3aac123d67b1d954935e6b53374ebe9.tar.bz2 gentoo-3f5833e5a3aac123d67b1d954935e6b53374ebe9.zip |
dev-python/cli_helpers: Sync the live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cli_helpers')
-rw-r--r-- | dev-python/cli_helpers/cli_helpers-9999.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/cli_helpers/cli_helpers-9999.ebuild b/dev-python/cli_helpers/cli_helpers-9999.ebuild index bd04a525c0a0..2ce70d69e282 100644 --- a/dev-python/cli_helpers/cli_helpers-9999.ebuild +++ b/dev-python/cli_helpers/cli_helpers-9999.ebuild @@ -3,13 +3,18 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..11} ) -EGIT_REPO_URI="https://github.com/dbcli/${PN}.git" + inherit distutils-r1 git-r3 DESCRIPTION="Python helpers for common CLI tasks" -HOMEPAGE="https://cli-helpers.rtfd.io/" -SRC_URI="" +HOMEPAGE=" + https://cli-helpers.rtfd.io/ + https://github.com/dbcli/cli_helpers/ + https://pypi.org/project/cli-helpers/ +" +EGIT_REPO_URI="https://github.com/dbcli/${PN}.git" LICENSE="BSD" SLOT="0" |