public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables3/
@ 2024-12-30  7:48 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2024-12-30  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c2650be655749256f441afe6120a0a092f92cfe9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 07:45:23 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 07:45:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2650be6

dev-python/terminaltables3: New package, v4.0.0

This is basically a renamed version of the existing fork providing
dev-python/terminaltables.  Its only reverse dependency,
dev-python/keep, now requires this name, so *shrug*.

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

 dev-python/terminaltables3/Manifest                |  1 +
 dev-python/terminaltables3/metadata.xml            | 12 +++++++
 .../terminaltables3/terminaltables3-4.0.0.ebuild   | 40 ++++++++++++++++++++++
 3 files changed, 53 insertions(+)

diff --git a/dev-python/terminaltables3/Manifest b/dev-python/terminaltables3/Manifest
new file mode 100644
index 000000000000..e273e6f9d03a
--- /dev/null
+++ b/dev-python/terminaltables3/Manifest
@@ -0,0 +1 @@
+DIST terminaltables3-4.0.0.gh.tar.gz 311975 BLAKE2B 5a89b46c2357905a7029f7ca3ecabf08cd7c4b5ab3a82dd239242939c98a1ff495be73451bc4a0f75c0aff27bdd3c6ab087de8da7ac3a989b9e26493fd497dc2 SHA512 9d7641f5c0225661a2d4f1c4374aa18bf2abc26e33455015a414b1684f6ec85dd032453637416e1e36273c43b78acaff1da8228a13a2cf393b429d6fa7328923

diff --git a/dev-python/terminaltables3/metadata.xml b/dev-python/terminaltables3/metadata.xml
new file mode 100644
index 000000000000..349b07363031
--- /dev/null
+++ b/dev-python/terminaltables3/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">matthewdeanmartin/terminaltables3</remote-id>
+		<remote-id type="pypi">terminaltables3</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild b/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild
new file mode 100644
index 000000000000..6ffc94fde017
--- /dev/null
+++ b/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild
@@ -0,0 +1,40 @@
+# 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..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
+HOMEPAGE="
+	https://github.com/matthewdeanmartin/terminaltables3/
+	https://pypi.org/project/terminaltables3/
+"
+SRC_URI="
+	https://github.com/matthewdeanmartin/terminaltables3/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/colorama[${PYTHON_USEDEP}]
+		dev-python/colorclass[${PYTHON_USEDEP}]
+		dev-python/termcolor[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+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] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables3/
@ 2025-01-18  8:24 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2025-01-18  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     7d2bea65cf3ad197276bc6ea6f19e5ec8142e4d2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 08:23:53 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 08:23:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2bea65

dev-python/terminaltables3: Stabilize 4.0.0 amd64, #948299

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

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

diff --git a/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild b/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild
index 6ffc94fde017..e51d4b587ef0 100644
--- a/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild
+++ b/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 BDEPEND="
 	test? (


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables3/
@ 2025-01-18  9:49 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2025-01-18  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cbd9ef263c088a60f58712b07f98ba5fd9e7819a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 09:49:43 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 09:49:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd9ef26

dev-python/terminaltables3: Stabilize 4.0.0 x86, #948299

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild b/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild
index e51d4b587ef0..492556bd73cf 100644
--- a/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild
+++ b/dev-python/terminaltables3/terminaltables3-4.0.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 BDEPEND="
 	test? (


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-01-18  9:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-18  8:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/terminaltables3/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2025-01-18  9:49 Arthur Zamarin
2024-12-30  7:48 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