* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2017-07-05 15:04 Brian Evans
0 siblings, 0 replies; 24+ messages in thread
From: Brian Evans @ 2017-07-05 15:04 UTC (permalink / raw
To: gentoo-commits
commit: f34de80de3f6787cb26cfed596ad4bad1d5228d1
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 5 15:01:31 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 15:01:31 2017 +0000
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-9999.ebuild | 19 +++++++++++++++++++
4 files changed, 51 insertions(+)
diff --git a/dev-python/terminaltables/Manifest b/dev-python/terminaltables/Manifest
new file mode 100644
index 00000000000..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 00000000000..fa7bcf5cdc2
--- /dev/null
+++ b/dev-python/terminaltables/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <use>
+ </use>
+ <maintainer type="person">
+ <email>grknight@gentoo.org</email>
+ <name>Brian Evans</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">dbcli/mycli</remote-id>
+ </upstream>
+</pkgmetadata>
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 00000000000..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-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild
new file mode 100644
index 00000000000..ec8ccf91652
--- /dev/null
+++ b/dev-python/terminaltables/terminaltables-9999.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=""
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2017-10-04 8:57 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2017-10-04 8:57 UTC (permalink / raw
To: gentoo-commits
commit: 396bd413048209989b4aad91506dcaddc8a49e06
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 07:24:28 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 08:56:49 2017 +0000
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <use>
- </use>
<maintainer type="person">
<email>grknight@gentoo.org</email>
<name>Brian Evans</name>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2019-07-07 13:10 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2019-07-07 13:10 UTC (permalink / raw
To: gentoo-commits
commit: e48a24ebbbec9b6bbecc00e76d10cacda7cc6e30
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 7 12:17:14 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 12:17:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48a24eb
dev-python/terminaltables: Sync the live ebuild
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../terminaltables/terminaltables-9999.ebuild | 23 ++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/dev-python/terminaltables/terminaltables-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild
index eab7f76a409..891efcd3a4e 100644
--- a/dev-python/terminaltables/terminaltables-9999.ebuild
+++ b/dev-python/terminaltables/terminaltables-9999.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}"
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2019-07-07 13:10 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2019-07-07 13:10 UTC (permalink / raw
To: gentoo-commits
commit: 8fed8c7a568f0459f51e4377c2c1069756d3f60a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 7 12:09:31 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 12:09:31 2019 +0000
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 <mgorny <AT> 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 @@
<email>grknight@gentoo.org</email>
<name>Brian Evans</name>
</maintainer>
+ <maintainer type="person">
+ <email>python@gentoo.org</email>
+ </maintainer>
<upstream>
<remote-id type="github">dbcli/mycli</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2019-07-07 13:10 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2019-07-07 13:10 UTC (permalink / raw
To: gentoo-commits
commit: 43e790874fa8751b42ccc200eae55e08f15734ba
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 7 12:09:46 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 12:09:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e79087
dev-python/terminaltables: Fix remote-id
Signed-off-by: Michał Górny <mgorny <AT> 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 @@
<email>python@gentoo.org</email>
</maintainer>
<upstream>
- <remote-id type="github">dbcli/mycli</remote-id>
+ <remote-id type="github">Robpol86/terminaltables</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2019-07-07 13:10 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2019-07-07 13:10 UTC (permalink / raw
To: gentoo-commits
commit: 9835a0e6f152d16275b666aaa0f02d505c3d24c3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 7 12:13:37 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 12:16:46 2019 +0000
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 <mgorny <AT> 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}"
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2019-08-11 8:32 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2019-08-11 8:32 UTC (permalink / raw
To: gentoo-commits
commit: 25b057eb8fcc123b6a1f029232ca50364f113ac8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 08:31:57 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 08:31:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b057eb
dev-python/terminaltables: Fix maintainer type
Signed-off-by: Michał Górny <mgorny <AT> 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 @@
<email>grknight@gentoo.org</email>
<name>Brian Evans</name>
</maintainer>
- <maintainer type="person">
+ <maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<upstream>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2020-02-04 15:48 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2020-02-04 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 387a145f840098af220acdc6f644508e4845dd4e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 15:46:37 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 15:46:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387a145f
dev-python/terminaltables: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/terminaltables/terminaltables-3.1.0.ebuild | 2 +-
dev-python/terminaltables/terminaltables-9999.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-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild
index 260b99550c1..a855b1d99da 100644
--- a/dev-python/terminaltables/terminaltables-9999.ebuild
+++ b/dev-python/terminaltables/terminaltables-9999.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
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2020-12-03 11:19 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2020-12-03 11:19 UTC (permalink / raw
To: gentoo-commits
commit: 17a87847cb5e8146fdb17fadcf983fcc03c4c75a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 11:18:29 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 11:18:29 2020 +0000
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 <sam <AT> 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 @@
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="github">Robpol86/terminaltables</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2020-12-03 11:20 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2020-12-03 11:20 UTC (permalink / raw
To: gentoo-commits
commit: 5dd7948da3c87a9c121f197198254f3795cc69c8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 11:20:12 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 11:20:12 2020 +0000
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 <sam <AT> 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? (
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2020-12-03 11:26 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2020-12-03 11:26 UTC (permalink / raw
To: gentoo-commits
commit: b9d3442bb780226ee75c81709ca35748e5f1710a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 11:26:10 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 11:26:25 2020 +0000
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 <sam <AT> 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? (
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2020-12-11 15:16 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2020-12-11 15:16 UTC (permalink / raw
To: gentoo-commits
commit: 5eec94c5a39bb69b1813e356930de05d3c276ad8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 15:12:25 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 15:16:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eec94c5
dev-python/terminaltables: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/terminaltables/metadata.xml | 1 +
dev-python/terminaltables/terminaltables-3.1.0.ebuild | 2 +-
dev-python/terminaltables/terminaltables-9999.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 @@
<stabilize-allarches/>
<upstream>
<remote-id type="github">Robpol86/terminaltables</remote-id>
+ <remote-id type="pypi">terminaltables</remote-id>
</upstream>
</pkgmetadata>
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-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild
index 7bacaa3fb7c..7bea72ca065 100644
--- a/dev-python/terminaltables/terminaltables-9999.ebuild
+++ b/dev-python/terminaltables/terminaltables-9999.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"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2021-05-23 13:41 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2021-05-23 13:41 UTC (permalink / raw
To: gentoo-commits
commit: 527a636989b4994fc0b98879698041e8f697bd77
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 13:07:29 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 23 13:40:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527a6369
dev-python/terminaltables: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/terminaltables/terminaltables-3.1.0.ebuild | 4 ++--
dev-python/terminaltables/terminaltables-9999.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-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild
index a5353396fce..f20c73f288f 100644
--- a/dev-python/terminaltables/terminaltables-9999.ebuild
+++ b/dev-python/terminaltables/terminaltables-9999.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}]
)"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2021-12-07 22:23 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2021-12-07 22:23 UTC (permalink / raw
To: gentoo-commits
commit: 15d120f89822bfe5d32ed606ed3d82c764ce16fd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 7 22:14:14 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 7 22:23:53 2021 +0000
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 <mgorny <AT> gentoo.org>
dev-python/terminaltables/Manifest | 1 +
dev-python/terminaltables/metadata.xml | 2 +-
.../terminaltables/terminaltables-3.1.10.ebuild | 39 ++++++++++++++++++++++
.../terminaltables/terminaltables-9999.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 84fa403cee4206b6b19de0206d89535bd2965a0796e1890dd9b0a9c6593c5f41d0d24b88ee9db426067c777712a4e810d67d4d0246496239a7a96b53a24e8174
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 @@
</maintainer>
<stabilize-allarches/>
<upstream>
- <remote-id type="github">Robpol86/terminaltables</remote-id>
+ <remote-id type="github">matthewdeanmartin/terminaltables</remote-id>
<remote-id type="pypi">terminaltables</remote-id>
</upstream>
</pkgmetadata>
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 000000000000..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-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild
index f20c73f288fc..ed12c5a82704 100644
--- a/dev-python/terminaltables/terminaltables-9999.ebuild
+++ b/dev-python/terminaltables/terminaltables-9999.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"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2022-01-08 18:03 Jakov Smolić
0 siblings, 0 replies; 24+ messages in thread
From: Jakov Smolić @ 2022-01-08 18:03 UTC (permalink / raw
To: gentoo-commits
commit: a36800e96f3dafd091798846cb8fcfcd993e5625
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 8 18:02:23 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jan 8 18:02:23 2022 +0000
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ć <jsmolic <AT> 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? (
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2022-01-08 18:23 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2022-01-08 18:23 UTC (permalink / raw
To: gentoo-commits
commit: b6b2cd6b568b46f7e06be2150952b577f414d34e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 8 18:20:57 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 8 18:20:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b2cd6b
dev-python/terminaltables: Remove old
Signed-off-by: Michał Górny <mgorny <AT> 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 84fa403cee4206b6b19de0206d89535bd2965a0796e1890dd9b0a9c6593c5f41d0d24b88ee9db426067c777712a4e810d67d4d0246496239a7a96b53a24e8174
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..000000000000
--- 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
-)
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2022-01-27 10:02 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2022-01-27 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 0c11f0846ab6bd82b4dcf3051b49d84f59864714
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 27 09:35:00 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 10:02:15 2022 +0000
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 <mgorny <AT> gentoo.org>
...9999.ebuild => terminaltables-3.1.10-r1.ebuild} | 24 +++++++++++++++++-----
.../terminaltables/terminaltables-9999.ebuild | 12 +++++++++--
2 files changed, 29 insertions(+), 7 deletions(-)
diff --git a/dev-python/terminaltables/terminaltables-9999.ebuild b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
similarity index 51%
copy from dev-python/terminaltables/terminaltables-9999.ebuild
copy to dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
index ed12c5a82704..76c1156f4c7a 100644
--- a/dev-python/terminaltables/terminaltables-9999.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-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild
index ed12c5a82704..c5cb790fdd38 100644
--- a/dev-python/terminaltables/terminaltables-9999.ebuild
+++ b/dev-python/terminaltables/terminaltables-9999.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
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2022-02-27 18:52 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2022-02-27 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 37b4bac8aead677ed8f59a655be8940b341e7f98
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 18:47:27 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 18:47:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b4bac8
dev-python/terminaltables: Remove old
Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2022-11-20 6:45 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2022-11-20 6:45 UTC (permalink / raw
To: gentoo-commits
commit: bd8fab279b57b024101f77363ebdc029b21e51e2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 06:45:12 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 06:45:12 2022 +0000
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 <sam <AT> gentoo.org>
dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild | 9 ++++++++-
dev-python/terminaltables/terminaltables-9999.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-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild
index c5cb790fdd38..5b904f1c7220 100644
--- a/dev-python/terminaltables/terminaltables-9999.ebuild
+++ b/dev-python/terminaltables/terminaltables-9999.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
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2023-10-27 18:27 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2023-10-27 18:27 UTC (permalink / raw
To: gentoo-commits
commit: 1ea8886945608e60c4892ec824b7eafeb7a47cd8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 18:22:40 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 18:22:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea88869
dev-python/terminaltables: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> 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"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2023-10-27 18:27 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2023-10-27 18:27 UTC (permalink / raw
To: gentoo-commits
commit: 40102fa42494b13231c3b2bef2c74b374605a47f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 18:27:35 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 18:27:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40102fa4
dev-python/terminaltables: Fix distfile suffix
Signed-off-by: Michał Górny <mgorny <AT> 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 84fa403cee4206b6b19de0206d89535bd2965a0796e1890dd9b0a9c6593c5f41d0d24b88ee9db426067c777712a4e810d67d4d0246496239a7a96b53a24e8174
+DIST terminaltables-3.1.10.gh.tar.gz 282122 BLAKE2B 53d5ecde38370f5b05d3eaae4b618ada6991214feadc7e826467dafede5baaf8292e47e6b2be903eb8ae6d46e3066314fe7950d7330056cd3053e0d643ad1a9e SHA512 84fa403cee4206b6b19de0206d89535bd2965a0796e1890dd9b0a9c6593c5f41d0d24b88ee9db426067c777712a4e810d67d4d0246496239a7a96b53a24e8174
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"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2023-10-27 18:28 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2023-10-27 18:28 UTC (permalink / raw
To: gentoo-commits
commit: d6fcdabb7c528bbaf78f2d932646dc5ba3aed06c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 18:28:14 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 18:28:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6fcdabb
dev-python/terminaltables: Update the live ebuild
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/terminaltables/terminaltables-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/terminaltables/terminaltables-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild
index 9cc45516afc3..10b2ae4c6d5c 100644
--- a/dev-python/terminaltables/terminaltables-9999.ebuild
+++ b/dev-python/terminaltables/terminaltables-9999.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? (
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2023-11-30 2:08 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2023-11-30 2:08 UTC (permalink / raw
To: gentoo-commits
commit: 948b3bc0f5916a3bf366589137544308ea788a24
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Thu Nov 30 01:05:23 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 02:04:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948b3bc0
dev-python/terminaltables: Keyword 3.1.10-r1 arm64, #917931
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
index cb2c58c8d708..50ffbc6b6a46 100644
--- a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/
@ 2024-05-19 11:47 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2024-05-19 11:47 UTC (permalink / raw
To: gentoo-commits
commit: 26092a62824fb727ab7a1e43ea9903d85f7cb765
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 06:31:07 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 19 11:47:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26092a62
dev-python/terminaltables: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild | 4 ++--
dev-python/terminaltables/terminaltables-9999.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-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild
index 10b2ae4c6d5c..ff444cb98746 100644
--- a/dev-python/terminaltables/terminaltables-9999.ebuild
+++ b/dev-python/terminaltables/terminaltables-9999.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
^ permalink raw reply related [flat|nested] 24+ messages in thread
end of thread, other threads:[~2024-05-19 11:47 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 15:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables/ Brian Evans
-- strict thread matches above, loose matches on Subject: below --
2017-10-04 8:57 Michał Górny
2019-07-07 13:10 Michał Górny
2019-07-07 13:10 Michał Górny
2019-07-07 13:10 Michał Górny
2019-07-07 13:10 Michał Górny
2019-08-11 8:32 Michał Górny
2020-02-04 15:48 Michał Górny
2020-12-03 11:19 Sam James
2020-12-03 11:20 Sam James
2020-12-03 11:26 Sam James
2020-12-11 15:16 Michał Górny
2021-05-23 13:41 Michał Górny
2021-12-07 22:23 Michał Górny
2022-01-08 18:03 Jakov Smolić
2022-01-08 18:23 Michał Górny
2022-01-27 10:02 Michał Górny
2022-02-27 18:52 Michał Górny
2022-11-20 6:45 Sam James
2023-10-27 18:27 Michał Górny
2023-10-27 18:27 Michał Górny
2023-10-27 18:28 Michał Górny
2023-11-30 2:08 Sam James
2024-05-19 11:47 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox