* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2021-01-16 8:33 Joonas Niilola
0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2021-01-16 8:33 UTC (permalink / raw
To: gentoo-commits
commit: 6b09a4c8792e3fe899948ac04577ffdf966711f4
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Dec 18 18:40:27 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 08:33:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b09a4c8
dev-python/pastel: Python library for colorizing strings in terminal
* Dependency of dev-python/clikit
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/pastel/Manifest | 1 +
dev-python/pastel/metadata.xml | 15 +++++++++++++++
dev-python/pastel/pastel-0.2.1.ebuild | 18 ++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-python/pastel/Manifest b/dev-python/pastel/Manifest
new file mode 100644
index 00000000000..ad6aaf29e8a
--- /dev/null
+++ b/dev-python/pastel/Manifest
@@ -0,0 +1 @@
+DIST pastel-0.2.1.tar.gz 125760 BLAKE2B f9b3c29444bb6bd0e710cd80d4e48cdc9099ad6512cd99b0224559b87504f5b61cfcb90165f97b101b8ff5e9f8b7e230878c5cf50ae2b0555447f5be28977cb0 SHA512 585834d035fe208313a77e0c824f6b67630a85697d4aef802800911cb1da72bfd6c9ba47fe5502359bdf244a98b8f6dea300a788ff1cfd56a8bc19eb7b7dcc16
diff --git a/dev-python/pastel/metadata.xml b/dev-python/pastel/metadata.xml
new file mode 100644
index 00000000000..fc2ac36e165
--- /dev/null
+++ b/dev-python/pastel/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>jakov.smolic@sartura.hr</email>
+ <name>Jakov Smolic</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">sdispater/pastel</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pastel/pastel-0.2.1.ebuild b/dev-python/pastel/pastel-0.2.1.ebuild
new file mode 100644
index 00000000000..69b06142a78
--- /dev/null
+++ b/dev-python/pastel/pastel-0.2.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Bring colors to your terminal"
+HOMEPAGE="https://github.com/sdispater/pastel"
+SRC_URI="https://github.com/sdispater/pastel/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2021-01-17 20:38 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2021-01-17 20:38 UTC (permalink / raw
To: gentoo-commits
commit: 3492a5366dc539172c1aedcd144f2013078fc45f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 15:21:24 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 20:37:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3492a536
dev-python/pastel: Add pypi remote-id
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pastel/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pastel/metadata.xml b/dev-python/pastel/metadata.xml
index fc2ac36e165..fdbca71a6d7 100644
--- a/dev-python/pastel/metadata.xml
+++ b/dev-python/pastel/metadata.xml
@@ -11,5 +11,6 @@
</maintainer>
<upstream>
<remote-id type="github">sdispater/pastel</remote-id>
+ <remote-id type="pypi">pastel</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2021-02-16 12:26 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-02-16 12:26 UTC (permalink / raw
To: gentoo-commits
commit: acf23a3319eefd4afd3cccaf310b44dca540fc94
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 12:26:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 12:26:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf23a33
dev-python/pastel: Stabilize 0.2.1 x86, #770742
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pastel/pastel-0.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pastel/pastel-0.2.1.ebuild b/dev-python/pastel/pastel-0.2.1.ebuild
index 39d75b2ef39..9a1bcc9ea9d 100644
--- a/dev-python/pastel/pastel-0.2.1.ebuild
+++ b/dev-python/pastel/pastel-0.2.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/sdispater/pastel/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2021-02-18 17:12 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-02-18 17:12 UTC (permalink / raw
To: gentoo-commits
commit: 31ed9171f596264697eaa83c917599f4d216b120
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 17:11:57 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 17:11:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ed9171
dev-python/pastel: Stabilize 0.2.1 amd64, #770742
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pastel/pastel-0.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pastel/pastel-0.2.1.ebuild b/dev-python/pastel/pastel-0.2.1.ebuild
index 9a1bcc9ea9d..3d6cd02c981 100644
--- a/dev-python/pastel/pastel-0.2.1.ebuild
+++ b/dev-python/pastel/pastel-0.2.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/sdispater/pastel/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2021-05-06 11:38 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2021-05-06 11:38 UTC (permalink / raw
To: gentoo-commits
commit: fac176efdc35b53168ae785caf770d81a543655d
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu May 6 09:52:22 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 6 11:19:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac176ef
dev-python/pastel: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pastel/pastel-0.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pastel/pastel-0.2.1.ebuild b/dev-python/pastel/pastel-0.2.1.ebuild
index 3d6cd02c981..027b1445f9f 100644
--- a/dev-python/pastel/pastel-0.2.1.ebuild
+++ b/dev-python/pastel/pastel-0.2.1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="Bring colors to your terminal"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2021-10-24 1:09 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-10-24 1:09 UTC (permalink / raw
To: gentoo-commits
commit: 9bbad9991ec92528fb76ae3a5f88578957766a44
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 01:09:41 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 01:09:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbad999
dev-python/pastel: Keyword 0.2.1 arm64, #818877
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pastel/pastel-0.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pastel/pastel-0.2.1.ebuild b/dev-python/pastel/pastel-0.2.1.ebuild
index 027b1445f9f..b3de641de52 100644
--- a/dev-python/pastel/pastel-0.2.1.ebuild
+++ b/dev-python/pastel/pastel-0.2.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/sdispater/pastel/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2021-11-05 3:17 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-11-05 3:17 UTC (permalink / raw
To: gentoo-commits
commit: 0e33f1f1dea351bddb5a38c5a7fe2a0ab20e451f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 5 03:16:57 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 5 03:16:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e33f1f1
dev-python/pastel: Keyword 0.2.1 arm, #818877
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pastel/pastel-0.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pastel/pastel-0.2.1.ebuild b/dev-python/pastel/pastel-0.2.1.ebuild
index b3de641de52..a4ec19a6006 100644
--- a/dev-python/pastel/pastel-0.2.1.ebuild
+++ b/dev-python/pastel/pastel-0.2.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/sdispater/pastel/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2021-11-17 6:57 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2021-11-17 6:57 UTC (permalink / raw
To: gentoo-commits
commit: dea64cf31eb8c0fc5e40cf15f0a232026ae1d080
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 06:57:02 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 06:57:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea64cf3
dev-python/pastel: Keyword 0.2.1 ppc64, #818877
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pastel/pastel-0.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pastel/pastel-0.2.1.ebuild b/dev-python/pastel/pastel-0.2.1.ebuild
index a4ec19a60062..b27b9ad4c249 100644
--- a/dev-python/pastel/pastel-0.2.1.ebuild
+++ b/dev-python/pastel/pastel-0.2.1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/sdispater/pastel/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2022-03-25 19:41 Jakov Smolić
0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2022-03-25 19:41 UTC (permalink / raw
To: gentoo-commits
commit: 8365491e3940a9f747f9a5677cda6baee1f5f216
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 19:39:52 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 19:39:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8365491e
dev-python/pastel: destabilize 0.2.1 for ~x86
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/pastel/pastel-0.2.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pastel/pastel-0.2.1.ebuild b/dev-python/pastel/pastel-0.2.1.ebuild
index b27b9ad4c249..bb1eb0dae447 100644
--- a/dev-python/pastel/pastel-0.2.1.ebuild
+++ b/dev-python/pastel/pastel-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/sdispater/pastel/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2022-08-19 10:48 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2022-08-19 10:48 UTC (permalink / raw
To: gentoo-commits
commit: b36882b2aac41d8dbfe577b8669d90e35e3f135f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 10:00:45 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 10:48:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36882b2
dev-python/pastel: Modernize
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pastel/Manifest | 1 +
dev-python/pastel/pastel-0.2.1-r1.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/pastel/Manifest b/dev-python/pastel/Manifest
index ad6aaf29e8a7..5760732e413f 100644
--- a/dev-python/pastel/Manifest
+++ b/dev-python/pastel/Manifest
@@ -1 +1,2 @@
+DIST pastel-0.2.1.gh.tar.gz 125760 BLAKE2B f9b3c29444bb6bd0e710cd80d4e48cdc9099ad6512cd99b0224559b87504f5b61cfcb90165f97b101b8ff5e9f8b7e230878c5cf50ae2b0555447f5be28977cb0 SHA512 585834d035fe208313a77e0c824f6b67630a85697d4aef802800911cb1da72bfd6c9ba47fe5502359bdf244a98b8f6dea300a788ff1cfd56a8bc19eb7b7dcc16
DIST pastel-0.2.1.tar.gz 125760 BLAKE2B f9b3c29444bb6bd0e710cd80d4e48cdc9099ad6512cd99b0224559b87504f5b61cfcb90165f97b101b8ff5e9f8b7e230878c5cf50ae2b0555447f5be28977cb0 SHA512 585834d035fe208313a77e0c824f6b67630a85697d4aef802800911cb1da72bfd6c9ba47fe5502359bdf244a98b8f6dea300a788ff1cfd56a8bc19eb7b7dcc16
diff --git a/dev-python/pastel/pastel-0.2.1-r1.ebuild b/dev-python/pastel/pastel-0.2.1-r1.ebuild
new file mode 100644
index 000000000000..b314489fc460
--- /dev/null
+++ b/dev-python/pastel/pastel-0.2.1-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bring colors to your terminal"
+HOMEPAGE="
+ https://github.com/sdispater/pastel/
+ https://pypi.org/project/pastel/
+"
+SRC_URI="
+ https://github.com/sdispater/pastel/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2022-08-19 10:48 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2022-08-19 10:48 UTC (permalink / raw
To: gentoo-commits
commit: f3bfff1733ff60dc35f0f2150788992e8c7fe28c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 10:04:30 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 10:48:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3bfff17
dev-python/pastel: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pastel/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/pastel/metadata.xml b/dev-python/pastel/metadata.xml
index d74bdfb714a5..5ad7953a5007 100644
--- a/dev-python/pastel/metadata.xml
+++ b/dev-python/pastel/metadata.xml
@@ -5,6 +5,10 @@
<email>jsmolic@gentoo.org</email>
<name>Jakov Smolić</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">sdispater/pastel</remote-id>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2022-08-20 23:03 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2022-08-20 23:03 UTC (permalink / raw
To: gentoo-commits
commit: 24d16df41a854ab398e24554d8bd1aed7c7921b6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 23:01:37 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 23:01:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d16df4
dev-python/pastel: Stabilize 0.2.1-r1 ALLARCHES, #865855
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pastel/pastel-0.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pastel/pastel-0.2.1-r1.ebuild b/dev-python/pastel/pastel-0.2.1-r1.ebuild
index b314489fc460..3eefaf230b27 100644
--- a/dev-python/pastel/pastel-0.2.1-r1.ebuild
+++ b/dev-python/pastel/pastel-0.2.1-r1.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2022-08-21 6:58 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2022-08-21 6:58 UTC (permalink / raw
To: gentoo-commits
commit: a3fb4e80e8614b6987bcc74b9d498b91922b39e0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 06:57:26 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 06:57:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fb4e80
dev-python/pastel: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pastel/Manifest | 1 -
dev-python/pastel/pastel-0.2.1.ebuild | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/dev-python/pastel/Manifest b/dev-python/pastel/Manifest
index 5760732e413f..daea3c0ecca5 100644
--- a/dev-python/pastel/Manifest
+++ b/dev-python/pastel/Manifest
@@ -1,2 +1 @@
DIST pastel-0.2.1.gh.tar.gz 125760 BLAKE2B f9b3c29444bb6bd0e710cd80d4e48cdc9099ad6512cd99b0224559b87504f5b61cfcb90165f97b101b8ff5e9f8b7e230878c5cf50ae2b0555447f5be28977cb0 SHA512 585834d035fe208313a77e0c824f6b67630a85697d4aef802800911cb1da72bfd6c9ba47fe5502359bdf244a98b8f6dea300a788ff1cfd56a8bc19eb7b7dcc16
-DIST pastel-0.2.1.tar.gz 125760 BLAKE2B f9b3c29444bb6bd0e710cd80d4e48cdc9099ad6512cd99b0224559b87504f5b61cfcb90165f97b101b8ff5e9f8b7e230878c5cf50ae2b0555447f5be28977cb0 SHA512 585834d035fe208313a77e0c824f6b67630a85697d4aef802800911cb1da72bfd6c9ba47fe5502359bdf244a98b8f6dea300a788ff1cfd56a8bc19eb7b7dcc16
diff --git a/dev-python/pastel/pastel-0.2.1.ebuild b/dev-python/pastel/pastel-0.2.1.ebuild
deleted file mode 100644
index bb1eb0dae447..000000000000
--- a/dev-python/pastel/pastel-0.2.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{7..10} )
-inherit distutils-r1
-
-DESCRIPTION="Bring colors to your terminal"
-HOMEPAGE="https://github.com/sdispater/pastel"
-SRC_URI="https://github.com/sdispater/pastel/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2023-06-01 4:07 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2023-06-01 4:07 UTC (permalink / raw
To: gentoo-commits
commit: 06e5dd0147c96eb9df80668d5424190d9bc2f43e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 1 04:06:35 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 1 04:07:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e5dd01
dev-python/pastel: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pastel/pastel-0.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pastel/pastel-0.2.1-r1.ebuild b/dev-python/pastel/pastel-0.2.1-r1.ebuild
index 82aed98e1228..70df926b888f 100644
--- a/dev-python/pastel/pastel-0.2.1-r1.ebuild
+++ b/dev-python/pastel/pastel-0.2.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2023-11-24 14:24 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2023-11-24 14:24 UTC (permalink / raw
To: gentoo-commits
commit: 40f0fc5bd63fdd16cbed9ed5d99f41560fc3a115
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 14:24:33 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 14:24:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f0fc5b
dev-python/pastel: Stabilize 0.2.1-r1 arm64, #918153
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pastel/pastel-0.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pastel/pastel-0.2.1-r1.ebuild b/dev-python/pastel/pastel-0.2.1-r1.ebuild
index 70df926b888f..5a63c18616e4 100644
--- a/dev-python/pastel/pastel-0.2.1-r1.ebuild
+++ b/dev-python/pastel/pastel-0.2.1-r1.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2023-12-27 0:20 Jakov Smolić
0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2023-12-27 0:20 UTC (permalink / raw
To: gentoo-commits
commit: d36ebb954a0c5f116f49c33c3f8d94cfc0090f07
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 18:09:14 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 00:02:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36ebb95
dev-python/pastel: drop myself as a maintainer
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/pastel/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/pastel/metadata.xml b/dev-python/pastel/metadata.xml
index 5ad7953a5007..a375216c22e0 100644
--- a/dev-python/pastel/metadata.xml
+++ b/dev-python/pastel/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>jsmolic@gentoo.org</email>
- <name>Jakov Smolić</name>
- </maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/
@ 2024-05-18 6:36 Michał Górny
0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2024-05-18 6:36 UTC (permalink / raw
To: gentoo-commits
commit: 81386e428d3385349daef6b530c4f62ed6271ed5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 06:31:39 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 06:35:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81386e42
dev-python/pastel: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pastel/pastel-0.2.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pastel/pastel-0.2.1-r1.ebuild b/dev-python/pastel/pastel-0.2.1-r1.ebuild
index 5a63c18616e4..05c1a982ac47 100644
--- a/dev-python/pastel/pastel-0.2.1-r1.ebuild
+++ b/dev-python/pastel/pastel-0.2.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-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
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2024-05-18 6:36 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-17 20:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 6:36 Michał Górny
2023-12-27 0:20 Jakov Smolić
2023-11-24 14:24 Michał Górny
2023-06-01 4:07 Michał Górny
2022-08-21 6:58 Michał Górny
2022-08-20 23:03 Sam James
2022-08-19 10:48 Michał Górny
2022-08-19 10:48 Michał Górny
2022-03-25 19:41 Jakov Smolić
2021-11-17 6:57 Arthur Zamarin
2021-11-05 3:17 Sam James
2021-10-24 1:09 Sam James
2021-05-06 11:38 Michał Górny
2021-02-18 17:12 Sam James
2021-02-16 12:26 Sam James
2021-01-16 8:33 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox