* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2019-12-07 21:55 Patrick McLean
0 siblings, 0 replies; 18+ messages in thread
From: Patrick McLean @ 2019-12-07 21:55 UTC (permalink / raw
To: gentoo-commits
commit: 2edb3dcb57a562191f7e9f79d09bdea3b6d18e9c
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 7 20:06:09 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Dec 7 21:55:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2edb3dcb
dev-python/intreehooks: New package
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/intreehooks/Manifest | 1 +
dev-python/intreehooks/intreehooks-1.0.ebuild | 40 +++++++++++++++++++++++++++
dev-python/intreehooks/metadata.xml | 12 ++++++++
3 files changed, 53 insertions(+)
diff --git a/dev-python/intreehooks/Manifest b/dev-python/intreehooks/Manifest
new file mode 100644
index 00000000000..cde19e0d648
--- /dev/null
+++ b/dev-python/intreehooks/Manifest
@@ -0,0 +1 @@
+DIST intreehooks-1.0.tar.gz 2701 BLAKE2B 2c82bae05cf3fc3bde13e8dd2ffb9d1ef79edc6711b5038f6f9b3dddd863492be24a425bf848c9868ecf730f813243fb5fa50ebfad52b44341be18e72727f195 SHA512 5a020dd6bd7994eca5f476618f57e2d86567756fae74f6fa50b6fbc96accfe8db910f3175bafa3ce85f37b05edc05ca1042dcec78407a241cfaffc0a0e997f4e
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
new file mode 100644
index 00000000000..a2471a84947
--- /dev/null
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+inherit distutils-r1
+
+DESCRIPTION="Load a PEP 517 backend from inside the source tree"
+HOMEPAGE="https://pypi.org/project/intreehooks https://github.com/takluyver/intreehooks"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+ dev-python/toml[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ # replace pytoml with toml
+ sed -e 's:pytoml:toml:' \
+ -i setup.py intreehooks.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+ local -a DOCS=( README.rst )
+ use examples && dodoc -r examples
+
+ distutils-r1_python_install_all
+}
diff --git a/dev-python/intreehooks/metadata.xml b/dev-python/intreehooks/metadata.xml
new file mode 100644
index 00000000000..34d6356499c
--- /dev/null
+++ b/dev-python/intreehooks/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>chutzpah@gentoo.org</email>
+ <name>Patrick McLean</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">intreehooks</remote-id>
+ <remote-id type="github">takluyver/intreehooks</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2020-01-30 21:26 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2020-01-30 21:26 UTC (permalink / raw
To: gentoo-commits
commit: b2438301b5961a4710c0de264f264fc9f3a0e4c0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 21:11:52 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 21:26:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2438301
dev-python/intreehooks: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index 1ba877949d3..59f3292ae93 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1
DESCRIPTION="Load a PEP 517 backend from inside the source tree"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-03-22 7:36 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2021-03-22 7:36 UTC (permalink / raw
To: gentoo-commits
commit: fdc2db1a4db8f72064dcd52a8ad028441799c8fe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 07:18:44 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 07:35:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc2db1a
dev-python/intreehooks: Add python@ as co-maint
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/intreehooks/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/intreehooks/metadata.xml b/dev-python/intreehooks/metadata.xml
index b877c5c9271..3f61140b669 100644
--- a/dev-python/intreehooks/metadata.xml
+++ b/dev-python/intreehooks/metadata.xml
@@ -5,6 +5,10 @@
<email>chutzpah@gentoo.org</email>
<name>Patrick McLean</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<upstream>
<remote-id type="pypi">intreehooks</remote-id>
<remote-id type="github">takluyver/intreehooks</remote-id>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-03-22 7:36 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2021-03-22 7:36 UTC (permalink / raw
To: gentoo-commits
commit: 02545e8c4f3408917f45b6a62c312cfb11826f17
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 07:18:32 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 07:35:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02545e8c
dev-python/intreehooks: Enable py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index b4757923117..14369e12a72 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
inherit distutils-r1
DESCRIPTION="Load a PEP 517 backend from inside the source tree"
@@ -18,9 +18,6 @@ IUSE="examples"
RDEPEND="
dev-python/toml[${PYTHON_USEDEP}]
"
-BDEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-03-22 7:36 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2021-03-22 7:36 UTC (permalink / raw
To: gentoo-commits
commit: e90d683c4e2d550274d1cd927cc1fb5e04a1373d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 07:35:14 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 07:35:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90d683c
dev-python/intreehooks: Correct HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index 14369e12a72..cba27a4650e 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -7,7 +7,9 @@ PYTHON_COMPAT=( python3_{7..9} pypy3 )
inherit distutils-r1
DESCRIPTION="Load a PEP 517 backend from inside the source tree"
-HOMEPAGE="https://pypi.org/project/intreehooks https://github.com/takluyver/intreehooks"
+HOMEPAGE="
+ https://pypi.org/project/intreehooks/
+ https://github.com/takluyver/intreehooks/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-05-24 19:42 Patrick McLean
0 siblings, 0 replies; 18+ messages in thread
From: Patrick McLean @ 2021-05-24 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 33f25be3dba564ffe7246a728c397121859e14cb
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 18:53:03 2021 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon May 24 19:42:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f25be3
dev-python/intreehooks-1.0: Add py310
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index cba27a4650e..de53a841ed6 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Load a PEP 517 backend from inside the source tree"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-09-24 22:48 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-09-24 22:48 UTC (permalink / raw
To: gentoo-commits
commit: df90590301c9a18b4d637806fa890565d13583ee
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Sep 24 14:16:59 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 24 22:48:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df905903
dev-python/intreehooks: keyworded 1.0 for sparc, bug #814500
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index de53a841ed6..1b079e15366 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-10-09 20:19 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-10-09 20:19 UTC (permalink / raw
To: gentoo-commits
commit: d62476dc0f34f19c0b047d8cd593d0946aa440c5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 9 20:19:03 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 20:19:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62476dc
dev-python/intreehooks: Keyword 1.0 arm, #814500
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index 1b079e15366..51e6ef88ee5 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~sparc ~x86"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-10-10 0:09 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-10-10 0:09 UTC (permalink / raw
To: gentoo-commits
commit: ea8eed93ba93a49e53b21ad2fce7cb47078eb578
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 00:07:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 00:07:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea8eed93
dev-python/intreehooks: Keyword 1.0 ppc64, #814500
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index 51e6ef88ee5..11b33de2623 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 ~sparc ~x86"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-10-10 2:20 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-10-10 2:20 UTC (permalink / raw
To: gentoo-commits
commit: afdd37e02eb54af36aac6313412f056b75582f05
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 02:19:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 02:19:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afdd37e0
dev-python/intreehooks: Keyword 1.0 arm64, #814500
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index 11b33de2623..e1e64866859 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-10-10 20:43 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-10-10 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 0cd88b73c09018fdd58cf049d6052d1bfdaf3547
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 20:42:54 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 20:42:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd88b73
dev-python/intreehooks: Keyword 1.0 ppc, #814500
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index e1e64866859..45c9332772e 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-10-24 0:19 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-10-24 0:19 UTC (permalink / raw
To: gentoo-commits
commit: f5444558b0208e864c2eaac30bbc4136ac4dbc0a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 00:18:28 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 00:18:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5444558
dev-python/intreehooks: Stabilize 1.0 sparc, #819867
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index 45c9332772e..f2fa7cbecf3 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-10-24 2:27 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-10-24 2:27 UTC (permalink / raw
To: gentoo-commits
commit: bbe2de6c642da359da527d74378adae2878f25e1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 02:27:13 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 02:27:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe2de6c
dev-python/intreehooks: Stabilize 1.0 amd64, #819867
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index f2fa7cbecf3..15d8de162b3 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-10-24 4:51 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-10-24 4:51 UTC (permalink / raw
To: gentoo-commits
commit: 4d743a59471574d884ea5fdc29136a2418f9aa3c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 04:51:07 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 04:51:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d743a59
dev-python/intreehooks: Stabilize 1.0 x86, #819867
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index 15d8de162b3..7a7e8c8d8fb 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-11-15 16:29 Agostino Sarubbo
0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2021-11-15 16:29 UTC (permalink / raw
To: gentoo-commits
commit: 3ed0bfb667e7944fe230b52ada0af0e9c22020be
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 16:27:21 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 16:27:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed0bfb6
dev-python/intreehooks: ppc stable wrt bug #803719
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index 7a7e8c8d8fb8..73207c651e21 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 sparc x86"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-11-18 10:50 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-11-18 10:50 UTC (permalink / raw
To: gentoo-commits
commit: 558de7867b756d8b08f45a0b33fc11d9701af827
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 10:49:39 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 10:49:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558de786
dev-python/intreehooks: Stabilize 1.0 arm, #803806
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index 73207c651e21..0b53fd52ffd2 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 sparc x86"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-11-19 7:59 Arthur Zamarin
0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2021-11-19 7:59 UTC (permalink / raw
To: gentoo-commits
commit: 1a09ca17024f7461a77b32542dc0923c92f03615
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 07:57:08 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 07:57:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a09ca17
dev-python/intreehooks: Stabilize 1.0 arm64, #803719
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index 0b53fd52ffd2..893393b0a4e2 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/
@ 2021-11-19 11:39 Arthur Zamarin
0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2021-11-19 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 1fb4d39975d53e08b7f544cadff9548fe211ddec
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 11:38:20 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 11:38:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb4d399
dev-python/intreehooks: Stabilize 1.0 ppc64, #803719
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index 893393b0a4e2..6ecc6f8d5c34 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2021-11-19 11:39 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-24 2:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/intreehooks/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-11-19 11:39 Arthur Zamarin
2021-11-19 7:59 Arthur Zamarin
2021-11-18 10:50 Sam James
2021-11-15 16:29 Agostino Sarubbo
2021-10-24 4:51 Sam James
2021-10-24 0:19 Sam James
2021-10-10 20:43 Sam James
2021-10-10 2:20 Sam James
2021-10-10 0:09 Sam James
2021-10-09 20:19 Sam James
2021-09-24 22:48 Sam James
2021-05-24 19:42 Patrick McLean
2021-03-22 7:36 Michał Górny
2021-03-22 7:36 Michał Górny
2021-03-22 7:36 Michał Górny
2020-01-30 21:26 Michał Górny
2019-12-07 21:55 Patrick McLean
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox