From bffeec800d813a86a7ae59ef2f6a42dedd04b004 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 27 Oct 2023 18:27:52 +0200 Subject: Rename dev-python/{cli_helpers → cli-helpers} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-db/mycli/mycli-1.26.1-r2.ebuild | 2 +- dev-db/mycli/mycli-1.27.0.ebuild | 2 +- dev-db/pgcli/pgcli-3.3.1-r2.ebuild | 2 +- dev-python/cli-helpers/Manifest | 1 + dev-python/cli-helpers/cli-helpers-2.3.0.ebuild | 35 +++++++++++++++++++++++++ dev-python/cli-helpers/cli-helpers-9999.ebuild | 30 +++++++++++++++++++++ dev-python/cli-helpers/metadata.xml | 11 ++++++++ dev-python/cli_helpers/Manifest | 1 - dev-python/cli_helpers/cli_helpers-2.3.0.ebuild | 35 ------------------------- dev-python/cli_helpers/cli_helpers-9999.ebuild | 30 --------------------- dev-python/cli_helpers/metadata.xml | 11 -------- profiles/updates/4Q-2023 | 1 + 12 files changed, 81 insertions(+), 80 deletions(-) create mode 100644 dev-python/cli-helpers/Manifest create mode 100644 dev-python/cli-helpers/cli-helpers-2.3.0.ebuild create mode 100644 dev-python/cli-helpers/cli-helpers-9999.ebuild create mode 100644 dev-python/cli-helpers/metadata.xml delete mode 100644 dev-python/cli_helpers/Manifest delete mode 100644 dev-python/cli_helpers/cli_helpers-2.3.0.ebuild delete mode 100644 dev-python/cli_helpers/cli_helpers-9999.ebuild delete mode 100644 dev-python/cli_helpers/metadata.xml diff --git a/dev-db/mycli/mycli-1.26.1-r2.ebuild b/dev-db/mycli/mycli-1.26.1-r2.ebuild index 2baddf8fd9a6..f8a2f5f6aca2 100644 --- a/dev-db/mycli/mycli-1.26.1-r2.ebuild +++ b/dev-db/mycli/mycli-1.26.1-r2.ebuild @@ -27,7 +27,7 @@ IUSE="ssh" RDEPEND=" $(python_gen_cond_dep ' - >=dev-python/cli_helpers-2.2.1[${PYTHON_USEDEP}] + >=dev-python/cli-helpers-2.2.1[${PYTHON_USEDEP}] >=dev-python/click-7.0[${PYTHON_USEDEP}] >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}] >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}] diff --git a/dev-db/mycli/mycli-1.27.0.ebuild b/dev-db/mycli/mycli-1.27.0.ebuild index 2baddf8fd9a6..f8a2f5f6aca2 100644 --- a/dev-db/mycli/mycli-1.27.0.ebuild +++ b/dev-db/mycli/mycli-1.27.0.ebuild @@ -27,7 +27,7 @@ IUSE="ssh" RDEPEND=" $(python_gen_cond_dep ' - >=dev-python/cli_helpers-2.2.1[${PYTHON_USEDEP}] + >=dev-python/cli-helpers-2.2.1[${PYTHON_USEDEP}] >=dev-python/click-7.0[${PYTHON_USEDEP}] >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}] >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}] diff --git a/dev-db/pgcli/pgcli-3.3.1-r2.ebuild b/dev-db/pgcli/pgcli-3.3.1-r2.ebuild index 65af71f16b94..13478cf57da7 100644 --- a/dev-db/pgcli/pgcli-3.3.1-r2.ebuild +++ b/dev-db/pgcli/pgcli-3.3.1-r2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="amd64 ~x86" RDEPEND=" dev-python/click[${PYTHON_USEDEP}] - >=dev-python/cli_helpers-2.2.1[${PYTHON_USEDEP}] + >=dev-python/cli-helpers-2.2.1[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] dev-python/pendulum[${PYTHON_USEDEP}] dev-python/pgspecial[${PYTHON_USEDEP}] diff --git a/dev-python/cli-helpers/Manifest b/dev-python/cli-helpers/Manifest new file mode 100644 index 000000000000..4499213caf40 --- /dev/null +++ b/dev-python/cli-helpers/Manifest @@ -0,0 +1 @@ +DIST cli_helpers-2.3.0.gh.tar.gz 34374 BLAKE2B 83978ee17aec8a02173460cf5d5c42751d4745c63a1f83c8fafdd55fcfb31e04d02a61f90db4a4fe8ba2049167306b06e1389db15230558a646589e3834745de SHA512 ee5f2adbca54c62c2f40be4c7b418760d12f331737a65bafdb8209989fc866f35d6c2ea1b9b0a12add6ed3fa576a84a2c8f62a2f3babf58706660f7d7eb8eb57 diff --git a/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild b/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild new file mode 100644 index 000000000000..9138c1963998 --- /dev/null +++ b/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild @@ -0,0 +1,35 @@ +# 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_{10..11} ) + +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-9999.ebuild b/dev-python/cli-helpers/cli-helpers-9999.ebuild new file mode 100644 index 000000000000..fa2b087f7224 --- /dev/null +++ b/dev-python/cli-helpers/cli-helpers-9999.ebuild @@ -0,0 +1,30 @@ +# 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_{10..11} ) + +inherit distutils-r1 git-r3 + +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/ +" +EGIT_REPO_URI="https://github.com/dbcli/cli_helpers.git" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="" + +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/metadata.xml b/dev-python/cli-helpers/metadata.xml new file mode 100644 index 000000000000..79ba6aa529dd --- /dev/null +++ b/dev-python/cli-helpers/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + dbcli/cli_helpers + cli-helpers + + diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest deleted file mode 100644 index 4499213caf40..000000000000 --- a/dev-python/cli_helpers/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cli_helpers-2.3.0.gh.tar.gz 34374 BLAKE2B 83978ee17aec8a02173460cf5d5c42751d4745c63a1f83c8fafdd55fcfb31e04d02a61f90db4a4fe8ba2049167306b06e1389db15230558a646589e3834745de SHA512 ee5f2adbca54c62c2f40be4c7b418760d12f331737a65bafdb8209989fc866f35d6c2ea1b9b0a12add6ed3fa576a84a2c8f62a2f3babf58706660f7d7eb8eb57 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 9138c1963998..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_{10..11} ) - -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-9999.ebuild b/dev-python/cli_helpers/cli_helpers-9999.ebuild deleted file mode 100644 index fa2b087f7224..000000000000 --- a/dev-python/cli_helpers/cli_helpers-9999.ebuild +++ /dev/null @@ -1,30 +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_{10..11} ) - -inherit distutils-r1 git-r3 - -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/ -" -EGIT_REPO_URI="https://github.com/dbcli/cli_helpers.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" - -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/metadata.xml b/dev-python/cli_helpers/metadata.xml deleted file mode 100644 index 79ba6aa529dd..000000000000 --- a/dev-python/cli_helpers/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - - - dbcli/cli_helpers - cli-helpers - - diff --git a/profiles/updates/4Q-2023 b/profiles/updates/4Q-2023 index 9fec159c850d..763a512fbee3 100644 --- a/profiles/updates/4Q-2023 +++ b/profiles/updates/4Q-2023 @@ -9,3 +9,4 @@ move media-libs/OpenImageIO media-libs/openimageio move media-libs/OpenColorIO media-libs/opencolorio move media-libs/OpenShadingLanguage media-libs/osl move dev-libs/Imath dev-libs/imath +move dev-python/cli_helpers dev-python/cli-helpers -- cgit v1.2.3-65-gdbad