* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2018-02-21 22:11 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2018-02-21 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 067b64a3ff588c2b6b61de0eedc552605ca8ef09
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 21:48:28 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 22:11:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067b64a3
virtual/python-singledispatch: Keyword ~amd64-fbsd
virtual/python-singledispatch/python-singledispatch-0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index d8fea99eb1d..f2b54d525a4 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for the Python functools.singledispatch function"
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-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-singledispatch/
@ 2020-03-11 12:52 Louis Sautier
0 siblings, 0 replies; 21+ messages in thread
From: Louis Sautier @ 2020-03-11 12:52 UTC (permalink / raw
To: gentoo-commits
commit: 57decee9b344493248c9b517d09a5d8069debbb9
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 12:43:35 2020 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 12:52:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57decee9
virtual/python-singledispatch: add PyPy3 support
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
virtual/python-singledispatch/python-singledispatch-0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 8f81fd4f977..2679d59fd8d 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} )
inherit python-r1
@@ -13,4 +13,4 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 pypy)"
+ $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' -2)"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2019-12-14 0:41 David Seifert
0 siblings, 0 replies; 21+ messages in thread
From: David Seifert @ 2019-12-14 0:41 UTC (permalink / raw
To: gentoo-commits
commit: 5a64f2ee7a9e230b39f799722f14fe9435695d40
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 00:41:07 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 00:41:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a64f2ee
virtual/python-singledispatch: [QA] Remove dead python impl
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 62d41a97eb9..de4f135df52 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -13,4 +13,4 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"
+ $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 pypy)"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2019-11-15 7:33 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2019-11-15 7:33 UTC (permalink / raw
To: gentoo-commits
commit: bee18927fe3a152e8516b77b1ae125599fb65887
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 07:29:41 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 07:33:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee18927
virtual/python-singledispatch: Enable py3.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index dde4e6b3119..62d41a97eb9 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
inherit python-r1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2018-06-28 13:55 Mikle Kolyada
0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2018-06-28 13:55 UTC (permalink / raw
To: gentoo-commits
commit: e2cae9c113efb94aa72020666de81aa1f3deeb1b
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 13:50:41 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 13:55:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2cae9c1
virtual/python-singledispatch: mark s390 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index f2b54d525a4..d9570ad0cf0 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for the Python functools.singledispatch function"
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-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-singledispatch/
@ 2018-02-11 11:36 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2018-02-11 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 6c032d6c73ee79a7f81475c5f94d0d4b580221b6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 11:21:01 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 11:36:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c032d6c
virtual/python-singledispatch: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:
- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
virtual/python-singledispatch/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/virtual/python-singledispatch/metadata.xml b/virtual/python-singledispatch/metadata.xml
index a7153a96747..3ef008f49a9 100644
--- a/virtual/python-singledispatch/metadata.xml
+++ b/virtual/python-singledispatch/metadata.xml
@@ -8,6 +8,5 @@
<maintainer type="person">
<email>timo@rothenpieler.org</email>
<name>Timo Rothenpieler</name>
- <description>proxy maintainer</description>
</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2017-12-27 19:02 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2017-12-27 19:02 UTC (permalink / raw
To: gentoo-commits
commit: 23963dff022f068867372d9415d70ecf4b341dd0
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 18:56:02 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 19:01:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23963dff
virtual/python-singledispatch: added Prefix keywords, bug #606554
Package-Manager: Portage-2.3.13, Repoman-2.3.3
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 019fac95238..d8fea99eb1d 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for the Python functools.singledispatch function"
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-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-singledispatch/
@ 2017-05-19 13:37 Michael Weber
0 siblings, 0 replies; 21+ messages in thread
From: Michael Weber @ 2017-05-19 13:37 UTC (permalink / raw
To: gentoo-commits
commit: 4abb10cf405d9e59b445dc99e9e690fab5cb825d
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 13:29:26 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri May 19 13:36:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abb10cf
virtual/python-singledispatch: arm64 stable (bug 617258).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 1038fbbd0e8..019fac95238 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for the Python functools.singledispatch function"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 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-singledispatch/
@ 2017-04-21 7:33 David Seifert
0 siblings, 0 replies; 21+ messages in thread
From: David Seifert @ 2017-04-21 7:33 UTC (permalink / raw
To: gentoo-commits
commit: a7d1afe7634a8e003fa96782a3460db3fa8c524f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 07:25:17 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 07:25:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d1afe7
virtual/python-singledispatch: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
virtual/python-singledispatch/python-singledispatch-0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index ae2de99b868..1038fbbd0e8 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -10,5 +10,7 @@ inherit python-r1
DESCRIPTION="A virtual for the Python functools.singledispatch function"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"
+RDEPEND="${PYTHON_DEPS}
+ $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2017-01-26 22:35 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2017-01-26 22:35 UTC (permalink / raw
To: gentoo-commits
commit: f9c532ae16bb19a2da9e024d0fc87bed0dc511cf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 22:30:41 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 22:35:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c532ae
virtual/python-singledispatch: Enable python3.6
virtual/python-singledispatch/python-singledispatch-0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 46c5bbe..9107e51 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -4,11 +4,11 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit python-r1
-DESCRIPTION="A virtual for the Python functools.singledispatch module"
+DESCRIPTION="A virtual for the Python functools.singledispatch function"
HOMEPAGE=""
SRC_URI=""
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2016-03-17 13:16 Ian Delaney
0 siblings, 0 replies; 21+ messages in thread
From: Ian Delaney @ 2016-03-17 13:16 UTC (permalink / raw
To: gentoo-commits
commit: 316a00c82a24de81d2b471f68743cc2208a013cd
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 13:05:27 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 13:15:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316a00c8
virtual/python-singledispatch: edit metadata.xml file to update maintainership
Remove user Nikos Chantziaras by his request via email;
From: Nikos Chantziaras <nikos.chantziaras <AT> gmail.com>
To: proxy-maint <AT> gentoo.org
Subject: virtual/python-singledispatch and dev-python/singledispatch
proxy-maint removal
Date: Thu, 17 Mar 2016 13:15:21 +0200
Remove myself as primary maintainer
Add the proxy-maintainers project as a supervising body
Package-Manager: portage-2.2.26
virtual/python-singledispatch/metadata.xml | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/virtual/python-singledispatch/metadata.xml b/virtual/python-singledispatch/metadata.xml
index 361cf32..65ba9d9 100644
--- a/virtual/python-singledispatch/metadata.xml
+++ b/virtual/python-singledispatch/metadata.xml
@@ -1,17 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>idella4@gentoo.org</email>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>>Gentoo Proxy Maintainers Project</name>
</maintainer>
<maintainer type="person">
<email>timo@rothenpieler.org</email>
<name>Timo Rothenpieler</name>
<description>proxy maintainer</description>
</maintainer>
- <maintainer type="person">
- <email>realnc@gmail.com</email>
- <name>Nikos Chantziaras</name>
- <description>proxy maintainer</description>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2016-02-28 6:12 Matt Thode
0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2016-02-28 6:12 UTC (permalink / raw
To: gentoo-commits
commit: cd9ad911328422e4086be861d938bc9bcf06c4f8
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 06:08:40 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 06:08:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9ad911
virtual/python-singledispatch: keywording arm64
merged on X-C1
Package-Manager: portage-2.2.26
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index b589cbb..ec4e1d9 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86"
IUSE=""
RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2016-01-11 9:56 Agostino Sarubbo
0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2016-01-11 9:56 UTC (permalink / raw
To: gentoo-commits
commit: 1159b2d700d614f168ccf9c1bc4c1506cf964978
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 09:55:27 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 09:55:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1159b2d7
virtual/python-singledispatch: ia64 stable wrt bug #549898
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 2c1485b..b589cbb 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86"
IUSE=""
RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2016-01-10 11:22 Agostino Sarubbo
0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2016-01-10 11:22 UTC (permalink / raw
To: gentoo-commits
commit: ecf4213c035e89dd4b784c15cb1de819a6c7d486
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 11:20:47 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 11:20:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf4213c
virtual/python-singledispatch: alpha stable wrt bug #549898
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index b79ec27..2c1485b 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
IUSE=""
RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2015-12-26 12:03 Agostino Sarubbo
0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2015-12-26 12:03 UTC (permalink / raw
To: gentoo-commits
commit: 6105b02d74c1ff976bd102803b9a5ae5975fa531
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 12:00:54 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 12:00:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6105b02d
virtual/python-singledispatch: ppc stable wrt bug #549898
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 59a3186..b79ec27 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
IUSE=""
RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2015-11-26 19:24 Markus Meier
0 siblings, 0 replies; 21+ messages in thread
From: Markus Meier @ 2015-11-26 19:24 UTC (permalink / raw
To: gentoo-commits
commit: f56843a1226a9d5db42d59db2bc39605b2926614
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 19:23:57 2015 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 19:23:57 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56843a1
virtual/python-singledispatch: arm stable, bug #549898
Package-Manager: portage-2.2.25
RepoMan-Options: --include-arches="arm"
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index e158885..59a3186 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
IUSE=""
RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2015-11-24 9:37 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2015-11-24 9:37 UTC (permalink / raw
To: gentoo-commits
commit: baa130f7e3658396a29c4b865cb7fd6882c508fd
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 09:32:46 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 09:37:06 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa130f7
virtual/python-singledispatch: Stable for PPC64 (bug #549898).
Package-Manager: portage-2.2.25
RepoMan-Options: --ignore-arches
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 2374594..e158885 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
IUSE=""
RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2015-11-22 5:38 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2015-11-22 5:38 UTC (permalink / raw
To: gentoo-commits
commit: 3b5b27a94f21084692e7be4a41cb7435168497f5
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 04:59:08 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 05:36:36 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b5b27a9
virtual/python-singledispatch: Stable for HPPA (bug #549898).
Package-Manager: portage-2.2.25
RepoMan-Options: --ignore-arches
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index ebdab7e..2374594 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2015-11-10 11:49 Justin Lecher
0 siblings, 0 replies; 21+ messages in thread
From: Justin Lecher @ 2015-11-10 11:49 UTC (permalink / raw
To: gentoo-commits
commit: 8502d5de7b60b7e823aa497cc8fd4dd3e44b385d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 11:47:40 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 11:49:39 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8502d5de
virtual/python-singledispatch: Keyword under ALLARCHES policy
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 3b6f78f..ebdab7e 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2015-11-10 10:54 Justin Lecher
0 siblings, 0 replies; 21+ messages in thread
From: Justin Lecher @ 2015-11-10 10:54 UTC (permalink / raw
To: gentoo-commits
commit: c7588ea2c205555fae5b8435286afda7e9764bd0
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 07:52:58 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 10:54:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7588ea2
virtual/python-singledispatch: Add missing KEYWRODS and python implementations
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
virtual/python-singledispatch/python-singledispatch-0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index fef19ef..3b6f78f 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit python-r1
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
-RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3)"
+RDEPEND="$(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3 pypy)"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
@ 2015-10-21 13:41 Justin Lecher
0 siblings, 0 replies; 21+ messages in thread
From: Justin Lecher @ 2015-10-21 13:41 UTC (permalink / raw
To: gentoo-commits
commit: 49dd4a6826c83aaedbb2667e59ed354207d0fa11
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 06:25:56 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 13:40:24 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49dd4a68
virtual/python-singledispatch: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
virtual/python-singledispatch/metadata.xml | 10 +++++-----
virtual/python-singledispatch/python-singledispatch-0.ebuild | 4 +++-
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/virtual/python-singledispatch/metadata.xml b/virtual/python-singledispatch/metadata.xml
index 543f848..9594521 100644
--- a/virtual/python-singledispatch/metadata.xml
+++ b/virtual/python-singledispatch/metadata.xml
@@ -9,9 +9,9 @@
<name>Timo Rothenpieler</name>
<description>proxy maintainer</description>
</maintainer>
- <maintainer>
- <email>realnc@gmail.com</email>
- <name>Nikos Chantziaras</name>
- <description>proxy maintainer</description>
- </maintainer>
+ <maintainer>
+ <email>realnc@gmail.com</email>
+ <name>Nikos Chantziaras</name>
+ <description>proxy maintainer</description>
+ </maintainer>
</pkgmetadata>
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index 1270c7d..fef19ef 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -3,7 +3,9 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
inherit python-r1
DESCRIPTION="A virtual for the Python functools.singledispatch module"
^ permalink raw reply related [flat|nested] 21+ messages in thread
end of thread, other threads:[~2020-03-11 12:52 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-21 22:11 [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-03-11 12:52 Louis Sautier
2019-12-14 0:41 David Seifert
2019-11-15 7:33 Michał Górny
2018-06-28 13:55 Mikle Kolyada
2018-02-11 11:36 Michał Górny
2017-12-27 19:02 Fabian Groffen
2017-05-19 13:37 Michael Weber
2017-04-21 7:33 David Seifert
2017-01-26 22:35 Michał Górny
2016-03-17 13:16 Ian Delaney
2016-02-28 6:12 Matt Thode
2016-01-11 9:56 Agostino Sarubbo
2016-01-10 11:22 Agostino Sarubbo
2015-12-26 12:03 Agostino Sarubbo
2015-11-26 19:24 Markus Meier
2015-11-24 9:37 Jeroen Roovers
2015-11-22 5:38 Jeroen Roovers
2015-11-10 11:49 Justin Lecher
2015-11-10 10:54 Justin Lecher
2015-10-21 13:41 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox