public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/colored/
@ 2020-07-17 20:49 Matthias Coppens
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Coppens @ 2020-07-17 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     db450b98de0492aa8b5faefb640e8fc85e647a60
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Fri Jul 17 20:47:26 2020 +0000
Commit:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Fri Jul 17 20:49:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db450b98

dev-python/colored: New package

This is a Python library for colored terminal output.

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>

 dev-python/colored/Manifest             |  1 +
 dev-python/colored/colored-1.4.2.ebuild | 23 +++++++++++++++++++++++
 dev-python/colored/colored-9999.ebuild  | 23 +++++++++++++++++++++++
 dev-python/colored/metadata.xml         | 12 ++++++++++++
 4 files changed, 59 insertions(+)

diff --git a/dev-python/colored/Manifest b/dev-python/colored/Manifest
new file mode 100644
index 0000000..e7db83b
--- /dev/null
+++ b/dev-python/colored/Manifest
@@ -0,0 +1 @@
+DIST colored-1.4.2.tar.gz 23973 BLAKE2B 3f6d91c08634d6e6616f968b7e06d0d7822a15d02e7129fab6fb4d3a4cb9ca166fd0de5cf3240fdf76918d09aab28224459d332821994730b4070dd7d4336b7e SHA512 31b604baf41d054a3b269e843393c63ede3be279331108ce1127ee30e63f19365c45f63744a5c3bdb5c355716138b7d1768e761ead456c480d5ae1183952a406

diff --git a/dev-python/colored/colored-1.4.2.ebuild b/dev-python/colored/colored-1.4.2.ebuild
new file mode 100644
index 0000000..22895d3
--- /dev/null
+++ b/dev-python/colored/colored-1.4.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}"
+case "${PV}" in
+	9999)
+		inherit git-r3
+		;;
+	*)
+		SRC_URI="${EGIT_REPO_URI}/-/archive/${PV}/${P}.tar.gz"
+		KEYWORDS="~amd64"
+esac
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Very simple Python library for color and formatting in terminal"
+HOMEPAGE="${EGIT_REPO_URI}"
+LICENSE="MIT"
+
+SLOT="0"

diff --git a/dev-python/colored/colored-9999.ebuild b/dev-python/colored/colored-9999.ebuild
new file mode 100644
index 0000000..22895d3
--- /dev/null
+++ b/dev-python/colored/colored-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}"
+case "${PV}" in
+	9999)
+		inherit git-r3
+		;;
+	*)
+		SRC_URI="${EGIT_REPO_URI}/-/archive/${PV}/${P}.tar.gz"
+		KEYWORDS="~amd64"
+esac
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Very simple Python library for color and formatting in terminal"
+HOMEPAGE="${EGIT_REPO_URI}"
+LICENSE="MIT"
+
+SLOT="0"

diff --git a/dev-python/colored/metadata.xml b/dev-python/colored/metadata.xml
new file mode 100644
index 0000000..49250fb
--- /dev/null
+++ b/dev-python/colored/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>coppens.matthias.abc@gmail.com</email>
+        <description>Matthias Coppens</description>
+    </maintainer>
+    <longdescription>
+        Very simple Python library for color and formatting in terminal.
+        Collection of color codes and names for 256 color terminal setups.
+    </longdescription>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/colored/
@ 2020-07-21 20:01 Matthias Coppens
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Coppens @ 2020-07-21 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     a9f017ffb8f6d9701f68529d2c7e3a1c09fd5f34
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Tue Jul 21 19:59:05 2020 +0000
Commit:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Tue Jul 21 19:59:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9f017ff

dev-python/colored: Fixed metadata.xml

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>

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

diff --git a/dev-python/colored/metadata.xml b/dev-python/colored/metadata.xml
index 49250fb..ab22b87 100644
--- a/dev-python/colored/metadata.xml
+++ b/dev-python/colored/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
     <maintainer type="person">
         <email>coppens.matthias.abc@gmail.com</email>
-        <description>Matthias Coppens</description>
+        <name>Matthias Coppens</name>
     </maintainer>
     <longdescription>
         Very simple Python library for color and formatting in terminal.


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/colored/
@ 2021-03-28  9:55 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8776dbcde92979804deae2b3c40d8cfbef8ff8c7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:41:06 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:41:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8776dbcd

dev-python/colored: fix ReferenceInMetadataVar

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/colored/colored-1.4.2.ebuild | 4 ++--
 dev-python/colored/colored-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/colored/colored-1.4.2.ebuild b/dev-python/colored/colored-1.4.2.ebuild
index 0a54d40e5..f418fb0c9 100644
--- a/dev-python/colored/colored-1.4.2.ebuild
+++ b/dev-python/colored/colored-1.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
 inherit distutils-r1
 
 DESCRIPTION="Very simple Python library for color and formatting in terminal"
-HOMEPAGE="${EGIT_REPO_URI}"
+HOMEPAGE="https://gitlab.com/dslackw/colored"
 LICENSE="MIT"
 
 SLOT="0"

diff --git a/dev-python/colored/colored-9999.ebuild b/dev-python/colored/colored-9999.ebuild
index 0a54d40e5..f418fb0c9 100644
--- a/dev-python/colored/colored-9999.ebuild
+++ b/dev-python/colored/colored-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
 inherit distutils-r1
 
 DESCRIPTION="Very simple Python library for color and formatting in terminal"
-HOMEPAGE="${EGIT_REPO_URI}"
+HOMEPAGE="https://gitlab.com/dslackw/colored"
 LICENSE="MIT"
 
 SLOT="0"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/colored/
@ 2021-08-08 15:54 Anna Vyalkova
  0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2021-08-08 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     451ae9d05cb8f0fcbf4d7f2d64a13678b53714b4
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Aug  8 13:22:09 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Aug  8 15:53:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=451ae9d0

dev-python/colored: drop live, bump eapi/python

Closes: https://bugs.gentoo.org/800123
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/colored/colored-1.4.2.ebuild | 27 ++++++++++++++-------------
 dev-python/colored/colored-9999.ebuild  | 23 -----------------------
 2 files changed, 14 insertions(+), 36 deletions(-)

diff --git a/dev-python/colored/colored-1.4.2.ebuild b/dev-python/colored/colored-1.4.2.ebuild
index f418fb0c9..66c738a8e 100644
--- a/dev-python/colored/colored-1.4.2.ebuild
+++ b/dev-python/colored/colored-1.4.2.ebuild
@@ -1,23 +1,24 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}"
-case "${PV}" in
-	9999)
-		inherit git-r3
-		;;
-	*)
-		SRC_URI="${EGIT_REPO_URI}/-/archive/${PV}/${P}.tar.gz"
-		KEYWORDS="~amd64"
-esac
-
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
+EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}"
+
 DESCRIPTION="Very simple Python library for color and formatting in terminal"
 HOMEPAGE="https://gitlab.com/dslackw/colored"
-LICENSE="MIT"
+SRC_URI="https://gitlab.com/dslackw/${PN}/-/archive/${PV}/${P}.tar.gz"
 
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
 SLOT="0"
+
+DOCS=( CHANGES.md README.rst docs )
+
+python_test() {
+	"${EPYTHON}" tests/test_hex_1.py || die
+	"${EPYTHON}" tests/test_hex_2.py || die
+}

diff --git a/dev-python/colored/colored-9999.ebuild b/dev-python/colored/colored-9999.ebuild
deleted file mode 100644
index f418fb0c9..000000000
--- a/dev-python/colored/colored-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}"
-case "${PV}" in
-	9999)
-		inherit git-r3
-		;;
-	*)
-		SRC_URI="${EGIT_REPO_URI}/-/archive/${PV}/${P}.tar.gz"
-		KEYWORDS="~amd64"
-esac
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Very simple Python library for color and formatting in terminal"
-HOMEPAGE="https://gitlab.com/dslackw/colored"
-LICENSE="MIT"
-
-SLOT="0"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/colored/
@ 2022-01-30  1:05 Matthias Coppens
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Coppens @ 2022-01-30  1:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ce05b59f05d33aff945a8a0da91dd685ee87e307
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Sun Jan 30 01:05:07 2022 +0000
Commit:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Sun Jan 30 01:05:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce05b59f

dev-python/colored: Version bump 1.4.3

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>

 dev-python/colored/Manifest             |  1 +
 dev-python/colored/colored-1.4.3.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/colored/Manifest b/dev-python/colored/Manifest
index e7db83bf9..461230d2a 100644
--- a/dev-python/colored/Manifest
+++ b/dev-python/colored/Manifest
@@ -1 +1,2 @@
 DIST colored-1.4.2.tar.gz 23973 BLAKE2B 3f6d91c08634d6e6616f968b7e06d0d7822a15d02e7129fab6fb4d3a4cb9ca166fd0de5cf3240fdf76918d09aab28224459d332821994730b4070dd7d4336b7e SHA512 31b604baf41d054a3b269e843393c63ede3be279331108ce1127ee30e63f19365c45f63744a5c3bdb5c355716138b7d1768e761ead456c480d5ae1183952a406
+DIST colored-1.4.3.tar.gz 24324 BLAKE2B 8924029b06571053a450d1beebe12fb7318d813bcd273b816c88d2f9186e66f12ebdaee631680dbe17348141faf8d80e551c6446a5bd3cb9c09eb09131058571 SHA512 e6f8047a210f38e5fc84e4e24870810ab34eed2bc9003e5f777c3f6de007c3cf61a89bf75e275f3ebfa8fb63420925b41502498534516c464c92ba3949d2f4eb

diff --git a/dev-python/colored/colored-1.4.3.ebuild b/dev-python/colored/colored-1.4.3.ebuild
new file mode 100644
index 000000000..4c1e89350
--- /dev/null
+++ b/dev-python/colored/colored-1.4.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}"
+
+DESCRIPTION="Very simple Python library for color and formatting in terminal"
+HOMEPAGE="https://gitlab.com/dslackw/colored"
+SRC_URI="https://gitlab.com/dslackw/${PN}/-/archive/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( CHANGES.md README.rst docs )
+
+python_test() {
+	"${EPYTHON}" tests/test_hex_1.py || die
+	"${EPYTHON}" tests/test_hex_2.py || die
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/colored/
@ 2024-04-13 12:31 Henri Gasc
  0 siblings, 0 replies; 6+ messages in thread
From: Henri Gasc @ 2024-04-13 12:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8eb0438772910ad98091f12ae80987791163a826
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Fri Apr 12 20:08:50 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sat Apr 13 12:31:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8eb04387

dev-python/colored: add 2.2.4, drop 1.4.2 1.4.3

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/colored/Manifest                        |  3 +--
 dev-python/colored/colored-1.4.3.ebuild            | 24 ----------------------
 .../{colored-1.4.2.ebuild => colored-2.2.4.ebuild} | 19 ++++++++---------
 3 files changed, 10 insertions(+), 36 deletions(-)

diff --git a/dev-python/colored/Manifest b/dev-python/colored/Manifest
index 461230d2ae..dc61de8928 100644
--- a/dev-python/colored/Manifest
+++ b/dev-python/colored/Manifest
@@ -1,2 +1 @@
-DIST colored-1.4.2.tar.gz 23973 BLAKE2B 3f6d91c08634d6e6616f968b7e06d0d7822a15d02e7129fab6fb4d3a4cb9ca166fd0de5cf3240fdf76918d09aab28224459d332821994730b4070dd7d4336b7e SHA512 31b604baf41d054a3b269e843393c63ede3be279331108ce1127ee30e63f19365c45f63744a5c3bdb5c355716138b7d1768e761ead456c480d5ae1183952a406
-DIST colored-1.4.3.tar.gz 24324 BLAKE2B 8924029b06571053a450d1beebe12fb7318d813bcd273b816c88d2f9186e66f12ebdaee631680dbe17348141faf8d80e551c6446a5bd3cb9c09eb09131058571 SHA512 e6f8047a210f38e5fc84e4e24870810ab34eed2bc9003e5f777c3f6de007c3cf61a89bf75e275f3ebfa8fb63420925b41502498534516c464c92ba3949d2f4eb
+DIST colored-2.2.4.tar.bz2 18246 BLAKE2B 0895ad4c0851af77526309d991f0271d1837087ecf1562031fdd391fa820e6973155ce5b9be66c527855331f25195ef327508bcfbba5bc5bb31d9a5b0c13d30f SHA512 4ae77b2b72d06c9da3dfe232cc4eac2414c350d8b19905005f1f0d31b208238b1462f59468d89860fb2c4617e47c81b48f0780a22969dc2ee83c90ffd2dd5431

diff --git a/dev-python/colored/colored-1.4.3.ebuild b/dev-python/colored/colored-1.4.3.ebuild
deleted file mode 100644
index e767c29823..0000000000
--- a/dev-python/colored/colored-1.4.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 pypy3 )
-inherit distutils-r1
-
-EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}"
-
-DESCRIPTION="Very simple Python library for color and formatting in terminal"
-HOMEPAGE="https://gitlab.com/dslackw/colored"
-SRC_URI="https://gitlab.com/dslackw/${PN}/-/archive/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-DOCS=( CHANGES.md README.rst docs )
-
-python_test() {
-	"${EPYTHON}" tests/test_hex_1.py || die
-	"${EPYTHON}" tests/test_hex_2.py || die
-}

diff --git a/dev-python/colored/colored-1.4.2.ebuild b/dev-python/colored/colored-2.2.4.ebuild
similarity index 55%
rename from dev-python/colored/colored-1.4.2.ebuild
rename to dev-python/colored/colored-2.2.4.ebuild
index 9985bba407..681699a688 100644
--- a/dev-python/colored/colored-1.4.2.ebuild
+++ b/dev-python/colored/colored-2.2.4.ebuild
@@ -1,24 +1,23 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 pypy3 )
-inherit distutils-r1
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
-EGIT_REPO_URI="https://gitlab.com/dslackw/${PN}"
+inherit distutils-r1
 
 DESCRIPTION="Very simple Python library for color and formatting in terminal"
 HOMEPAGE="https://gitlab.com/dslackw/colored"
-SRC_URI="https://gitlab.com/dslackw/${PN}/-/archive/${PV}/${P}.tar.gz"
+SRC_URI="https://gitlab.com/dslackw/${PN}/-/archive/${PV}/${P}.tar.bz2"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 
 DOCS=( CHANGES.md README.rst docs )
 
-python_test() {
-	"${EPYTHON}" tests/test_hex_1.py || die
-	"${EPYTHON}" tests/test_hex_2.py || die
-}
+# Until we find a way to set colored as unaware of TTY, we should not test as
+# half of them fail, see https://gitlab.com/dslackw/colored/-/issues/32
+# distutils_enable_tests pytest


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

end of thread, other threads:[~2024-04-13 12:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-28  9:55 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/colored/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-04-13 12:31 Henri Gasc
2022-01-30  1:05 Matthias Coppens
2021-08-08 15:54 Anna Vyalkova
2020-07-21 20:01 Matthias Coppens
2020-07-17 20:49 Matthias Coppens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox