[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2023-10-27 Thread Michał Górny
commit: afcea614e227c0c27404717d1a1c996597ec73f9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 27 16:25:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 27 16:25:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcea614

dev-python/cli_helpers: Prepare for rename

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/cli_helpers-2.3.0.ebuild | 6 --
 dev-python/cli_helpers/cli_helpers-.ebuild  | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/cli_helpers/cli_helpers-2.3.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.3.0.ebuild
index adb61452afbf..9138c1963998 100644
--- a/dev-python/cli_helpers/cli_helpers-2.3.0.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.3.0.ebuild
@@ -4,10 +4,11 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+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/
@@ -16,8 +17,9 @@ HOMEPAGE="
 "
 SRC_URI="
https://github.com/dbcli/cli_helpers/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
+   -> ${MY_P}.gh.tar.gz
 "
+S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
index 320ae429076d..fa2b087f7224 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 git-r3
 
@@ -14,7 +14,7 @@ HOMEPAGE="
https://github.com/dbcli/cli_helpers/
https://pypi.org/project/cli-helpers/
 "
-EGIT_REPO_URI="https://github.com/dbcli/${PN}.git;
+EGIT_REPO_URI="https://github.com/dbcli/cli_helpers.git;
 
 LICENSE="BSD"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2023-07-30 Thread Sam James
commit: 17fdeff697ad2bae7b8dd54577b6a2d3fc4efbbc
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 30 17:09:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 30 17:09:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17fdeff6

dev-python/cli_helpers: Keyword 2.3.0 arm64, #911420

Signed-off-by: Sam James  gentoo.org>

 dev-python/cli_helpers/cli_helpers-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cli_helpers/cli_helpers-2.3.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.3.0.ebuild
index 73bbfd5a2e0f..adb61452afbf 100644
--- a/dev-python/cli_helpers/cli_helpers-2.3.0.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.3.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2022-11-19 Thread Michał Górny
commit: 3f5833e5a3aac123d67b1d954935e6b53374ebe9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 19 16:52:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 19 16:52:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5833e5

dev-python/cli_helpers: Sync the live ebuild

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/cli_helpers-.ebuild | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
index bd04a525c0a0..2ce70d69e282 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-.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"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2022-11-19 Thread Michał Górny
commit: 91c53a99d7b2bb7c625d01dfb9dd07e4eb941eb1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 19 16:49:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 19 16:49:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c53a99

dev-python/cli_helpers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/Manifest |  1 -
 dev-python/cli_helpers/cli_helpers-2.2.1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index e513e0c73eea..4499213caf40 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1,2 +1 @@
-DIST cli_helpers-2.2.1.tar.gz 34199 BLAKE2B 
5fb5217321d92cd6c774337bdf444ad2a6120accfe32da08642a880a60f1bdb4c71f12657bd17c30f7b3f212216fad027ac9c786367563e01d58c54c15bf67b5
 SHA512 
4b4a8c3ab61ceeaa1986e5d9943b10351ff1b3339294a78ed740bff3bd555cace723e637d6627e26b832370583989aa2b0782f57949af2c1d504f93caceda2d8
 DIST cli_helpers-2.3.0.gh.tar.gz 34374 BLAKE2B 
83978ee17aec8a02173460cf5d5c42751d4745c63a1f83c8fafdd55fcfb31e04d02a61f90db4a4fe8ba2049167306b06e1389db15230558a646589e3834745de
 SHA512 
ee5f2adbca54c62c2f40be4c7b418760d12f331737a65bafdb8209989fc866f35d6c2ea1b9b0a12add6ed3fa576a84a2c8f62a2f3babf58706660f7d7eb8eb57

diff --git a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
deleted file mode 100644
index c39af3248f56..
--- a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="Python helpers for common CLI tasks"
-HOMEPAGE="https://cli-helpers.rtfd.io/;
-SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2022-10-13 Thread Michał Górny
commit: 7c549e2fe319b8457386d01cae697ea480399199
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 13 16:52:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 13 17:09:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c549e2f

dev-python/cli_helpers: Bump to 2.3.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/Manifest |  1 +
 dev-python/cli_helpers/cli_helpers-2.3.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index ab8aa22985b7..e513e0c73eea 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1 +1,2 @@
 DIST cli_helpers-2.2.1.tar.gz 34199 BLAKE2B 
5fb5217321d92cd6c774337bdf444ad2a6120accfe32da08642a880a60f1bdb4c71f12657bd17c30f7b3f212216fad027ac9c786367563e01d58c54c15bf67b5
 SHA512 
4b4a8c3ab61ceeaa1986e5d9943b10351ff1b3339294a78ed740bff3bd555cace723e637d6627e26b832370583989aa2b0782f57949af2c1d504f93caceda2d8
+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 ..f9592c921866
--- /dev/null
+++ b/dev-python/cli_helpers/cli_helpers-2.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+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
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~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



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2022-05-25 Thread Arthur Zamarin
commit: 05dc15665160ae3a91d70ea88b2c5f78bc5360f0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed May 25 17:55:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed May 25 18:01:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05dc1566

dev-python/cli_helpers: enable py3.11

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/cli_helpers/cli_helpers-2.2.1.ebuild | 2 +-
 dev-python/cli_helpers/cli_helpers-.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
index a5802f74b68d..c39af3248f56 100644
--- a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Python helpers for common CLI tasks"

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
index 58df205d42ff..bd04a525c0a0 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 EGIT_REPO_URI="https://github.com/dbcli/${PN}.git;
 inherit distutils-r1 git-r3
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2022-02-11 Thread Jakov Smolić
commit: 241c7ff8eeaf6e80dcf67d60c561b7b2dd7b284f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Feb 11 19:43:22 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Feb 11 19:43:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241c7ff8

dev-python/cli_helpers: drop 2.2.0

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/cli_helpers/Manifest |  1 -
 dev-python/cli_helpers/cli_helpers-2.2.0.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index 8b79b216861d..ab8aa22985b7 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1,2 +1 @@
-DIST cli_helpers-2.2.0.tar.gz 34018 BLAKE2B 
c7dfe8b87db6312557b4ac87aa4eda77b94f12789fcd4a9e686cada47bd41601f5c357a77de4a1c6d550b2ea110b682da0a04edb312d26ecf281e6d323369462
 SHA512 
26d78227999e8bb37f58529ce29bbed1bc8d51c80f81127552fb1d1f880c476abdd43ca628c591ba50c0316b35d1df0541906bf902a7549f459da0e1200c8479
 DIST cli_helpers-2.2.1.tar.gz 34199 BLAKE2B 
5fb5217321d92cd6c774337bdf444ad2a6120accfe32da08642a880a60f1bdb4c71f12657bd17c30f7b3f212216fad027ac9c786367563e01d58c54c15bf67b5
 SHA512 
4b4a8c3ab61ceeaa1986e5d9943b10351ff1b3339294a78ed740bff3bd555cace723e637d6627e26b832370583989aa2b0782f57949af2c1d504f93caceda2d8

diff --git a/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild
deleted file mode 100644
index d966fc5e94ca..
--- a/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python helpers for common CLI tasks"
-HOMEPAGE="https://cli-helpers.rtfd.io/;
-SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2022-02-11 Thread Jakov Smolić
commit: 14b508b8fc1bece7ce2ba067b022f96a91cd9395
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Feb 11 19:42:14 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Feb 11 19:42:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b508b8

dev-python/cli_helpers: Stabilize 2.2.1 amd64, #833134

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/cli_helpers/cli_helpers-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
index 40b1f9e1e864..3cf4069dbb81 100644
--- a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2022-02-11 Thread Jakov Smolić
commit: e142759b020c69269841f9afe16d1ba77ed45b9e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Feb 11 19:42:19 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Feb 11 19:42:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e142759b

dev-python/cli_helpers: Stabilize 2.2.1 x86, #833134

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/cli_helpers/cli_helpers-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
index 3cf4069dbb81..a5802f74b68d 100644
--- a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2022-01-18 Thread Michał Górny
commit: 5e13184e78ff282d3cd6cdfc3d346e834913bba9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 08:56:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 09:51:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e13184e

dev-python/cli_helpers: Bump to 2.2.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/Manifest |  1 +
 dev-python/cli_helpers/cli_helpers-2.2.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index 2b454a836f67..8b79b216861d 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1 +1,2 @@
 DIST cli_helpers-2.2.0.tar.gz 34018 BLAKE2B 
c7dfe8b87db6312557b4ac87aa4eda77b94f12789fcd4a9e686cada47bd41601f5c357a77de4a1c6d550b2ea110b682da0a04edb312d26ecf281e6d323369462
 SHA512 
26d78227999e8bb37f58529ce29bbed1bc8d51c80f81127552fb1d1f880c476abdd43ca628c591ba50c0316b35d1df0541906bf902a7549f459da0e1200c8479
+DIST cli_helpers-2.2.1.tar.gz 34199 BLAKE2B 
5fb5217321d92cd6c774337bdf444ad2a6120accfe32da08642a880a60f1bdb4c71f12657bd17c30f7b3f212216fad027ac9c786367563e01d58c54c15bf67b5
 SHA512 
4b4a8c3ab61ceeaa1986e5d9943b10351ff1b3339294a78ed740bff3bd555cace723e637d6627e26b832370583989aa2b0782f57949af2c1d504f93caceda2d8

diff --git a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
new file mode 100644
index ..40b1f9e1e864
--- /dev/null
+++ b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python helpers for common CLI tasks"
+HOMEPAGE="https://cli-helpers.rtfd.io/;
+SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~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



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2021-10-04 Thread Michał Górny
commit: 920b5c517a1c9cef65700a31dd186e0cbe87
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  4 06:14:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  4 08:05:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920b5c51

dev-python/cli_helpers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/Manifest |  1 -
 dev-python/cli_helpers/cli_helpers-2.1.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index c760fe58201..2b454a836f6 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1,2 +1 @@
-DIST cli_helpers-2.1.0.tar.gz 32967 BLAKE2B 
c2ee2a92dce4185f656415d6079196953c5e9dccf9de4e29d9de61bf72b041a6225ffe4afa866b0f78abcd5d0809ec739db489aee21e440575b7e2a6e09b916a
 SHA512 
75c6b24ae1ed05cbdfddfc30c5e43aeb7129f5fa319d485e19be098691762ad681c4874449b2f339f833424a970965b5a28a3b66814cb556ea8ad6293740fdbe
 DIST cli_helpers-2.2.0.tar.gz 34018 BLAKE2B 
c7dfe8b87db6312557b4ac87aa4eda77b94f12789fcd4a9e686cada47bd41601f5c357a77de4a1c6d550b2ea110b682da0a04edb312d26ecf281e6d323369462
 SHA512 
26d78227999e8bb37f58529ce29bbed1bc8d51c80f81127552fb1d1f880c476abdd43ca628c591ba50c0316b35d1df0541906bf902a7549f459da0e1200c8479

diff --git a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
deleted file mode 100644
index 9abb01e4605..000
--- a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python helpers for common CLI tasks"
-HOMEPAGE="https://cli-helpers.rtfd.io/;
-SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 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/terminaltables-3.0.0[${PYTHON_USEDEP}]
-   dev-python/wcwidth[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2021-10-03 Thread Sam James
commit: a6737e5275c0a5ebd5ebfcc5104d69e4c378a90d
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  4 00:48:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  4 00:48:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6737e52

dev-python/cli_helpers: Stabilize 2.2.0 x86, #815931

Signed-off-by: Sam James  gentoo.org>

 dev-python/cli_helpers/cli_helpers-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild
index d34a31584ec..d966fc5e94c 100644
--- a/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2021-10-03 Thread Sam James
commit: 5e350549422af37e050d2f1108d5ae32fb3f7ffe
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct  3 18:46:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct  3 18:46:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e350549

dev-python/cli_helpers: Stabilize 2.2.0 amd64, #815931

Signed-off-by: Sam James  gentoo.org>

 dev-python/cli_helpers/cli_helpers-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild
index a558d553a0b..d34a31584ec 100644
--- a/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2021-08-28 Thread Michał Górny
commit: c0d02bcab11f3894d7a17458d5ab5225eb55e287
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 28 05:59:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 28 06:53:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d02bca

dev-python/cli_helpers: Bump to 2.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/Manifest  |  1 +
 .../{cli_helpers-.ebuild => cli_helpers-2.2.0.ebuild}| 12 +---
 dev-python/cli_helpers/cli_helpers-.ebuild   |  5 ++---
 3 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index c9182e19c8c..c760fe58201 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1 +1,2 @@
 DIST cli_helpers-2.1.0.tar.gz 32967 BLAKE2B 
c2ee2a92dce4185f656415d6079196953c5e9dccf9de4e29d9de61bf72b041a6225ffe4afa866b0f78abcd5d0809ec739db489aee21e440575b7e2a6e09b916a
 SHA512 
75c6b24ae1ed05cbdfddfc30c5e43aeb7129f5fa319d485e19be098691762ad681c4874449b2f339f833424a970965b5a28a3b66814cb556ea8ad6293740fdbe
+DIST cli_helpers-2.2.0.tar.gz 34018 BLAKE2B 
c7dfe8b87db6312557b4ac87aa4eda77b94f12789fcd4a9e686cada47bd41601f5c357a77de4a1c6d550b2ea110b682da0a04edb312d26ecf281e6d323369462
 SHA512 
26d78227999e8bb37f58529ce29bbed1bc8d51c80f81127552fb1d1f880c476abdd43ca628c591ba50c0316b35d1df0541906bf902a7549f459da0e1200c8479

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild
similarity index 69%
copy from dev-python/cli_helpers/cli_helpers-.ebuild
copy to dev-python/cli_helpers/cli_helpers-2.2.0.ebuild
index f36ceb13965..a558d553a0b 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.2.0.ebuild
@@ -1,25 +1,23 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..10} )
-EGIT_REPO_URI="https://github.com/dbcli/${PN}.git;
-inherit distutils-r1 git-r3
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
 
 DESCRIPTION="Python helpers for common CLI tasks"
 HOMEPAGE="https://cli-helpers.rtfd.io/;
-SRC_URI=""
+SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~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/terminaltables-3.0.0[${PYTHON_USEDEP}]
dev-python/wcwidth[${PYTHON_USEDEP}]
 "
 

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
index f36ceb13965..58df205d42f 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 EGIT_REPO_URI="https://github.com/dbcli/${PN}.git;
 inherit distutils-r1 git-r3
 
@@ -19,7 +19,6 @@ 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/terminaltables-3.0.0[${PYTHON_USEDEP}]
dev-python/wcwidth[${PYTHON_USEDEP}]
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2021-05-23 Thread Michał Górny
commit: 5d526a6c2b81bb50847b7b67f2ee2f935909b096
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 23 13:09:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 23 13:41:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d526a6c

dev-python/cli_helpers: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/cli_helpers-2.1.0.ebuild | 4 ++--
 dev-python/cli_helpers/cli_helpers-.ebuild  | 7 ---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
index 8e9c61809ff..9abb01e4605 100644
--- a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit distutils-r1
 
 DESCRIPTION="Python helpers for common CLI tasks"

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
index 52c7cd0046a..f36ceb13965 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 EGIT_REPO_URI="https://github.com/dbcli/${PN}.git;
 inherit distutils-r1 git-r3
 
@@ -18,7 +18,8 @@ KEYWORDS=""
 RDEPEND="
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
>=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/tabulate-0.8.2[${PYTHON_USEDEP}]
+   >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
dev-python/wcwidth[${PYTHON_USEDEP}]
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2020-12-17 Thread Brian Evans
commit: 402996305ab2920d046ca5b07829c46928e63bc1
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Dec 17 20:58:07 2020 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Dec 17 21:02:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40299630

dev-python/cli_helpers: Adjust dependency on live ebuild

Repo has dropped terminaltables

Signed-off-by: Brian Evans  gentoo.org>

 dev-python/cli_helpers/cli_helpers-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
index b488044107f..049e953129e 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-.ebuild
@@ -18,8 +18,7 @@ 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/terminaltables-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/tabulate-0.8.2[${PYTHON_USEDEP}]
dev-python/wcwidth[${PYTHON_USEDEP}]
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2020-12-16 Thread Sam James
commit: 8ba683ce7c110800eb15a9f41c8183d0cd7d86d0
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 17 02:39:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 17 02:39:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba683ce

dev-python/cli_helpers: Stabilize 2.1.0 amd64, #749918

Signed-off-by: Sam James  gentoo.org>

 dev-python/cli_helpers/cli_helpers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
index bb84eca13ff..163f9c05bb2 100644
--- a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2020-12-03 Thread Thomas Deutschmann
commit: df99ca90e1fee11f5b6493d83e12c7faa94cb314
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec  3 17:35:49 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec  3 17:37:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df99ca90

dev-python/cli_helpers: x86 stable (bug #749918)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/cli_helpers/cli_helpers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
index 8e70cb86e44..bb84eca13ff 100644
--- a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2020-11-16 Thread Michał Górny
commit: 96a71dd154c55ec817acfd7e4e472891846c4c30
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 16 23:57:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 17 00:08:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a71dd1

dev-python/cli_helpers: Sync the live ebuild

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/cli_helpers-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
index 67e147c6285..b488044107f 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
 EGIT_REPO_URI="https://github.com/dbcli/${PN}.git;
 inherit distutils-r1 git-r3
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2020-07-30 Thread Michał Górny
commit: fe938ae54cccf52fa15655e43b276f2fe9962364
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 30 05:40:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 06:02:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe938ae5

dev-python/cli_helpers: Bump to 2.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/Manifest |  1 +
 dev-python/cli_helpers/cli_helpers-2.1.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index 08e26f05789..cdad95559f6 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1 +1,2 @@
 DIST cli_helpers-2.0.1.tar.gz 32633 BLAKE2B 
4bb66cd86871b18f52c737a06968a56098151273ab0a87386db62543961f3a699f37018f9e722a55635dca3136253c59a50d3ec7cb6ebb68d833abe2a320526c
 SHA512 
e470eff51760c5e80d01a318eeb3d91510bd34ed7c094c4196342a74306ec0fe0751514d2ef2a5f77570d8434d417557cc83a8c34d0febdbc7c2cce7b1faf8a6
+DIST cli_helpers-2.1.0.tar.gz 32967 BLAKE2B 
c2ee2a92dce4185f656415d6079196953c5e9dccf9de4e29d9de61bf72b041a6225ffe4afa866b0f78abcd5d0809ec739db489aee21e440575b7e2a6e09b916a
 SHA512 
75c6b24ae1ed05cbdfddfc30c5e43aeb7129f5fa319d485e19be098691762ad681c4874449b2f339f833424a970965b5a28a3b66814cb556ea8ad6293740fdbe

diff --git a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
new file mode 100644
index 000..b4159629ae3
--- /dev/null
+++ b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Python helpers for common CLI tasks"
+HOMEPAGE="https://cli-helpers.rtfd.io/;
+SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~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/terminaltables-3.0.0[${PYTHON_USEDEP}]
+   dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2020-07-30 Thread Michał Górny
commit: e4b67f6bb2bf6108b0102e61608a7c14477c5ff4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 30 05:48:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 06:02:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b67f6b

dev-python/cli_helpers: Port to py3.9

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/cli_helpers-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
index b4159629ae3..8e70cb86e44 100644
--- a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 DESCRIPTION="Python helpers for common CLI tasks"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2020-05-28 Thread Michał Górny
commit: 386bb11c209b36897fb45715834b7cadbcaf2c93
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 28 07:08:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 28 07:08:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386bb11c

dev-python/cli_helpers: Bump to 2.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/Manifest  |  1 +
 ..._helpers-.ebuild => cli_helpers-2.0.1.ebuild} | 20 
 dev-python/cli_helpers/cli_helpers-.ebuild   | 13 +
 3 files changed, 6 insertions(+), 28 deletions(-)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index ac694707858..a1bbe298380 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1,2 +1,3 @@
 DIST cli_helpers-1.2.1.tar.gz 31104 BLAKE2B 
ded2b9b7825ddaeb33acf64b65362251f773a4a0a74aec1c79bdd8ef77f8f6953dd8761fd926f7a2b210c69534bee220f88e816dd63277b27db15b400510c9f3
 SHA512 
299fa4984b7c76e6be0527f040582242a746938f8725b6193895f9bbb835c82078658bbb8d1eac26f3c8d2dad93139fd600e7c8d7c2d89777de27a5b26cf
 DIST cli_helpers-2.0.0.tar.gz 31320 BLAKE2B 
dbda2c7128ac7a5f21ce9f12f866cffde1be9a4bb422c1233b32d9f346c54a73df5e5ea7734cb64ca13f3aeec7c11678c8090499cb5aa4b6d385c4fbc394f8e9
 SHA512 
fadee3d356d5a687d2f618801f31d0cd4b6c9a4ea1fad4d5fed087a95c3343ab90622e6c246d9a3bd878bc8324d3e9b3626ed3f1436c5d68698562ff6abec3a5
+DIST cli_helpers-2.0.1.tar.gz 32633 BLAKE2B 
4bb66cd86871b18f52c737a06968a56098151273ab0a87386db62543961f3a699f37018f9e722a55635dca3136253c59a50d3ec7cb6ebb68d833abe2a320526c
 SHA512 
e470eff51760c5e80d01a318eeb3d91510bd34ed7c094c4196342a74306ec0fe0751514d2ef2a5f77570d8434d417557cc83a8c34d0febdbc7c2cce7b1faf8a6

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.0.1.ebuild
similarity index 58%
copy from dev-python/cli_helpers/cli_helpers-.ebuild
copy to dev-python/cli_helpers/cli_helpers-2.0.1.ebuild
index 0f8b17a25d1..b4159629ae3 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.0.1.ebuild
@@ -4,19 +4,15 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7} )
-EGIT_REPO_URI="https://github.com/dbcli/${PN}.git;
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="Python helpers for common CLI tasks"
 HOMEPAGE="https://cli-helpers.rtfd.io/;
-SRC_URI=""
+SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
-IUSE=""
-IUSE="test"
-RESTRICT="!test? ( test )"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
@@ -25,13 +21,5 @@ RDEPEND="
>=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
dev-python/wcwidth[${PYTHON_USEDEP}]
 "
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/mock-2[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
 
-python_test() {
-   pytest -vv || die "Tests fail with ${EPYTHON}"
-}
+distutils_enable_tests pytest

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
index 0f8b17a25d1..67e147c6285 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-.ebuild
@@ -14,9 +14,6 @@ SRC_URI=""
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
-IUSE=""
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
@@ -25,13 +22,5 @@ RDEPEND="
>=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
dev-python/wcwidth[${PYTHON_USEDEP}]
 "
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/mock-2[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
 
-python_test() {
-   pytest -vv || die "Tests fail with ${EPYTHON}"
-}
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2020-05-27 Thread Michał Górny
commit: c65246af3beab16676437abe65163267a141c76b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 06:25:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 07:03:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65246af

dev-python/cli_helpers: Bump to 2.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/Manifest |  1 +
 dev-python/cli_helpers/cli_helpers-2.0.0.ebuild | 35 +
 2 files changed, 36 insertions(+)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index ab47dcb5b66..ac694707858 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1 +1,2 @@
 DIST cli_helpers-1.2.1.tar.gz 31104 BLAKE2B 
ded2b9b7825ddaeb33acf64b65362251f773a4a0a74aec1c79bdd8ef77f8f6953dd8761fd926f7a2b210c69534bee220f88e816dd63277b27db15b400510c9f3
 SHA512 
299fa4984b7c76e6be0527f040582242a746938f8725b6193895f9bbb835c82078658bbb8d1eac26f3c8d2dad93139fd600e7c8d7c2d89777de27a5b26cf
+DIST cli_helpers-2.0.0.tar.gz 31320 BLAKE2B 
dbda2c7128ac7a5f21ce9f12f866cffde1be9a4bb422c1233b32d9f346c54a73df5e5ea7734cb64ca13f3aeec7c11678c8090499cb5aa4b6d385c4fbc394f8e9
 SHA512 
fadee3d356d5a687d2f618801f31d0cd4b6c9a4ea1fad4d5fed087a95c3343ab90622e6c246d9a3bd878bc8324d3e9b3626ed3f1436c5d68698562ff6abec3a5

diff --git a/dev-python/cli_helpers/cli_helpers-2.0.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.0.0.ebuild
new file mode 100644
index 000..0de3c188e8b
--- /dev/null
+++ b/dev-python/cli_helpers/cli_helpers-2.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Python helpers for common CLI tasks"
+HOMEPAGE="https://cli-helpers.rtfd.io/;
+SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+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/terminaltables-3.0.0[${PYTHON_USEDEP}]
+   dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/mock-2[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2020-03-17 Thread Michał Górny
commit: fecf102889664b05f0e536dda6b35d49110e9499
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 17 07:14:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 17 07:23:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fecf1028

dev-python/cli_helpers: Clean py2 deps up

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/cli_helpers-1.2.1.ebuild | 1 -
 dev-python/cli_helpers/cli_helpers-.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild 
b/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
index f6b73337bb9..0de3c188e8b 100644
--- a/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
@@ -17,7 +17,6 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   $(python_gen_cond_dep 
'>=dev-python/backports-csv-1.0[${PYTHON_USEDEP}]' -2)
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
>=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
>=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
index 7d5022a9d7d..0f8b17a25d1 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-.ebuild
@@ -19,7 +19,6 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   $(python_gen_cond_dep 
'>=dev-python/backports-csv-1.0[${PYTHON_USEDEP}]' -2)
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
>=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
>=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2020-01-15 Thread Michał Górny
commit: eb916604e6e2e6dfbfcc6b4754e32fd7fe9800ac
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 05:42:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:04:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb916604

dev-python/cli_helpers: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/Manifest |  3 ---
 dev-python/cli_helpers/cli_helpers-0.2.0.ebuild | 21 -
 dev-python/cli_helpers/cli_helpers-1.0.0.ebuild | 22 --
 dev-python/cli_helpers/cli_helpers-1.0.1.ebuild | 23 ---
 4 files changed, 69 deletions(-)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index 741d17dba7f..ab47dcb5b66 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1,4 +1 @@
-DIST cli_helpers-0.2.0.tar.gz 33855 BLAKE2B 
8509fd6ea4ce1af77a522d36f98261a019d6b4b7250549af8014c4aba01bc4f4a63106c55b3d5ce40f058f0927db4044af51c7f948879d44a452b35369df8f2b
 SHA512 
7dfa9791f472ccba3d49d0e87daf859257e74349cfbd8920a624f3e8d6905d8c8b7fa7be70eda97091963e548fa16dfbb1171e198cbbaa9d7810bff2321ebe54
-DIST cli_helpers-1.0.0.tar.gz 23269 BLAKE2B 
2de1729b32a690d5832cc956c30bdf3ec35b3bfa94d1eed391dc18a1aadfd7229a1cbb4368a08406a3c6bf2bf59c835ac975bee797a58dbb3121c34586632d1f
 SHA512 
8137b081cfe3d226c63cc7c17165f884a42147ea184d11a1e0ee5805f2d22bce37ded580a0c15566bcb057df4c39f2685595d74b2e21d46932e2e635f77eec68
-DIST cli_helpers-1.0.1.tar.gz 23382 BLAKE2B 
544bf4165315a6459ba203efc7f55e3a48d4af8a12a4a3dcd4742c9e8f9d72c9163784e4adc42f5910d5ffd42d957aca47f4765e01cc9fc8c17649494b0396c4
 SHA512 
f4999f20d7f785a143d672ea9e62375dc6cb1abf093796dedcc01003970931a397096cded3515d060b47aa8e38b2a03fbe12f919f84451365d078126a5b35021
 DIST cli_helpers-1.2.1.tar.gz 31104 BLAKE2B 
ded2b9b7825ddaeb33acf64b65362251f773a4a0a74aec1c79bdd8ef77f8f6953dd8761fd926f7a2b210c69534bee220f88e816dd63277b27db15b400510c9f3
 SHA512 
299fa4984b7c76e6be0527f040582242a746938f8725b6193895f9bbb835c82078658bbb8d1eac26f3c8d2dad93139fd600e7c8d7c2d89777de27a5b26cf

diff --git a/dev-python/cli_helpers/cli_helpers-0.2.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-0.2.0.ebuild
deleted file mode 100644
index dc30a060f6a..000
--- a/dev-python/cli_helpers/cli_helpers-0.2.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Python helpers for common CLI tasks"
-
-HOMEPAGE="http://cli-helpers.rtfd.io/;
-SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/terminaltables[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/cli_helpers/cli_helpers-1.0.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-1.0.0.ebuild
deleted file mode 100644
index b0424fb4e6d..000
--- a/dev-python/cli_helpers/cli_helpers-1.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Python helpers for common CLI tasks"
-
-HOMEPAGE="http://cli-helpers.rtfd.io/;
-SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
-   >=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/cli_helpers/cli_helpers-1.0.1.ebuild 
b/dev-python/cli_helpers/cli_helpers-1.0.1.ebuild
deleted file mode 100644
index b9152ddd69f..000
--- a/dev-python/cli_helpers/cli_helpers-1.0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Python helpers for common CLI tasks"
-
-HOMEPAGE="http://cli-helpers.rtfd.io/;
-SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   >=dev-python/backports-csv-1.0[${PYTHON_USEDEP}]
-   >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
-   >=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2020-01-15 Thread Michał Górny
commit: f8ffc6fa482a6be8222657adbff24301de653e55
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 05:42:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:04:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ffc6fa

dev-python/cli_helpers: Remove Python 2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/cli_helpers-1.2.1.ebuild | 2 +-
 dev-python/cli_helpers/cli_helpers-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild 
b/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
index 797b09c21cd..e4a062604f5 100644
--- a/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Python helpers for common CLI tasks"

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
index f90a664aa82..43af7034b1b 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 EGIT_REPO_URI="https://github.com/dbcli/${PN}.git;
 inherit distutils-r1 git-r3
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2020-01-15 Thread Michał Górny
commit: b81941dc22c85d42eaf7f3bff2f4bf9f303937fe
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 05:54:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:05:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81941dc

dev-python/cli_helpers: Use HTTPS

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/cli_helpers-1.2.1.ebuild | 2 +-
 dev-python/cli_helpers/cli_helpers-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild 
b/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
index e4a062604f5..f6b73337bb9 100644
--- a/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Python helpers for common CLI tasks"
-HOMEPAGE="http://cli-helpers.rtfd.io/;
+HOMEPAGE="https://cli-helpers.rtfd.io/;
 SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
index 43af7034b1b..7d5022a9d7d 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-.ebuild
@@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/dbcli/${PN}.git;
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Python helpers for common CLI tasks"
-HOMEPAGE="http://cli-helpers.rtfd.io/;
+HOMEPAGE="https://cli-helpers.rtfd.io/;
 SRC_URI=""
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2019-08-11 Thread Michał Górny
commit: 3a9f95122c2da8e5c06eb28a9a9f6b012f9e8f8c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 11 08:31:04 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 11 08:31:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9f9512

dev-python/cli_helpers: Fix maintainer type

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cli_helpers/metadata.xml 
b/dev-python/cli_helpers/metadata.xml
index b4426629df1..ad9e3e04b43 100644
--- a/dev-python/cli_helpers/metadata.xml
+++ b/dev-python/cli_helpers/metadata.xml
@@ -5,7 +5,7 @@
grkni...@gentoo.org
Brian Evans

-   
+   
pyt...@gentoo.org





[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2019-07-07 Thread Michał Górny
commit: f47b489deb2bf64b4ab2ba92a427e77e55acf1f8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  7 12:24:50 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  7 13:04:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47b489d

dev-python/cli_helpers: Bump to 1.2.1, add tests

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/Manifest |  1 +
 dev-python/cli_helpers/cli_helpers-1.2.1.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index 68fbe833345..741d17dba7f 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1,3 +1,4 @@
 DIST cli_helpers-0.2.0.tar.gz 33855 BLAKE2B 
8509fd6ea4ce1af77a522d36f98261a019d6b4b7250549af8014c4aba01bc4f4a63106c55b3d5ce40f058f0927db4044af51c7f948879d44a452b35369df8f2b
 SHA512 
7dfa9791f472ccba3d49d0e87daf859257e74349cfbd8920a624f3e8d6905d8c8b7fa7be70eda97091963e548fa16dfbb1171e198cbbaa9d7810bff2321ebe54
 DIST cli_helpers-1.0.0.tar.gz 23269 BLAKE2B 
2de1729b32a690d5832cc956c30bdf3ec35b3bfa94d1eed391dc18a1aadfd7229a1cbb4368a08406a3c6bf2bf59c835ac975bee797a58dbb3121c34586632d1f
 SHA512 
8137b081cfe3d226c63cc7c17165f884a42147ea184d11a1e0ee5805f2d22bce37ded580a0c15566bcb057df4c39f2685595d74b2e21d46932e2e635f77eec68
 DIST cli_helpers-1.0.1.tar.gz 23382 BLAKE2B 
544bf4165315a6459ba203efc7f55e3a48d4af8a12a4a3dcd4742c9e8f9d72c9163784e4adc42f5910d5ffd42d957aca47f4765e01cc9fc8c17649494b0396c4
 SHA512 
f4999f20d7f785a143d672ea9e62375dc6cb1abf093796dedcc01003970931a397096cded3515d060b47aa8e38b2a03fbe12f919f84451365d078126a5b35021
+DIST cli_helpers-1.2.1.tar.gz 31104 BLAKE2B 
ded2b9b7825ddaeb33acf64b65362251f773a4a0a74aec1c79bdd8ef77f8f6953dd8761fd926f7a2b210c69534bee220f88e816dd63277b27db15b400510c9f3
 SHA512 
299fa4984b7c76e6be0527f040582242a746938f8725b6193895f9bbb835c82078658bbb8d1eac26f3c8d2dad93139fd600e7c8d7c2d89777de27a5b26cf

diff --git a/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild 
b/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
new file mode 100644
index 000..c87fb19bc66
--- /dev/null
+++ b/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit distutils-r1
+
+DESCRIPTION="Python helpers for common CLI tasks"
+HOMEPAGE="http://cli-helpers.rtfd.io/;
+SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   $(python_gen_cond_dep 
'>=dev-python/backports-csv-1.0[${PYTHON_USEDEP}]' -2)
+   >=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/terminaltables-3.0.0[${PYTHON_USEDEP}]
+   dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/mock-2[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2019-07-07 Thread Michał Górny
commit: 38bd04493cd83ee4ff1051b7f9efe30a5f18ce5d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  7 12:18:34 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  7 12:18:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bd0449

dev-python/cli_helpers: Fix remote-id

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cli_helpers/metadata.xml 
b/dev-python/cli_helpers/metadata.xml
index d213484f5b5..b4426629df1 100644
--- a/dev-python/cli_helpers/metadata.xml
+++ b/dev-python/cli_helpers/metadata.xml
@@ -9,6 +9,6 @@
pyt...@gentoo.org


-   dbcli/mycli
+   dbcli/cli_helpers

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2019-07-07 Thread Michał Górny
commit: ede81458ca864c6f532171b1308ccf2d63ca025d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  7 12:18:19 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  7 12:18:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede81458

dev-python/cli_helpers: Add python@ as co-maint

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/cli_helpers/metadata.xml 
b/dev-python/cli_helpers/metadata.xml
index c80f9449008..d213484f5b5 100644
--- a/dev-python/cli_helpers/metadata.xml
+++ b/dev-python/cli_helpers/metadata.xml
@@ -5,6 +5,9 @@
grkni...@gentoo.org
Brian Evans

+   
+   pyt...@gentoo.org
+   

dbcli/mycli




[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2019-07-07 Thread Michał Górny
commit: 3969820aec335373641d295ade33bb4b03f7c520
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  7 13:09:47 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  7 13:09:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3969820a

dev-python/cli_helpers: Sync the live ebuild

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cli_helpers/cli_helpers-.ebuild | 26 --
 1 file changed, 20 insertions(+), 6 deletions(-)

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
index a781b76eb17..edaf342667d 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-.ebuild
@@ -1,24 +1,38 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 EGIT_REPO_URI="https://github.com/dbcli/${PN}.git;
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Python helpers for common CLI tasks"
-
 HOMEPAGE="http://cli-helpers.rtfd.io/;
 SRC_URI=""
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
 RDEPEND="
-   >=dev-python/backports-csv-1.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/backports-csv-1.0[${PYTHON_USEDEP}]' -2)
+   >=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/terminaltables-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   dev-python/wcwidth[${PYTHON_USEDEP}]
 "
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/mock-2[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2017-12-27 Thread Brian Evans
commit: ccfa90a0710a2e99e5de2ed0ff3a56b73aa8f587
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Dec 27 14:36:27 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Dec 27 14:42:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfa90a0

dev-python/cli_helpers: Version bump to 1.0.1

Closes: https://bugs.gentoo.org/642396
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/cli_helpers/Manifest |  1 +
 .../{cli_helpers-.ebuild => cli_helpers-1.0.1.ebuild}   | 13 +++--
 dev-python/cli_helpers/cli_helpers-.ebuild  |  4 +++-
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index 111cebbe59f..68fbe833345 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1,2 +1,3 @@
 DIST cli_helpers-0.2.0.tar.gz 33855 BLAKE2B 
8509fd6ea4ce1af77a522d36f98261a019d6b4b7250549af8014c4aba01bc4f4a63106c55b3d5ce40f058f0927db4044af51c7f948879d44a452b35369df8f2b
 SHA512 
7dfa9791f472ccba3d49d0e87daf859257e74349cfbd8920a624f3e8d6905d8c8b7fa7be70eda97091963e548fa16dfbb1171e198cbbaa9d7810bff2321ebe54
 DIST cli_helpers-1.0.0.tar.gz 23269 BLAKE2B 
2de1729b32a690d5832cc956c30bdf3ec35b3bfa94d1eed391dc18a1aadfd7229a1cbb4368a08406a3c6bf2bf59c835ac975bee797a58dbb3121c34586632d1f
 SHA512 
8137b081cfe3d226c63cc7c17165f884a42147ea184d11a1e0ee5805f2d22bce37ded580a0c15566bcb057df4c39f2685595d74b2e21d46932e2e635f77eec68
+DIST cli_helpers-1.0.1.tar.gz 23382 BLAKE2B 
544bf4165315a6459ba203efc7f55e3a48d4af8a12a4a3dcd4742c9e8f9d72c9163784e4adc42f5910d5ffd42d957aca47f4765e01cc9fc8c17649494b0396c4
 SHA512 
f4999f20d7f785a143d672ea9e62375dc6cb1abf093796dedcc01003970931a397096cded3515d060b47aa8e38b2a03fbe12f919f84451365d078126a5b35021

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-1.0.1.ebuild
similarity index 52%
copy from dev-python/cli_helpers/cli_helpers-.ebuild
copy to dev-python/cli_helpers/cli_helpers-1.0.1.ebuild
index 95d68a34211..34fa368a6ea 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-1.0.1.ebuild
@@ -3,20 +3,21 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-EGIT_REPO_URI="https://github.com/dbcli/${PN}.git;
-inherit distutils-r1 git-r3
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+inherit distutils-r1
 
 DESCRIPTION="Python helpers for common CLI tasks"
 
 HOMEPAGE="http://cli-helpers.rtfd.io/;
-SRC_URI=""
+SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
-   dev-python/terminaltables[${PYTHON_USEDEP}]
+   >=dev-python/backports-csv-1.0[${PYTHON_USEDEP}]
+   >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
 "

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
index 95d68a34211..58fbc1ea0cf 100644
--- a/dev-python/cli_helpers/cli_helpers-.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-.ebuild
@@ -17,6 +17,8 @@ KEYWORDS=""
 IUSE=""
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
-   dev-python/terminaltables[${PYTHON_USEDEP}]
+   >=dev-python/backports-csv-1.0[${PYTHON_USEDEP}]
+   >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2017-11-07 Thread Zac Medico
commit: a1026cccdaeede73cd5b2a562d13472a9aacfc17
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Nov  7 18:54:38 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Nov  7 19:03:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1026ccc

dev-python/cli_helpers: version bump to 1.0.0 (bug 636824)

Bug: https://bugs.gentoo.org/636824
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/cli_helpers/Manifest |  1 +
 dev-python/cli_helpers/cli_helpers-1.0.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
index 4fba07b2f8e..57ae74547d4 100644
--- a/dev-python/cli_helpers/Manifest
+++ b/dev-python/cli_helpers/Manifest
@@ -1 +1,2 @@
 DIST cli_helpers-0.2.0.tar.gz 33855 SHA256 
cbaeaf5da217d5cbc53d7750aaec75eab14410510c3c4afefc2d809015af4fab SHA512 
7dfa9791f472ccba3d49d0e87daf859257e74349cfbd8920a624f3e8d6905d8c8b7fa7be70eda97091963e548fa16dfbb1171e198cbbaa9d7810bff2321ebe54
 WHIRLPOOL 
8c73ff8f3fe4f248bd90319519928ecf76582a69d5f68b7cee4c15cf2deefbafac612107602af55d83362cb35bd18c4a015aca9045df367dd035ea92f1b1e0f5
+DIST cli_helpers-1.0.0.tar.gz 23269 SHA256 
eb584402ca198c4e442fd7e80d586ab361a25f613be8c7427c741d8a41c87b6e SHA512 
8137b081cfe3d226c63cc7c17165f884a42147ea184d11a1e0ee5805f2d22bce37ded580a0c15566bcb057df4c39f2685595d74b2e21d46932e2e635f77eec68
 WHIRLPOOL 
5d003965be32ea79172a665d8a11eed2887f2492d5407e6b8224519e13c02c59bdb9845f45e4eece5bbc1659ace8e982a1dc92bf65a054fc19381ed2ad6d1154

diff --git a/dev-python/cli_helpers/cli_helpers-1.0.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-1.0.0.ebuild
new file mode 100644
index 000..08b9d0efe19
--- /dev/null
+++ b/dev-python/cli_helpers/cli_helpers-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+inherit distutils-r1
+
+DESCRIPTION="Python helpers for common CLI tasks"
+
+HOMEPAGE="http://cli-helpers.rtfd.io/;
+SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/

2017-07-05 Thread Brian Evans
commit: a80131612b5a065f1e6bf39975255e4646467483
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 15:03:10 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 15:03:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8013161

dev-python/cli_helpers: New Package; required for dev-db/mycli

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/cli_helpers/Manifest |  1 +
 dev-python/cli_helpers/cli_helpers-0.2.0.ebuild | 21 +
 dev-python/cli_helpers/cli_helpers-.ebuild  | 22 ++
 dev-python/cli_helpers/metadata.xml | 13 +
 4 files changed, 57 insertions(+)

diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
new file mode 100644
index 000..4fba07b2f8e
--- /dev/null
+++ b/dev-python/cli_helpers/Manifest
@@ -0,0 +1 @@
+DIST cli_helpers-0.2.0.tar.gz 33855 SHA256 
cbaeaf5da217d5cbc53d7750aaec75eab14410510c3c4afefc2d809015af4fab SHA512 
7dfa9791f472ccba3d49d0e87daf859257e74349cfbd8920a624f3e8d6905d8c8b7fa7be70eda97091963e548fa16dfbb1171e198cbbaa9d7810bff2321ebe54
 WHIRLPOOL 
8c73ff8f3fe4f248bd90319519928ecf76582a69d5f68b7cee4c15cf2deefbafac612107602af55d83362cb35bd18c4a015aca9045df367dd035ea92f1b1e0f5

diff --git a/dev-python/cli_helpers/cli_helpers-0.2.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-0.2.0.ebuild
new file mode 100644
index 000..7c09520e873
--- /dev/null
+++ b/dev-python/cli_helpers/cli_helpers-0.2.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="Python helpers for common CLI tasks"
+
+HOMEPAGE="http://cli-helpers.rtfd.io/;
+SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/terminaltables[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/cli_helpers/cli_helpers-.ebuild 
b/dev-python/cli_helpers/cli_helpers-.ebuild
new file mode 100644
index 000..95d68a34211
--- /dev/null
+++ b/dev-python/cli_helpers/cli_helpers-.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+EGIT_REPO_URI="https://github.com/dbcli/${PN}.git;
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Python helpers for common CLI tasks"
+
+HOMEPAGE="http://cli-helpers.rtfd.io/;
+SRC_URI=""
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/terminaltables[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/cli_helpers/metadata.xml 
b/dev-python/cli_helpers/metadata.xml
new file mode 100644
index 000..fa7bcf5cdc2
--- /dev/null
+++ b/dev-python/cli_helpers/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   
+   grkni...@gentoo.org
+   Brian Evans
+   
+   
+   dbcli/mycli
+   
+