* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2015-11-06 7:27 Justin Lecher
0 siblings, 0 replies; 21+ messages in thread
From: Justin Lecher @ 2015-11-06 7:27 UTC (permalink / raw
To: gentoo-commits
commit: 04c50e089bbe210a3c5384391e1f004c7bb339c8
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 5 14:30:21 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 07:27:25 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c50e08
virtual/python-greenlet: Virtual to handle build-in support in pypy
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
virtual/python-greenlet/metadata.xml | 5 +++++
virtual/python-greenlet/python-greenlet-1.0.ebuild | 23 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/virtual/python-greenlet/metadata.xml b/virtual/python-greenlet/metadata.xml
new file mode 100644
index 0000000..301d220
--- /dev/null
+++ b/virtual/python-greenlet/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+</pkgmetadata>
diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0.ebuild
new file mode 100644
index 0000000..80ab805e
--- /dev/null
+++ b/virtual/python-greenlet/python-greenlet-1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit python-r1
+
+DESCRIPTION="A virtual for Python greenlet module"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm -hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ $(python_gen_cond_dep 'dev-python/greenlet[${PYTHON_USEDEP}]' 'python*')"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2015-11-16 9:47 Justin Lecher
0 siblings, 0 replies; 21+ messages in thread
From: Justin Lecher @ 2015-11-16 9:47 UTC (permalink / raw
To: gentoo-commits
commit: 00772e80894f7f2cff7d9dcc628bad4f56c4eb49
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 09:46:27 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 09:47:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00772e80
virtual/python-greenlet: Transfer KEYWORDS from dev-python/greenlet
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565766
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
virtual/python-greenlet/python-greenlet-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0.ebuild
index 80ab805e..e3c7bde 100644
--- a/virtual/python-greenlet/python-greenlet-1.0.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~arm -hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm -hppa ~mips ppc ppc64 x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2016-02-28 6:51 Matt Thode
0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2016-02-28 6:51 UTC (permalink / raw
To: gentoo-commits
commit: 23d5258bf1ad251bbd1ee9acb9681ea44b62a0b3
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 06:46:04 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 06:46:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d5258b
virtual/python-greenlet: keywording arm64
merged on X-C1
Package-Manager: portage-2.2.26
virtual/python-greenlet/python-greenlet-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0.ebuild
index e3c7bde..7801571 100644
--- a/virtual/python-greenlet/python-greenlet-1.0.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="amd64 arm -hppa ~mips ppc ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 -hppa ~mips ppc ppc64 x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2017-05-04 16:40 Manuel Rüger
0 siblings, 0 replies; 21+ messages in thread
From: Manuel Rüger @ 2017-05-04 16:40 UTC (permalink / raw
To: gentoo-commits
commit: e57a67e41ccc8093ab9c825fa64abb7e9ffdd2a8
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 16:32:23 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu May 4 16:40:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57a67e4
virtual/python-greenlet: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
virtual/python-greenlet/python-greenlet-1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0.ebuild
index afa77c6930d..4f2384226a7 100644
--- a/virtual/python-greenlet/python-greenlet-1.0.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit python-r1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2018-07-18 9:41 Alexys Jacob
0 siblings, 0 replies; 21+ messages in thread
From: Alexys Jacob @ 2018-07-18 9:41 UTC (permalink / raw
To: gentoo-commits
commit: c80cb36cb75a6bc46ec4b24326c5d7e6d582c55a
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 09:33:55 2018 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 09:40:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80cb36c
virtual/python-greenlet: add python3.7 support
Package-Manager: Portage-2.3.43, Repoman-2.3.10
virtual/python-greenlet/python-greenlet-1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0.ebuild
index 4f2384226a7..13bded7e61d 100644
--- a/virtual/python-greenlet/python-greenlet-1.0.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
inherit python-r1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2018-08-30 21:34 Matt Thode
0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2018-08-30 21:34 UTC (permalink / raw
To: gentoo-commits
commit: 5fda8c2e6364f5a8580d506478570b7857d69748
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 20:15:25 2018 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 21:34:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fda8c2e
virtual/python-greenlet: arm64 stable for pbr
Package-Manager: Portage-2.3.48, Repoman-2.3.10
virtual/python-greenlet/python-greenlet-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0.ebuild
index 13bded7e61d..39a08da8d1b 100644
--- a/virtual/python-greenlet/python-greenlet-1.0.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for Python greenlet module"
SLOT="0"
-KEYWORDS="amd64 arm ~arm64 -hppa ~mips ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2019-01-29 13:31 Mikle Kolyada
0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2019-01-29 13:31 UTC (permalink / raw
To: gentoo-commits
commit: b30272f6d67fe283d4be762f468dd87fe71ac841
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 29 13:24:02 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jan 29 13:31:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30272f6
virtual/python-greenlet: mark s390 stable
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
virtual/python-greenlet/python-greenlet-1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0.ebuild
index 39a08da8d1b..23624f84ee6 100644
--- a/virtual/python-greenlet/python-greenlet-1.0.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for Python greenlet module"
SLOT="0"
-KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 s390 x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2019-11-27 7:58 Patrick McLean
0 siblings, 0 replies; 21+ messages in thread
From: Patrick McLean @ 2019-11-27 7:58 UTC (permalink / raw
To: gentoo-commits
commit: 272ca391028fc9c5186379bd5c419d68ffb861a6
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 05:50:33 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 07:57:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272ca391
virtual/python-greenlet-1.0-r1: revbump, move to EAPI=7, python 3.8
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
.../{python-greenlet-1.0.ebuild => python-greenlet-1.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
similarity index 86%
rename from virtual/python-greenlet/python-greenlet-1.0.ebuild
rename to virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
index ce408bd7e6b..08598a64f5a 100644
--- a/virtual/python-greenlet/python-greenlet-1.0.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
inherit python-r1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2019-12-08 10:58 Sergei Trofimovich
0 siblings, 0 replies; 21+ messages in thread
From: Sergei Trofimovich @ 2019-12-08 10:58 UTC (permalink / raw
To: gentoo-commits
commit: 3e5044874f78cf9656fa384b6bf6efed19c49966
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Dec 8 09:31:38 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 10:58:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e504487
virtual/python-greenlet: keyworded 1.0-r1 for sparc, bug #700918
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
virtual/python-greenlet/python-greenlet-1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
index 08598a64f5a..0144bc67fa5 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for Python greenlet module"
SLOT="0"
-KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 s390 x86"
+KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 s390 ~sparc x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2020-01-28 10:20 Agostino Sarubbo
0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2020-01-28 10:20 UTC (permalink / raw
To: gentoo-commits
commit: 6d3e14099900de7d4217f736dcefa5f18456afde
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 10:20:04 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 10:20:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3e1409
virtual/python-greenlet: ~x86 keyword wrt bug #700918
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="~x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
virtual/python-greenlet/python-greenlet-1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
index 71bb8dd147c..912bb65a54b 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for Python greenlet module"
SLOT="0"
-KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 s390 ~sparc ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2020-01-28 11:32 Agostino Sarubbo
0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2020-01-28 11:32 UTC (permalink / raw
To: gentoo-commits
commit: af6f7d3bfcca3070341959abc3293756eb311e70
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 11:32:35 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 11:32:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6f7d3b
Revert "virtual/python-greenlet: ~x86 keyword wrt bug #700918"
This reverts commit 6d3e14099900de7d4217f736dcefa5f18456afde.
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
virtual/python-greenlet/python-greenlet-1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
index 912bb65a54b..71bb8dd147c 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for Python greenlet module"
SLOT="0"
-KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 s390 ~sparc x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2020-01-29 7:47 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2020-01-29 7:47 UTC (permalink / raw
To: gentoo-commits
commit: d33d27417908f6c3f460b2c64b894e9e9dfe793f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 07:46:39 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 07:46:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33d2741
virtual/python-greenlet: Sync KEYWORDS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-greenlet/python-greenlet-1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
index 71bb8dd147c..6e4f4cc0dc7 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for Python greenlet module"
SLOT="0"
-KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2020-04-04 19:55 Sergei Trofimovich
0 siblings, 0 replies; 21+ messages in thread
From: Sergei Trofimovich @ 2020-04-04 19:55 UTC (permalink / raw
To: gentoo-commits
commit: 67ab20397ff05cd0798d104ff6b54a4149ed4107
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 4 19:43:53 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr 4 19:55:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ab2039
virtual/python-greenlet: drop ia64 hppa
greenlet still has no arch-specific code for ia64 and hppa
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
virtual/python-greenlet/python-greenlet-1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
index 6e4f4cc0dc7..00e373fb83c 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for Python greenlet module"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2020-05-26 18:09 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2020-05-26 18:09 UTC (permalink / raw
To: gentoo-commits
commit: d4311131f81cd98e6e485a7ed3bb4185473b7daa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 17:02:37 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 26 18:09:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4311131
virtual/python-greenlet: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-greenlet/python-greenlet-1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
index 00e373fb83c..f452e5f894f 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit python-r1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2020-09-20 9:36 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2020-09-20 9:36 UTC (permalink / raw
To: gentoo-commits
commit: 32d26beb450629485f927d8cd74a3a7c69189a0a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 08:48:51 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 09:36:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d26beb
virtual/python-greenlet: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{python-greenlet-1.0-r1.ebuild => python-greenlet-1.0-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
similarity index 89%
rename from virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
rename to virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
index f452e5f894f..988c8b2aadd 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit python-r1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2020-12-20 5:15 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2020-12-20 5:15 UTC (permalink / raw
To: gentoo-commits
commit: 1b594611aa143a9a50ca3745cf33f684945fafac
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 05:15:27 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 05:15:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b594611
virtual/python-greenlet: improve MissingVirtualKeywords
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
virtual/python-greenlet/python-greenlet-1.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
index 988c8b2aadd..4967a6697c3 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for Python greenlet module"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2021-05-13 15:19 David Seifert
0 siblings, 0 replies; 21+ messages in thread
From: David Seifert @ 2021-05-13 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 9100c1749d76abfd05f3b213fe9904f4e7873f8a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 15:18:45 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 13 15:18:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9100c174
virtual/python-greenlet: Mark ALLARCHES
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
virtual/python-greenlet/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/virtual/python-greenlet/metadata.xml b/virtual/python-greenlet/metadata.xml
index 7f4f33c6dbc..4c43a15ce6f 100644
--- a/virtual/python-greenlet/metadata.xml
+++ b/virtual/python-greenlet/metadata.xml
@@ -5,4 +5,5 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2021-05-18 22:34 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2021-05-18 22:34 UTC (permalink / raw
To: gentoo-commits
commit: 3ad8578d4ef311d54afdaf8637419da73be4d1d1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 22:33:14 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 18 22:34:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad8578d
virtual/python-greenlet: Sync keywords
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-greenlet/python-greenlet-1.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
index 84228fb5618..26e13c4a985 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for Python greenlet module"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2021-05-18 22:34 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2021-05-18 22:34 UTC (permalink / raw
To: gentoo-commits
commit: 88a5024b16b9f3cadc07926cf8d48d160d29a37b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 22:33:54 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 18 22:34:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a5024b
virtual/python-greenlet: Enable python3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-greenlet/python-greenlet-1.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
index 26e13c4a985..4059d4b0879 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit python-r1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2021-07-28 0:21 Marek Szuba
0 siblings, 0 replies; 21+ messages in thread
From: Marek Szuba @ 2021-07-28 0:21 UTC (permalink / raw
To: gentoo-commits
commit: d54bbf9d968b9fb295b455cb99071b49f0036bf4
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 28 00:21:01 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jul 28 00:21:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54bbf9d
virtual/python-greenlet: keyword 1.0-r2 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
virtual/python-greenlet/python-greenlet-1.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
index 4059d4b0879..bd5af4120b1 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
@@ -3,13 +3,13 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit python-r1
DESCRIPTION="A virtual for Python greenlet module"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
@ 2022-07-15 18:30 Arthur Zamarin
0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2022-07-15 18:30 UTC (permalink / raw
To: gentoo-commits
commit: 2e18f69aec085db2c0a341529e3f575769f1d873
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 18:15:29 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 18:15:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e18f69a
virtual/python-greenlet: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
virtual/python-greenlet/python-greenlet-1.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
index bd5af4120b1a..4b5418a9e45a 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r2.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=7
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit python-r1
^ permalink raw reply related [flat|nested] 21+ messages in thread
end of thread, other threads:[~2022-07-15 18:30 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-26 18:09 [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2022-07-15 18:30 Arthur Zamarin
2021-07-28 0:21 Marek Szuba
2021-05-18 22:34 Michał Górny
2021-05-18 22:34 Michał Górny
2021-05-13 15:19 David Seifert
2020-12-20 5:15 Sam James
2020-09-20 9:36 Michał Górny
2020-04-04 19:55 Sergei Trofimovich
2020-01-29 7:47 Michał Górny
2020-01-28 11:32 Agostino Sarubbo
2020-01-28 10:20 Agostino Sarubbo
2019-12-08 10:58 Sergei Trofimovich
2019-11-27 7:58 Patrick McLean
2019-01-29 13:31 Mikle Kolyada
2018-08-30 21:34 Matt Thode
2018-07-18 9:41 Alexys Jacob
2017-05-04 16:40 Manuel Rüger
2016-02-28 6:51 Matt Thode
2015-11-16 9:47 Justin Lecher
2015-11-06 7:27 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox