* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2022-03-01 21:05 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2022-03-01 21:05 UTC (permalink / raw
To: gentoo-commits
commit: 19e95402bccbbcfae9cd4249ee25ff7c029510b2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 21:05:16 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 21:05:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e95402
dev-python/rtimulib: Stabilize 7.2.1-r2 x86, #834448
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
index 2ea327453f50..cce7b4894489 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
@@ -18,4 +18,4 @@ S="${WORKDIR}/${MY_P}/Linux/python"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2023-08-05 22:41 Conrad Kostecki
0 siblings, 0 replies; 21+ messages in thread
From: Conrad Kostecki @ 2023-08-05 22:41 UTC (permalink / raw
To: gentoo-commits
commit: bae7441dd523646e5e78dd9dd60af3d76aa7e67c
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 22:15:28 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 22:39:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae7441d
dev-python/rtimulib: add python3.12 support, update SRC_URI
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/rtimulib/Manifest | 2 +-
.../rtimulib/{rtimulib-7.2.1-r2.ebuild => rtimulib-7.2.1-r3.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/rtimulib/Manifest b/dev-python/rtimulib/Manifest
index 0858d126a285..7b943c07089b 100644
--- a/dev-python/rtimulib/Manifest
+++ b/dev-python/rtimulib/Manifest
@@ -1 +1 @@
-DIST RTIMULib-7.2.1.tar.gz 915114 BLAKE2B 5d8a54d4b1083105c1bb3b854e8474cb81cfd5eff843422e2f66f363ae04dd9e87d4cffc8f26c2a68c4f535d77ca229bc7bb7840c59ba3c6d2d45d5ee7f31987 SHA512 2a9d40f5c4db7c875fe82bd79408d97f9b00a3cd0d1be9b19baa3808b4cd260200b8ce5f5d9a6298df760aaca10555eb317d4a2431cd1c07a1b7953448852b23
+DIST RTIMULib-7.2.1.gh.tar.gz 915114 BLAKE2B 5d8a54d4b1083105c1bb3b854e8474cb81cfd5eff843422e2f66f363ae04dd9e87d4cffc8f26c2a68c4f535d77ca229bc7bb7840c59ba3c6d2d45d5ee7f31987 SHA512 2a9d40f5c4db7c875fe82bd79408d97f9b00a3cd0d1be9b19baa3808b4cd260200b8ce5f5d9a6298df760aaca10555eb317d4a2431cd1c07a1b7953448852b23
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r3.ebuild
similarity index 88%
rename from dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
rename to dev-python/rtimulib/rtimulib-7.2.1-r3.ebuild
index cd02e557fb0f..860f7457cfbe 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
@@ -14,7 +14,7 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="Python Binding for RTIMULib, a versatile IMU library"
HOMEPAGE="https://github.com/RPi-Distro/RTIMULib"
-SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}.tar.gz"
+SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
S="${WORKDIR}/${MY_P}/Linux/python"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2023-05-04 16:56 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2023-05-04 16:56 UTC (permalink / raw
To: gentoo-commits
commit: 74a2c2360a300b70571b93b482425afb263d73c0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 16:54:26 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 4 16:56:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a2c236
dev-python/rtimulib: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
index 9fc1bc8b0aa8..cd02e557fb0f 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2022-05-29 18:53 Arthur Zamarin
0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2022-05-29 18:53 UTC (permalink / raw
To: gentoo-commits
commit: 888ed0c8efd6617e757473221ab9b113abb2e96d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 18:47:02 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 29 18:52:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888ed0c8
dev-python/rtimulib: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
index 6418b565bbdf..50a07f8ac85c 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2022-03-07 1:18 Conrad Kostecki
0 siblings, 0 replies; 21+ messages in thread
From: Conrad Kostecki @ 2022-03-07 1:18 UTC (permalink / raw
To: gentoo-commits
commit: 817e80afeaf2b8831e3fd4dfd7c942e14f1efb55
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 7 01:17:27 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 01:17:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817e80af
dev-python/rtimulib: drop 7.2.1-r1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
deleted file mode 100644
index b9dd65154fe6..000000000000
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_PN="RTIMULib"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python Binding for RTIMULib, a versatile IMU library"
-HOMEPAGE="https://github.com/RPi-Distro/RTIMULib"
-SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}/Linux/python"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2022-03-07 0:01 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2022-03-07 0:01 UTC (permalink / raw
To: gentoo-commits
commit: f4d6bff7350b89919181963e733fcc6e108ddbb3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 7 00:01:30 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 00:01:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d6bff7
dev-python/rtimulib: Stabilize 7.2.1-r2 arm, #834448
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
index ad37cf33a714..6418b565bbdf 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
@@ -18,4 +18,4 @@ S="${WORKDIR}/${MY_P}/Linux/python"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2022-03-06 7:55 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2022-03-06 7:55 UTC (permalink / raw
To: gentoo-commits
commit: e17794b2b4a52411b2821db76539a00b558ac5b5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 07:55:47 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 07:55:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17794b2
dev-python/rtimulib: Stabilize 7.2.1-r2 arm64, #834448
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
index cce7b4894489..ad37cf33a714 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
@@ -18,4 +18,4 @@ S="${WORKDIR}/${MY_P}/Linux/python"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2022-03-01 21:05 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2022-03-01 21:05 UTC (permalink / raw
To: gentoo-commits
commit: c3cdc944463e0c63cf19b0ee686db96264b89f94
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 21:04:41 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 21:04:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cdc944
dev-python/rtimulib: Stabilize 7.2.1-r2 amd64, #834448
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
index 630e51b241c8..2ea327453f50 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
@@ -18,4 +18,4 @@ S="${WORKDIR}/${MY_P}/Linux/python"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2022-01-30 13:09 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2022-01-30 13:09 UTC (permalink / raw
To: gentoo-commits
commit: c5d94057f4882986ecba01586d8b83191583550b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 30 12:43:29 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 30 13:09:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d94057
dev-python/rtimulib: Switch to PEP 517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
new file mode 100644
index 000000000000..630e51b241c8
--- /dev/null
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_PN="RTIMULib"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Python Binding for RTIMULib, a versatile IMU library"
+HOMEPAGE="https://github.com/RPi-Distro/RTIMULib"
+SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}/Linux/python"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2021-07-01 21:16 Conrad Kostecki
0 siblings, 0 replies; 21+ messages in thread
From: Conrad Kostecki @ 2021-07-01 21:16 UTC (permalink / raw
To: gentoo-commits
commit: 32362a68fcc99a20ff1079e787ec29e928c3d1c4
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 1 20:38:39 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul 1 21:15:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32362a68
dev-python/rtimulib: add python3.10 support
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
index ce7b566fbb5..b9dd65154fe 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -14,9 +14,8 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="Python Binding for RTIMULib, a versatile IMU library"
HOMEPAGE="https://github.com/RPi-Distro/RTIMULib"
SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}/Linux/python"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
-
-S="${WORKDIR}/${MY_P}/Linux/python"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2020-08-24 22:33 Conrad Kostecki
0 siblings, 0 replies; 21+ messages in thread
From: Conrad Kostecki @ 2020-08-24 22:33 UTC (permalink / raw
To: gentoo-commits
commit: 0af05621f342fe3a68e11d2169bfc3df4a10418d
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 21:00:09 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 22:32:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af05621
dev-python/rtimulib: add python3.9 support
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
index da28deedecf..b7840c8524f 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2020-02-06 5:59 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2020-02-06 5:59 UTC (permalink / raw
To: gentoo-commits
commit: c348355efee9f8651586d41adc3ea3ba369d4bfb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 05:42:50 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 05:59:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c348355e
dev-python/rtimulib: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
index a123feeb7cf..da28deedecf 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2019-12-17 18:40 Conrad Kostecki
0 siblings, 0 replies; 21+ messages in thread
From: Conrad Kostecki @ 2019-12-17 18:40 UTC (permalink / raw
To: gentoo-commits
commit: 32b39aed67eb06cebc8a807fb1a93a4d0c4b4a65
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 17:27:11 2019 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 18:37:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b39aed
dev-python/rtimulib: add python3.8 support
Also switched to DISTUTILS_USE_SETUPTOOLS.
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
index 496e2e73de5..0f030eadb41 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -3,7 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+DISTUTILS_USE_SETUPTOOLS="no"
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
inherit distutils-r1
@@ -18,6 +19,4 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
S="${WORKDIR}/${MY_P}/Linux/python"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2019-07-24 8:19 Agostino Sarubbo
0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2019-07-24 8:19 UTC (permalink / raw
To: gentoo-commits
commit: 7462dd445a09857eeb74027286ac8055982b682e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 08:18:16 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 08:18:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7462dd44
dev-python/rtimulib: x86 stable wrt bug #690388
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
index d7dfd2beb7c..496e2e73de5 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2019-05-11 12:15 Mikle Kolyada
0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2019-05-11 12:15 UTC (permalink / raw
To: gentoo-commits
commit: 84d1d1f98fcdd428bf4ca59d840c518f9a55da06
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 12:15:01 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 11 12:15:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d1d1f9
dev-python/rtimulib: arm stable wrt bug #682746
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"
dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
index c9aa1a2f7fc..d7dfd2beb7c 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 ~x86"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2019-04-19 1:28 Aaron Bauman
0 siblings, 0 replies; 21+ messages in thread
From: Aaron Bauman @ 2019-04-19 1:28 UTC (permalink / raw
To: gentoo-commits
commit: 2557eafa6afdb507dffa0dde6b411ad0ecedde74
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 01:26:55 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 01:28:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2557eafa
dev-python/rtimulib: amd64 stable wrt bug #682746
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
index 6ee90fec17b..c9aa1a2f7fc 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~x86"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2019-04-16 23:29 Aaron Bauman
0 siblings, 0 replies; 21+ messages in thread
From: Aaron Bauman @ 2019-04-16 23:29 UTC (permalink / raw
To: gentoo-commits
commit: 8a5fb943a52a418140ec40d0a30b9ee2bc4c0e67
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 23:27:02 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 23:29:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5fb943
dev-python/rtimulib: arm64 stable (bug #682746)
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
index bef8c7d8c86..6ee90fec17b 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~x86"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2019-03-26 16:45 Patrice Clement
0 siblings, 0 replies; 21+ messages in thread
From: Patrice Clement @ 2019-03-26 16:45 UTC (permalink / raw
To: gentoo-commits
commit: 2eb8c9c8e36b0c15211db23c3f25c52baad0b4e1
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sun Mar 24 12:42:48 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 16:45:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb8c9c8
dev-python/rtimulib: drop python3.4 support.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
index b593b743008..bef8c7d8c86 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=7
-MY_PN="RTIMULib"
-MY_P="${MY_PN}-${PV}"
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1
+MY_PN="RTIMULib"
+MY_P="${MY_PN}-${PV}"
+
DESCRIPTION="Python Binding for RTIMULib, a versatile IMU library"
HOMEPAGE="https://github.com/RPi-Distro/RTIMULib"
SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}.tar.gz"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2018-10-29 23:15 Patrice Clement
0 siblings, 0 replies; 21+ messages in thread
From: Patrice Clement @ 2018-10-29 23:15 UTC (permalink / raw
To: gentoo-commits
commit: 66316ff45e6df5c0399fafeb7685188fced32efb
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sun Oct 28 15:52:16 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 29 23:15:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66316ff4
dev-python/rtimulib: add python3.7 support.
Also bumped to EAPI=7 and updated metadata.xml.
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10274
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-python/rtimulib/metadata.xml | 10 ++++++++++
dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild | 22 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/rtimulib/metadata.xml b/dev-python/rtimulib/metadata.xml
index 54d5423c406..f9570ce600a 100644
--- a/dev-python/rtimulib/metadata.xml
+++ b/dev-python/rtimulib/metadata.xml
@@ -9,4 +9,14 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <longdescription>
+ RTIMULib is the simplest way to connect a 9-dof, 10-dof or 11-dof IMU
+ to an embedded Linux system and obtain Kalman-filtered quaternion or
+ Euler angle pose data. Basically, two simple funtion calls
+ (IMUInit() and IMURead()) are pretty much all that's needed to integrate RTIMULib.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/RPi-Distro/RTIMULib/issues</bugs-to>
+ <remote-id type="github">RPi-Distro/RTIMULib</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
new file mode 100644
index 00000000000..b593b743008
--- /dev/null
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MY_PN="RTIMULib"
+MY_P="${MY_PN}-${PV}"
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Binding for RTIMULib, a versatile IMU library"
+HOMEPAGE="https://github.com/RPi-Distro/RTIMULib"
+SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_P}/Linux/python"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2018-10-29 23:15 Patrice Clement
0 siblings, 0 replies; 21+ messages in thread
From: Patrice Clement @ 2018-10-29 23:15 UTC (permalink / raw
To: gentoo-commits
commit: 6a798fc05309c9ae2a38160706e3768f765a6aed
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sun Oct 28 16:09:36 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 29 23:15:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a798fc0
dev-python/rtimulib: drop old version.
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-python/rtimulib/rtimulib-7.2.1.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/dev-python/rtimulib/rtimulib-7.2.1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1.ebuild
deleted file mode 100644
index 06ba1a37367..00000000000
--- a/dev-python/rtimulib/rtimulib-7.2.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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} )
-
-inherit distutils-r1
-
-MY_P="RTIMULib-${PV}"
-
-DESCRIPTION="Python Binding for RTIMULib, a versatile IMU library"
-HOMEPAGE="https://github.com/RPi-Distro/RTIMULib"
-SRC_URI="https://github.com/RPi-Distro/RTIMULib/archive/V${PV}.tar.gz -> ${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}/Linux/python"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
@ 2018-06-24 17:40 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2018-06-24 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 903d8d84919f786cdf11f057b2d5c5ca920bad5d
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Fri Jun 22 21:34:09 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 17:40:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903d8d84
dev-python/rtimulib: New package
Closes: https://bugs.gentoo.org/571232
Closes: https://github.com/gentoo/gentoo/pull/7308
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/rtimulib/Manifest | 1 +
dev-python/rtimulib/metadata.xml | 12 ++++++++++++
dev-python/rtimulib/rtimulib-7.2.1.ebuild | 22 ++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-python/rtimulib/Manifest b/dev-python/rtimulib/Manifest
new file mode 100644
index 00000000000..0858d126a28
--- /dev/null
+++ b/dev-python/rtimulib/Manifest
@@ -0,0 +1 @@
+DIST RTIMULib-7.2.1.tar.gz 915114 BLAKE2B 5d8a54d4b1083105c1bb3b854e8474cb81cfd5eff843422e2f66f363ae04dd9e87d4cffc8f26c2a68c4f535d77ca229bc7bb7840c59ba3c6d2d45d5ee7f31987 SHA512 2a9d40f5c4db7c875fe82bd79408d97f9b00a3cd0d1be9b19baa3808b4cd260200b8ce5f5d9a6298df760aaca10555eb317d4a2431cd1c07a1b7953448852b23
diff --git a/dev-python/rtimulib/metadata.xml b/dev-python/rtimulib/metadata.xml
new file mode 100644
index 00000000000..54d5423c406
--- /dev/null
+++ b/dev-python/rtimulib/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>ck+gentoo@bl4ckb0x.de</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/rtimulib/rtimulib-7.2.1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1.ebuild
new file mode 100644
index 00000000000..06ba1a37367
--- /dev/null
+++ b/dev-python/rtimulib/rtimulib-7.2.1.ebuild
@@ -0,0 +1,22 @@
+# 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} )
+
+inherit distutils-r1
+
+MY_P="RTIMULib-${PV}"
+
+DESCRIPTION="Python Binding for RTIMULib, a versatile IMU library"
+HOMEPAGE="https://github.com/RPi-Distro/RTIMULib"
+SRC_URI="https://github.com/RPi-Distro/RTIMULib/archive/V${PV}.tar.gz -> ${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_P}/Linux/python"
^ permalink raw reply related [flat|nested] 21+ messages in thread
end of thread, other threads:[~2023-08-05 22:41 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-01 21:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-08-05 22:41 Conrad Kostecki
2023-05-04 16:56 Michał Górny
2022-05-29 18:53 Arthur Zamarin
2022-03-07 1:18 Conrad Kostecki
2022-03-07 0:01 Sam James
2022-03-06 7:55 Sam James
2022-03-01 21:05 Sam James
2022-01-30 13:09 Michał Górny
2021-07-01 21:16 Conrad Kostecki
2020-08-24 22:33 Conrad Kostecki
2020-02-06 5:59 Michał Górny
2019-12-17 18:40 Conrad Kostecki
2019-07-24 8:19 Agostino Sarubbo
2019-05-11 12:15 Mikle Kolyada
2019-04-19 1:28 Aaron Bauman
2019-04-16 23:29 Aaron Bauman
2019-03-26 16:45 Patrice Clement
2018-10-29 23:15 Patrice Clement
2018-10-29 23:15 Patrice Clement
2018-06-24 17:40 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox