diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-24 22:06:56 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-24 22:06:56 +0000 |
| commit | 0261dc041f71d8689e262bb297ddd2394c8e49e5 (patch) | |
| tree | 7a7a696ffe8d777d8ffbc46a296b942c26161332 /dev-python/cli-helpers | |
| parent | 4b10c4427684b9ac52f7eb01e53d21540edf47b5 (diff) | |
| download | baldeagleos-repo-0261dc041f71d8689e262bb297ddd2394c8e49e5.tar.gz baldeagleos-repo-0261dc041f71d8689e262bb297ddd2394c8e49e5.tar.xz baldeagleos-repo-0261dc041f71d8689e262bb297ddd2394c8e49e5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/cli-helpers')
| -rw-r--r-- | dev-python/cli-helpers/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/cli-helpers/cli-helpers-2.3.0.ebuild | 35 | ||||
| -rw-r--r-- | dev-python/cli-helpers/cli-helpers-2.3.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/cli-helpers/metadata.xml | 1 |
4 files changed, 2 insertions, 37 deletions
diff --git a/dev-python/cli-helpers/Manifest b/dev-python/cli-helpers/Manifest index e9b8a9ec5562..0a477f86c822 100644 --- a/dev-python/cli-helpers/Manifest +++ b/dev-python/cli-helpers/Manifest @@ -1,2 +1 @@ -DIST cli_helpers-2.3.0.gh.tar.gz 34374 BLAKE2B 83978ee17aec8a02173460cf5d5c42751d4745c63a1f83c8fafdd55fcfb31e04d02a61f90db4a4fe8ba2049167306b06e1389db15230558a646589e3834745de SHA512 ee5f2adbca54c62c2f40be4c7b418760d12f331737a65bafdb8209989fc866f35d6c2ea1b9b0a12add6ed3fa576a84a2c8f62a2f3babf58706660f7d7eb8eb57 DIST cli_helpers-2.3.1.gh.tar.gz 34372 BLAKE2B 00cafd4d704e2aa8ac68d372505adffd0d6b42b03dcc320c858e2085eb32a11112e0819cbabc4eddd1e8e9f11cb101bb8fc9b87f49c3b7fec289acfca792bb22 SHA512 ea2449f7d8b87da62a6a2bc8a10eb726a927b0cf62431016125aa30a6f7bcbee3b396364a78f749cb22c86427ca8fc7e46aaac19ea0f93ef6dee661653c2f5c0 diff --git a/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild b/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild deleted file mode 100644 index 05268863954b..000000000000 --- a/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 - -MY_P=cli_helpers-${PV} -DESCRIPTION="Python helpers for common CLI tasks" -HOMEPAGE=" - https://cli-helpers.rtfd.io/ - https://github.com/dbcli/cli_helpers/ - https://pypi.org/project/cli-helpers/ -" -SRC_URI=" - https://github.com/dbcli/cli_helpers/archive/v${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND=" - >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}] - >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}] - >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild b/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild index 3b297d255145..5a552c0ef1c0 100644 --- a/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild +++ b/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild @@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" RDEPEND=" >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}] diff --git a/dev-python/cli-helpers/metadata.xml b/dev-python/cli-helpers/metadata.xml index 7ad11570cc7d..a0d4c5913ba0 100644 --- a/dev-python/cli-helpers/metadata.xml +++ b/dev-python/cli-helpers/metadata.xml @@ -6,4 +6,5 @@ </maintainer> <origin>gentoo-staging</origin> + <stabilize-allarches/> </pkgmetadata>
\ No newline at end of file |
