diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-20 10:50:27 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-20 10:50:27 +0000 |
| commit | 5d64687a46bb4b74f5c8cda59376b2f35524c8a3 (patch) | |
| tree | 25a1e35667ed521a1511ee993352d43077dafa95 /dev-python/cli_helpers/cli_helpers-9999.ebuild | |
| parent | f94ff7b18f0b281cf5109b87ea78e7e789f185ab (diff) | |
| download | baldeagleos-repo-5d64687a46bb4b74f5c8cda59376b2f35524c8a3.tar.gz baldeagleos-repo-5d64687a46bb4b74f5c8cda59376b2f35524c8a3.tar.xz baldeagleos-repo-5d64687a46bb4b74f5c8cda59376b2f35524c8a3.zip | |
Adding metadata
Diffstat (limited to 'dev-python/cli_helpers/cli_helpers-9999.ebuild')
| -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 cda88b226dc7..d1cc66b56667 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_{7,8,9,10,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" |
