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

2024-05-19 Thread Michał Górny
commit: 26092a62824fb727ab7a1e43ea9903d85f7cb765
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 19 06:31:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 19 11:47:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26092a62

dev-python/terminaltables: Enable py3.13

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

 dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild | 4 ++--
 dev-python/terminaltables/terminaltables-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
index 50ffbc6b6a46..728d259c1a31 100644
--- a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 

diff --git a/dev-python/terminaltables/terminaltables-.ebuild 
b/dev-python/terminaltables/terminaltables-.ebuild
index 10b2ae4c6d5c..ff444cb98746 100644
--- a/dev-python/terminaltables/terminaltables-.ebuild
+++ b/dev-python/terminaltables/terminaltables-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 git-r3
 



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

2023-10-27 Thread Michał Górny
commit: d6fcdabb7c528bbaf78f2d932646dc5ba3aed06c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 27 18:28:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 27 18:28:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6fcdabb

dev-python/terminaltables: Update the live ebuild

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

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

diff --git a/dev-python/terminaltables/terminaltables-.ebuild 
b/dev-python/terminaltables/terminaltables-.ebuild
index 9cc45516afc3..10b2ae4c6d5c 100644
--- a/dev-python/terminaltables/terminaltables-.ebuild
+++ b/dev-python/terminaltables/terminaltables-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 git-r3
 
@@ -14,7 +14,6 @@ EGIT_REPO_URI="https://github.com/matthewdeanmartin/${PN}.git";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
 
 BDEPEND="
test? (



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

2023-10-27 Thread Michał Górny
commit: 40102fa42494b13231c3b2bef2c74b374605a47f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 27 18:27:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 27 18:27:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40102fa4

dev-python/terminaltables: Fix distfile suffix

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

 dev-python/terminaltables/Manifest| 2 +-
 dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/terminaltables/Manifest 
b/dev-python/terminaltables/Manifest
index eb45f1bce5a9..e7d4a8b1e4e0 100644
--- a/dev-python/terminaltables/Manifest
+++ b/dev-python/terminaltables/Manifest
@@ -1 +1 @@
-DIST terminaltables-3.1.10.tar.gz 282122 BLAKE2B 
53d5ecde38370f5b05d3eaae4b618ada6991214feadc7e826467dafede5baaf8292e47e6b2be903eb8ae6d46e3066314fe7950d7330056cd3053e0d643ad1a9e
 SHA512 
84fa403cee4206b6b19de0206d89535bd2965a0796e1890dd9b0a9c6593c5f41d0d24b88ee9db426067c12a4e810d67d4d0246496239a7a96b53a24e8174
+DIST terminaltables-3.1.10.gh.tar.gz 282122 BLAKE2B 
53d5ecde38370f5b05d3eaae4b618ada6991214feadc7e826467dafede5baaf8292e47e6b2be903eb8ae6d46e3066314fe7950d7330056cd3053e0d643ad1a9e
 SHA512 
84fa403cee4206b6b19de0206d89535bd2965a0796e1890dd9b0a9c6593c5f41d0d24b88ee9db426067c12a4e810d67d4d0246496239a7a96b53a24e8174

diff --git a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
index beb444e77b45..cb2c58c8d708 100644
--- a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 "
 SRC_URI="

https://github.com/matthewdeanmartin/terminaltables/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
+   -> ${P}.gh.tar.gz
 "
 
 LICENSE="MIT"



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

2023-10-27 Thread Michał Górny
commit: 1ea8886945608e60c4892ec824b7eafeb7a47cd8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 27 18:22:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 27 18:22:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea88869

dev-python/terminaltables: Enable py3.12

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

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

diff --git a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
index 6c47f303466c..beb444e77b45 100644
--- a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
@@ -4,15 +4,20 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
 DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
-HOMEPAGE="https://robpol86.github.io/terminaltables/";
+HOMEPAGE="
+   https://robpol86.github.io/terminaltables/
+   https://github.com/matthewdeanmartin/terminaltables/
+   https://pypi.org/project/terminaltables/
+"
 SRC_URI="

https://github.com/matthewdeanmartin/terminaltables/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
+   -> ${P}.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"



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

2022-11-19 Thread Sam James
commit: bd8fab279b57b024101f77363ebdc029b21e51e2
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 06:45:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 06:45:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8fab27

dev-python/terminaltables: fix tests in some envs; enable py3.11

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

 dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild | 9 -
 dev-python/terminaltables/terminaltables-.ebuild  | 9 -
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
index b08a653b797d..2e78fc2ba3c7 100644
--- a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
@@ -38,3 +38,10 @@ src_prepare() {
 
distutils-r1_src_prepare
 }
+
+python_test() {
+   # We override FORCE_COLOR otherwise termcolor
+   # would pick it up from env. and give unexpected
+   # output for tests.
+   FORCE_COLOR=1 epytest
+}

diff --git a/dev-python/terminaltables/terminaltables-.ebuild 
b/dev-python/terminaltables/terminaltables-.ebuild
index c5cb790fdd38..5b904f1c7220 100644
--- a/dev-python/terminaltables/terminaltables-.ebuild
+++ b/dev-python/terminaltables/terminaltables-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1 git-r3
 
@@ -32,3 +32,10 @@ src_prepare() {
 
distutils-r1_src_prepare
 }
+
+python_test() {
+   # We override FORCE_COLOR otherwise termcolor
+   # would pick it up from env. and give unexpected
+   # output for tests.
+   FORCE_COLOR=1 epytest
+}



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

2022-02-27 Thread Michał Górny
commit: 37b4bac8aead677ed8f59a655be8940b341e7f98
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 27 18:47:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 27 18:47:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b4bac8

dev-python/terminaltables: Remove old

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

 .../terminaltables/terminaltables-3.1.10.ebuild| 39 --
 1 file changed, 39 deletions(-)

diff --git a/dev-python/terminaltables/terminaltables-3.1.10.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.10.ebuild
deleted file mode 100644
index 030c0351a71d..
--- a/dev-python/terminaltables/terminaltables-3.1.10.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
-HOMEPAGE="https://robpol86.github.io/terminaltables/";
-SRC_URI="
-   
https://github.com/matthewdeanmartin/terminaltables/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-   test? (
-   dev-python/colorama[${PYTHON_USEDEP}]
-   dev-python/colorclass[${PYTHON_USEDEP}]
-   dev-python/termcolor[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/terminaltables-3.1.0-stdout.patch
-)
-
-src_prepare() {
-   # workaround pp2sp complaining about unsupported exclude,
-   # even though it's empty (fix will be included in pp2sp-22)
-   sed -i -e 's:^exclude:empty-&:' pyproject.toml || die
-   distutils-r1_src_prepare
-}



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

2022-01-27 Thread Michał Górny
commit: 0c11f0846ab6bd82b4dcf3051b49d84f59864714
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 27 09:35:00 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 27 10:02:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c11f084

dev-python/terminaltables: Switch to PEP 517 build

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

 ....ebuild => terminaltables-3.1.10-r1.ebuild} | 24 +-
 .../terminaltables/terminaltables-.ebuild  | 12 +--
 2 files changed, 29 insertions(+), 7 deletions(-)

diff --git a/dev-python/terminaltables/terminaltables-.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
similarity index 51%
copy from dev-python/terminaltables/terminaltables-.ebuild
copy to dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
index ed12c5a82704..76c1156f4c7a 100644
--- a/dev-python/terminaltables/terminaltables-.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
@@ -1,20 +1,22 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+DISTUTILS_USE_PEP517=poetry
 PYTHON_COMPAT=( python3_{8..10} )
 
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
 HOMEPAGE="https://robpol86.github.io/terminaltables/";
-EGIT_REPO_URI="https://github.com/matthewdeanmartin/${PN}.git";
+SRC_URI="
+   
https://github.com/matthewdeanmartin/terminaltables/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 
 BDEPEND="
test? (
@@ -24,3 +26,15 @@ BDEPEND="
)"
 
 distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/terminaltables-3.1.0-stdout.patch
+)
+
+src_prepare() {
+   sed -e '/requires/s:poetry:&-core:' \
+   -e '/backend/s:poetry:&.core:' \
+   -i pyproject.toml || die
+
+   distutils-r1_src_prepare
+}

diff --git a/dev-python/terminaltables/terminaltables-.ebuild 
b/dev-python/terminaltables/terminaltables-.ebuild
index ed12c5a82704..c5cb790fdd38 100644
--- a/dev-python/terminaltables/terminaltables-.ebuild
+++ b/dev-python/terminaltables/terminaltables-.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
 
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+DISTUTILS_USE_PEP517=poetry
 PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 git-r3
@@ -24,3 +24,11 @@ BDEPEND="
)"
 
 distutils_enable_tests pytest
+
+src_prepare() {
+   sed -e '/requires/s:poetry:&-core:' \
+   -e '/backend/s:poetry:&.core:' \
+   -i pyproject.toml || die
+
+   distutils-r1_src_prepare
+}



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

2022-01-08 Thread Michał Górny
commit: b6b2cd6b568b46f7e06be2150952b577f414d34e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  8 18:20:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  8 18:20:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b2cd6b

dev-python/terminaltables: Remove old

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

 dev-python/terminaltables/Manifest |  1 -
 .../terminaltables/terminaltables-3.1.0.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/terminaltables/Manifest 
b/dev-python/terminaltables/Manifest
index 9b87fce62975..eb45f1bce5a9 100644
--- a/dev-python/terminaltables/Manifest
+++ b/dev-python/terminaltables/Manifest
@@ -1,2 +1 @@
-DIST terminaltables-3.1.0.tar.gz 278484 BLAKE2B 
733bcfcdc51c5e78e85e8f7fc9db00fa96c1ad48f76a9ec48ed546dc0acd62af90f437de346fe05d4cb09151b33ddea2f62beb21b418d7f76d8a719423a5f694
 SHA512 
dc49458652fff8bc6094d316d84c9b8e9fca1a26e3230c0b668bc03ec8528793f4ef024e8032d4a56fbfabfdfd4a1142870f550f0b373ba6a42dd2e3ead3f501
 DIST terminaltables-3.1.10.tar.gz 282122 BLAKE2B 
53d5ecde38370f5b05d3eaae4b618ada6991214feadc7e826467dafede5baaf8292e47e6b2be903eb8ae6d46e3066314fe7950d7330056cd3053e0d643ad1a9e
 SHA512 
84fa403cee4206b6b19de0206d89535bd2965a0796e1890dd9b0a9c6593c5f41d0d24b88ee9db426067c12a4e810d67d4d0246496239a7a96b53a24e8174

diff --git a/dev-python/terminaltables/terminaltables-3.1.0.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
deleted file mode 100644
index 3e9791892e66..
--- a/dev-python/terminaltables/terminaltables-3.1.0.ebuild
+++ /dev/null
@@ -1,30 +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="Generate simple tables in terminals from a nested list of strings"
-HOMEPAGE="https://robpol86.github.io/terminaltables/";
-SRC_URI="
-   https://github.com/Robpol86/terminaltables/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-   test? (
-   dev-python/colorama[${PYTHON_USEDEP}]
-   dev-python/colorclass[${PYTHON_USEDEP}]
-   dev-python/termcolor[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/terminaltables-3.1.0-stdout.patch
-)



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

2022-01-08 Thread Jakov Smolić
commit: a36800e96f3dafd091798846cb8fcfcd993e5625
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Jan  8 18:02:23 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Jan  8 18:02:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36800e9

dev-python/terminaltables: Stabilize 3.1.10 ALLARCHES, #830780

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

 dev-python/terminaltables/terminaltables-3.1.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/terminaltables/terminaltables-3.1.10.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.10.ebuild
index a1a015395675..030c0351a71d 100644
--- a/dev-python/terminaltables/terminaltables-3.1.10.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
test? (



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

2021-12-07 Thread Michał Górny
commit: 15d120f89822bfe5d32ed606ed3d82c764ce16fd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec  7 22:14:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec  7 22:23:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d120f8

dev-python/terminaltables: Bump to 3.1.10

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

 dev-python/terminaltables/Manifest |  1 +
 dev-python/terminaltables/metadata.xml |  2 +-
 .../terminaltables/terminaltables-3.1.10.ebuild| 39 ++
 .../terminaltables/terminaltables-.ebuild  |  9 ++---
 4 files changed, 46 insertions(+), 5 deletions(-)

diff --git a/dev-python/terminaltables/Manifest 
b/dev-python/terminaltables/Manifest
index 6ce24a37c03c..9b87fce62975 100644
--- a/dev-python/terminaltables/Manifest
+++ b/dev-python/terminaltables/Manifest
@@ -1 +1,2 @@
 DIST terminaltables-3.1.0.tar.gz 278484 BLAKE2B 
733bcfcdc51c5e78e85e8f7fc9db00fa96c1ad48f76a9ec48ed546dc0acd62af90f437de346fe05d4cb09151b33ddea2f62beb21b418d7f76d8a719423a5f694
 SHA512 
dc49458652fff8bc6094d316d84c9b8e9fca1a26e3230c0b668bc03ec8528793f4ef024e8032d4a56fbfabfdfd4a1142870f550f0b373ba6a42dd2e3ead3f501
+DIST terminaltables-3.1.10.tar.gz 282122 BLAKE2B 
53d5ecde38370f5b05d3eaae4b618ada6991214feadc7e826467dafede5baaf8292e47e6b2be903eb8ae6d46e3066314fe7950d7330056cd3053e0d643ad1a9e
 SHA512 
84fa403cee4206b6b19de0206d89535bd2965a0796e1890dd9b0a9c6593c5f41d0d24b88ee9db426067c12a4e810d67d4d0246496239a7a96b53a24e8174

diff --git a/dev-python/terminaltables/metadata.xml 
b/dev-python/terminaltables/metadata.xml
index f8a843fcbfdf..38af7ae0ae2b 100644
--- a/dev-python/terminaltables/metadata.xml
+++ b/dev-python/terminaltables/metadata.xml
@@ -10,7 +10,7 @@



-   Robpol86/terminaltables
+   matthewdeanmartin/terminaltables
terminaltables

 

diff --git a/dev-python/terminaltables/terminaltables-3.1.10.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.10.ebuild
new file mode 100644
index ..a1a015395675
--- /dev/null
+++ b/dev-python/terminaltables/terminaltables-3.1.10.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
+HOMEPAGE="https://robpol86.github.io/terminaltables/";
+SRC_URI="
+   
https://github.com/matthewdeanmartin/terminaltables/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/colorclass[${PYTHON_USEDEP}]
+   dev-python/termcolor[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/terminaltables-3.1.0-stdout.patch
+)
+
+src_prepare() {
+   # workaround pp2sp complaining about unsupported exclude,
+   # even though it's empty (fix will be included in pp2sp-22)
+   sed -i -e 's:^exclude:empty-&:' pyproject.toml || die
+   distutils-r1_src_prepare
+}

diff --git a/dev-python/terminaltables/terminaltables-.ebuild 
b/dev-python/terminaltables/terminaltables-.ebuild
index f20c73f288fc..ed12c5a82704 100644
--- a/dev-python/terminaltables/terminaltables-.ebuild
+++ b/dev-python/terminaltables/terminaltables-.ebuild
@@ -1,15 +1,16 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
 
-PYTHON_COMPAT=( python3_{7..10} )
-EGIT_REPO_URI="https://github.com/Robpol86/${PN}.git";
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
 HOMEPAGE="https://robpol86.github.io/terminaltables/";
-SRC_URI=""
+EGIT_REPO_URI="https://github.com/matthewdeanmartin/${PN}.git";
 
 LICENSE="MIT"
 SLOT="0"



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

2021-05-23 Thread Michał Górny
commit: 527a636989b4994fc0b98879698041e8f697bd77
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 23 13:07:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 23 13:40:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527a6369

dev-python/terminaltables: Enable py3.10

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

 dev-python/terminaltables/terminaltables-3.1.0.ebuild | 4 ++--
 dev-python/terminaltables/terminaltables-.ebuild  | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/terminaltables/terminaltables-3.1.0.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
index 3b85c1fda74..3e9791892e6 100644
--- a/dev-python/terminaltables/terminaltables-3.1.0.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.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="Generate simple tables in terminals from a nested list of strings"

diff --git a/dev-python/terminaltables/terminaltables-.ebuild 
b/dev-python/terminaltables/terminaltables-.ebuild
index a5353396fce..f20c73f288f 100644
--- a/dev-python/terminaltables/terminaltables-.ebuild
+++ b/dev-python/terminaltables/terminaltables-.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/Robpol86/${PN}.git";
 inherit distutils-r1 git-r3
 
@@ -19,7 +19,6 @@ BDEPEND="
test? (
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/colorclass[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
)"
 



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

2020-12-11 Thread Michał Górny
commit: 5eec94c5a39bb69b1813e356930de05d3c276ad8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 11 15:12:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 11 15:16:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eec94c5

dev-python/terminaltables: Update HOMEPAGE

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

 dev-python/terminaltables/metadata.xml| 1 +
 dev-python/terminaltables/terminaltables-3.1.0.ebuild | 2 +-
 dev-python/terminaltables/terminaltables-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/terminaltables/metadata.xml 
b/dev-python/terminaltables/metadata.xml
index f5489853ade..8a1353aba59 100644
--- a/dev-python/terminaltables/metadata.xml
+++ b/dev-python/terminaltables/metadata.xml
@@ -11,5 +11,6 @@


Robpol86/terminaltables
+   terminaltables

 

diff --git a/dev-python/terminaltables/terminaltables-3.1.0.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
index e83f63bda5f..1692c538ddf 100644
--- a/dev-python/terminaltables/terminaltables-3.1.0.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
-HOMEPAGE="https://robpol86.github.io/terminaltables";
+HOMEPAGE="https://robpol86.github.io/terminaltables/";
 SRC_URI="
https://github.com/Robpol86/terminaltables/archive/v${PV}.tar.gz
-> ${P}.tar.gz"

diff --git a/dev-python/terminaltables/terminaltables-.ebuild 
b/dev-python/terminaltables/terminaltables-.ebuild
index 7bacaa3fb7c..7bea72ca065 100644
--- a/dev-python/terminaltables/terminaltables-.ebuild
+++ b/dev-python/terminaltables/terminaltables-.ebuild
@@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/Robpol86/${PN}.git";
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
-HOMEPAGE="https://robpol86.github.io/terminaltables";
+HOMEPAGE="https://robpol86.github.io/terminaltables/";
 SRC_URI=""
 
 LICENSE="MIT"



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

2020-12-03 Thread Sam James
commit: b9d3442bb780226ee75c81709ca35748e5f1710a
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec  3 11:26:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec  3 11:26:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d3442b

dev-python/terminaltables: Stabilize 3.1.0 x86, #756307

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/terminaltables/terminaltables-3.1.0.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
index 50298406a21..e83f63bda5f 100644
--- a/dev-python/terminaltables/terminaltables-3.1.0.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
test? (



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

2020-12-03 Thread Sam James
commit: 5dd7948da3c87a9c121f197198254f3795cc69c8
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec  3 11:20:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec  3 11:20:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd7948d

dev-python/terminaltables: Stabilize 3.1.0 ALLARCHES, #756307

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

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

diff --git a/dev-python/terminaltables/terminaltables-3.1.0.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
index 86d74c67298..50298406a21 100644
--- a/dev-python/terminaltables/terminaltables-3.1.0.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="
test? (



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

2020-12-03 Thread Sam James
commit: 17a87847cb5e8146fdb17fadcf983fcc03c4c75a
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec  3 11:18:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec  3 11:18:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a87847

dev-python/terminaltables: mark ALLARCHES

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/terminaltables/metadata.xml 
b/dev-python/terminaltables/metadata.xml
index 9ffbd4773b9..f5489853ade 100644
--- a/dev-python/terminaltables/metadata.xml
+++ b/dev-python/terminaltables/metadata.xml
@@ -8,6 +8,7 @@

pyt...@gentoo.org

+   

Robpol86/terminaltables




[gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/files/, dev-python/terminaltables/

2020-07-29 Thread Michał Górny
commit: c188ba0d3efb81b4708dc5baf19b9bfbcb6248cf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 30 05:47:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 06:02:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c188ba0d

dev-python/terminaltables: Port to py3.9, fix tests

Closes: https://bugs.gentoo.org/723590
Signed-off-by: Michał Górny  gentoo.org>

 .../files/terminaltables-3.1.0-stdout.patch| 23 ++
 .../terminaltables/terminaltables-3.1.0.ebuild | 19 +-
 .../terminaltables/terminaltables-.ebuild  | 10 +++---
 3 files changed, 36 insertions(+), 16 deletions(-)

diff --git a/dev-python/terminaltables/files/terminaltables-3.1.0-stdout.patch 
b/dev-python/terminaltables/files/terminaltables-3.1.0-stdout.patch
new file mode 100644
index 000..e463ff66f93
--- /dev/null
+++ b/dev-python/terminaltables/files/terminaltables-3.1.0-stdout.patch
@@ -0,0 +1,23 @@
+From 9cb9d0ef11fac861e46776fb18cef309df28c234 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Thu, 30 Jul 2020 07:59:05 +0200
+Subject: [PATCH] Fix writing binary data to sys.stdout
+
+---
+ terminaltables/terminal_io.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/terminaltables/terminal_io.py b/terminaltables/terminal_io.py
+index 8b8c10d..310263c 100644
+--- a/terminaltables/terminal_io.py
 b/terminaltables/terminal_io.py
+@@ -94,5 +94,5 @@ def set_terminal_title(title, kernel32=None):
+ return kernel32.SetConsoleTitleW(title) != 0
+ 
+ # Linux/OSX.
+-sys.stdout.write(b'\033]0;' + title_bytes + b'\007')
++sys.stdout.buffer.write(b'\033]0;' + title_bytes + b'\007')
+ return True
+-- 
+2.28.0
+

diff --git a/dev-python/terminaltables/terminaltables-3.1.0.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
index 384bf33858e..86d74c67298 100644
--- a/dev-python/terminaltables/terminaltables-3.1.0.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
@@ -3,27 +3,28 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
 HOMEPAGE="https://robpol86.github.io/terminaltables";
-SRC_URI="https://github.com/Robpol86/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="
+   https://github.com/Robpol86/terminaltables/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
test? (
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/colorclass[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
)"
 
-python_test() {
-   pytest -vv || die "Tests fail with ${EPYTHON}"
-}
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/terminaltables-3.1.0-stdout.patch
+)

diff --git a/dev-python/terminaltables/terminaltables-.ebuild 
b/dev-python/terminaltables/terminaltables-.ebuild
index a855b1d99da..7bacaa3fb7c 100644
--- a/dev-python/terminaltables/terminaltables-.ebuild
+++ b/dev-python/terminaltables/terminaltables-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6..9} )
 EGIT_REPO_URI="https://github.com/Robpol86/${PN}.git";
 inherit distutils-r1 git-r3
 
@@ -14,10 +14,8 @@ SRC_URI=""
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
test? (
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/colorclass[${PYTHON_USEDEP}]
@@ -25,6 +23,4 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
)"
 
-python_test() {
-   pytest -vv || die "Tests fail with ${EPYTHON}"
-}
+distutils_enable_tests pytest



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

2020-02-04 Thread Michał Górny
commit: 387a145f840098af220acdc6f644508e4845dd4e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 15:46:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 15:46:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387a145f

dev-python/terminaltables: Remove py2

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

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

diff --git a/dev-python/terminaltables/terminaltables-3.1.0.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
index 850b353f1d1..384bf33858e 100644
--- a/dev-python/terminaltables/terminaltables-3.1.0.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 DESCRIPTION="Generate simple tables in terminals from a nested list of strings"

diff --git a/dev-python/terminaltables/terminaltables-.ebuild 
b/dev-python/terminaltables/terminaltables-.ebuild
index 260b99550c1..a855b1d99da 100644
--- a/dev-python/terminaltables/terminaltables-.ebuild
+++ b/dev-python/terminaltables/terminaltables-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 EGIT_REPO_URI="https://github.com/Robpol86/${PN}.git";
 inherit distutils-r1 git-r3
 



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

2019-08-11 Thread Michał Górny
commit: 25b057eb8fcc123b6a1f029232ca50364f113ac8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 11 08:31:57 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 11 08:31:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b057eb

dev-python/terminaltables: Fix maintainer type

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

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

diff --git a/dev-python/terminaltables/metadata.xml 
b/dev-python/terminaltables/metadata.xml
index 671aa966e36..9ffbd4773b9 100644
--- a/dev-python/terminaltables/metadata.xml
+++ b/dev-python/terminaltables/metadata.xml
@@ -5,7 +5,7 @@
grkni...@gentoo.org
Brian Evans

-   
+   
pyt...@gentoo.org





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

2019-07-07 Thread Michał Górny
commit: 43e790874fa8751b42ccc200eae55e08f15734ba
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  7 12:09:46 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  7 12:09:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e79087

dev-python/terminaltables: Fix remote-id

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

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

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


-   dbcli/mycli
+   Robpol86/terminaltables

 



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

2019-07-07 Thread Michał Górny
commit: 9835a0e6f152d16275b666aaa0f02d505c3d24c3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  7 12:13:37 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  7 12:16:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9835a0e6

dev-python/terminaltables: EAPI 7, tests, py3.7

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

 .../terminaltables/terminaltables-3.1.0.ebuild | 23 --
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/dev-python/terminaltables/terminaltables-3.1.0.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
index 7c1b9f0d30d..851902172a4 100644
--- a/dev-python/terminaltables/terminaltables-3.1.0.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
@@ -1,18 +1,29 @@
 # 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,3_6,3_7} )
 inherit distutils-r1
 
 DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
-
 HOMEPAGE="https://robpol86.github.io/terminaltables";
 SRC_URI="https://github.com/Robpol86/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/colorclass[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/termcolor[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



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

2019-07-07 Thread Michał Górny
commit: 8fed8c7a568f0459f51e4377c2c1069756d3f60a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  7 12:09:31 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  7 12:09:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fed8c7a

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

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

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

diff --git a/dev-python/terminaltables/metadata.xml 
b/dev-python/terminaltables/metadata.xml
index c80f9449008..d213484f5b5 100644
--- a/dev-python/terminaltables/metadata.xml
+++ b/dev-python/terminaltables/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/terminaltables/

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

dev-python/terminaltables: Sync the live ebuild

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

 .../terminaltables/terminaltables-.ebuild  | 23 --
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/dev-python/terminaltables/terminaltables-.ebuild 
b/dev-python/terminaltables/terminaltables-.ebuild
index eab7f76a409..891efcd3a4e 100644
--- a/dev-python/terminaltables/terminaltables-.ebuild
+++ b/dev-python/terminaltables/terminaltables-.ebuild
@@ -1,19 +1,30 @@
 # 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,3_6,3_7} )
 EGIT_REPO_URI="https://github.com/Robpol86/${PN}.git";
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
-
 HOMEPAGE="https://robpol86.github.io/terminaltables";
 SRC_URI=""
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/colorclass[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/termcolor[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



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

2017-10-04 Thread Michał Górny
commit: 396bd413048209989b4aad91506dcaddc8a49e06
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  4 07:24:28 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  4 08:56:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396bd413

dev-python/terminaltables: Strip empty metadata.xml elements

 dev-python/terminaltables/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/terminaltables/metadata.xml 
b/dev-python/terminaltables/metadata.xml
index fa7bcf5cdc2..c80f9449008 100644
--- a/dev-python/terminaltables/metadata.xml
+++ b/dev-python/terminaltables/metadata.xml
@@ -1,8 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   

grkni...@gentoo.org
Brian Evans



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

2017-07-05 Thread Brian Evans
commit: f34de80de3f6787cb26cfed596ad4bad1d5228d1
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 15:01:31 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 15:01:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34de80d

dev-python/terminaltables: New Package, required for dev-db/mycli

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/terminaltables/Manifest|  1 +
 dev-python/terminaltables/metadata.xml| 13 +
 dev-python/terminaltables/terminaltables-3.1.0.ebuild | 18 ++
 dev-python/terminaltables/terminaltables-.ebuild  | 19 +++
 4 files changed, 51 insertions(+)

diff --git a/dev-python/terminaltables/Manifest 
b/dev-python/terminaltables/Manifest
new file mode 100644
index 000..0796b12e897
--- /dev/null
+++ b/dev-python/terminaltables/Manifest
@@ -0,0 +1 @@
+DIST terminaltables-3.1.0.tar.gz 278484 SHA256 
c02ecf68e22374ca8226d2af314875489e59d523ebec6a363a554e4716a84723 SHA512 
dc49458652fff8bc6094d316d84c9b8e9fca1a26e3230c0b668bc03ec8528793f4ef024e8032d4a56fbfabfdfd4a1142870f550f0b373ba6a42dd2e3ead3f501
 WHIRLPOOL 
7d28e7f468faf9644121f92d2f38d59980ec1f2cebd3f7249b5959da9a7d43c86790e4fbfa9822a1e283bfb16fac21d905def3586f05daadd531e17ea8399d00

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

diff --git a/dev-python/terminaltables/terminaltables-3.1.0.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
new file mode 100644
index 000..44c1384e4f3
--- /dev/null
+++ b/dev-python/terminaltables/terminaltables-3.1.0.ebuild
@@ -0,0 +1,18 @@
+# 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="Generate simple tables in terminals from a nested list of strings"
+
+HOMEPAGE="https://robpol86.github.io/terminaltables";
+SRC_URI="https://github.com/Robpol86/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""

diff --git a/dev-python/terminaltables/terminaltables-.ebuild 
b/dev-python/terminaltables/terminaltables-.ebuild
new file mode 100644
index 000..ec8ccf91652
--- /dev/null
+++ b/dev-python/terminaltables/terminaltables-.ebuild
@@ -0,0 +1,19 @@
+# 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/Robpol86/${PN}.git";
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
+
+HOMEPAGE="https://robpol86.github.io/terminaltables";
+SRC_URI=""
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""