* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2022-06-16 9:10 Jakov Smolić
0 siblings, 0 replies; 25+ messages in thread
From: Jakov Smolić @ 2022-06-16 9:10 UTC (permalink / raw
To: gentoo-commits
commit: fd656ace9804e72d201619bfa4da85f784abbe8f
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 09:10:22 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 09:10:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd656ace
dev-python/kaitaistruct: Stabilize 0.9-r1 ALLARCHES, #852392
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
index 8445e527c743..6595a568b926 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
@@ -13,4 +13,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2024-04-13 12:51 Matthew Smith
0 siblings, 0 replies; 25+ messages in thread
From: Matthew Smith @ 2024-04-13 12:51 UTC (permalink / raw
To: gentoo-commits
commit: 28af73d06b08ceb94ef6a54229cc0d40c98e5d25
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 11:20:11 2024 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 12:50:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28af73d0
dev-python/kaitaistruct: drop myself as a maintainer
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
dev-python/kaitaistruct/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/kaitaistruct/metadata.xml b/dev-python/kaitaistruct/metadata.xml
index 03df5426a71b..956764ec6616 100644
--- a/dev-python/kaitaistruct/metadata.xml
+++ b/dev-python/kaitaistruct/metadata.xml
@@ -2,10 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<stabilize-allarches/>
- <maintainer type="person">
- <email>matthew@gentoo.org</email>
- <name>Matthew Smith</name>
- </maintainer>
+ <!-- maintainer-needed -->
<longdescription lang="en">
Kaitai Struct is a declarative language used for
describe various binary data structures, laid out in
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2024-04-13 12:51 Matthew Smith
0 siblings, 0 replies; 25+ messages in thread
From: Matthew Smith @ 2024-04-13 12:51 UTC (permalink / raw
To: gentoo-commits
commit: 2d0ec0cee0ad57ec1ef8f8487f1310704987f6f5
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 11:17:22 2024 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 12:49:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0ec0ce
dev-python/kaitaistruct: enable py3.12
No automated tests. Tested manually with ksc and Python repl.
Fedora 39 and nixpkgs unstable also shipping kaitaistruct runtime for
Python 3.12.
Closes: https://bugs.gentoo.org/929462
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild
index d207860de9f6..d2186f5cfcf4 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2023-03-16 3:56 Michał Górny
0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2023-03-16 3:56 UTC (permalink / raw
To: gentoo-commits
commit: 270f2fbb118204efd2c601083ef621ee7b65afeb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:46:31 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 03:51:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270f2fbb
dev-python/kaitaistruct: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.10.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild
index a7eb4939d9e7..d207860de9f6 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Kaitai Struct runtime for Python"
HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://github.com/kaitai-io/kaitai_struct_python_runtime/
https://pypi.org/project/kaitaistruct/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2022-08-09 8:14 Michał Górny
0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2022-08-09 8:14 UTC (permalink / raw
To: gentoo-commits
commit: 8d23740d8737eaefa40fbcec3e5c0d1b892337b4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 9 08:11:53 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 9 08:14:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d23740d
dev-python/kaitaistruct: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/kaitaistruct/Manifest | 1 -
dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild | 16 ----------------
2 files changed, 17 deletions(-)
diff --git a/dev-python/kaitaistruct/Manifest b/dev-python/kaitaistruct/Manifest
index 082b5680557a..2fbcf9d70238 100644
--- a/dev-python/kaitaistruct/Manifest
+++ b/dev-python/kaitaistruct/Manifest
@@ -1,2 +1 @@
DIST kaitaistruct-0.10.tar.gz 7061 BLAKE2B 2d1f8c00415d43223b53c51ca185d79c8fdd9bbb1e512d2e3b8b800b5e7f52e90c35b869d8f82a116f15cc1f1222c41a62a01d07a7f62c567a4d7a82c0657d52 SHA512 b4db8b67fe5dd310121ecfad6db79d424e2bd7308b5ae2cc1cdbcd73538533b5bbe4047b71e2ff65d8109b213ad0a5b88a96cd593b08f910ea6ae9bf3c4cbfac
-DIST kaitaistruct-0.9.tar.gz 5497 BLAKE2B c3f4dae4269b8bf5102a120aa8792ab710607efd854d01e1239e0269fe696d38183f82a4d93838756d5283cbaa36bd137ddc8b0ea6c91bc474eb89dfba4a76e5 SHA512 4654f18d72f31745f27eed035899231e69f9539a8e8322055b0dd99ad701dbd4d484357d0bc42f5a1953abc6947a90fc5ec9da80aeb862077c175c1295549682
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
deleted file mode 100644
index 6595a568b926..000000000000
--- a/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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..11} )
-inherit distutils-r1
-
-DESCRIPTION="Kaitai Struct runtime for Python"
-HOMEPAGE="https://kaitai.io/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2022-08-09 7:43 Agostino Sarubbo
0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2022-08-09 7:43 UTC (permalink / raw
To: gentoo-commits
commit: efa6f1284e96afb828bd261d46be9b49592d9fb7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 9 07:41:44 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Aug 9 07:41:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa6f128
dev-python/kaitaistruct: amd64 stable (ALLARCHES policy) wrt bug #864479
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild
index 0dbe4ba3e752..447b97a54d4e 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild
@@ -18,4 +18,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2022-07-09 8:41 Michał Górny
0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2022-07-09 8:41 UTC (permalink / raw
To: gentoo-commits
commit: abfb369acfcbb70b449d956b62d550e72f4f3dfb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 06:54:53 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 08:41:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abfb369a
dev-python/kaitaistruct: Bump to 0.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/kaitaistruct/Manifest | 1 +
dev-python/kaitaistruct/kaitaistruct-0.10.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/kaitaistruct/Manifest b/dev-python/kaitaistruct/Manifest
index 19b946341c05..082b5680557a 100644
--- a/dev-python/kaitaistruct/Manifest
+++ b/dev-python/kaitaistruct/Manifest
@@ -1 +1,2 @@
+DIST kaitaistruct-0.10.tar.gz 7061 BLAKE2B 2d1f8c00415d43223b53c51ca185d79c8fdd9bbb1e512d2e3b8b800b5e7f52e90c35b869d8f82a116f15cc1f1222c41a62a01d07a7f62c567a4d7a82c0657d52 SHA512 b4db8b67fe5dd310121ecfad6db79d424e2bd7308b5ae2cc1cdbcd73538533b5bbe4047b71e2ff65d8109b213ad0a5b88a96cd593b08f910ea6ae9bf3c4cbfac
DIST kaitaistruct-0.9.tar.gz 5497 BLAKE2B c3f4dae4269b8bf5102a120aa8792ab710607efd854d01e1239e0269fe696d38183f82a4d93838756d5283cbaa36bd137ddc8b0ea6c91bc474eb89dfba4a76e5 SHA512 4654f18d72f31745f27eed035899231e69f9539a8e8322055b0dd99ad701dbd4d484357d0bc42f5a1953abc6947a90fc5ec9da80aeb862077c175c1295549682
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.10.ebuild
new file mode 100644
index 000000000000..0dbe4ba3e752
--- /dev/null
+++ b/dev-python/kaitaistruct/kaitaistruct-0.10.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..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Kaitai Struct runtime for Python"
+HOMEPAGE="
+ https://kaitai.io/
+ https://github.com/kaitai-io/kaitai_struct_python_runtime/
+ https://pypi.org/project/kaitaistruct/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2022-06-16 9:23 Michał Górny
0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2022-06-16 9:23 UTC (permalink / raw
To: gentoo-commits
commit: f35a5034cef8a7800c1c94979a2ea8121323abd0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 09:21:58 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 09:21:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35a5034
dev-python/kaitaistruct: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.9.ebuild | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild
deleted file mode 100644
index 9a4b488a8388..000000000000
--- a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Kaitai Struct runtime for Python"
-HOMEPAGE="https://kaitai.io/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2022-06-11 11:32 Yixun Lan
0 siblings, 0 replies; 25+ messages in thread
From: Yixun Lan @ 2022-06-11 11:32 UTC (permalink / raw
To: gentoo-commits
commit: d2e217138a1045fec1eda09ff283f44cf4a4e737
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 14:33:59 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 11:31:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e21713
dev-python/kaitaistruct: keyword 0.9-r1 for ~riscv
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
index 371f169c5531..8445e527c743 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
@@ -13,4 +13,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2022-05-13 11:00 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2022-05-13 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 21e374ebf8895f963f1a0c20ee8e14540e226ef6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 10:57:23 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 13 11:00:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e374eb
dev-python/kaitaistruct: EAPI=8, PEP517
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
new file mode 100644
index 000000000000..fe3ab90fef8c
--- /dev/null
+++ b/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
@@ -0,0 +1,16 @@
+# 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
+
+DESCRIPTION="Kaitai Struct runtime for Python"
+HOMEPAGE="https://kaitai.io/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2022-05-13 11:00 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2022-05-13 11:00 UTC (permalink / raw
To: gentoo-commits
commit: f73b4b293b8c1ea24b2b7b63572c4893ff473fa9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 10:57:47 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 13 11:00:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73b4b29
dev-python/kaitaistruct: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
index fe3ab90fef8c..371f169c5531 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.9-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Kaitai Struct runtime for Python"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2021-10-23 14:03 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2021-10-23 14:03 UTC (permalink / raw
To: gentoo-commits
commit: 5824e001e0225003a065ec026162b1460f2b229a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 13:37:38 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 14:03:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5824e001
dev-python/kaitaistruct: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild
index bb2e92b93aa..9a4b488a838 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2021-03-11 17:06 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-03-11 17:06 UTC (permalink / raw
To: gentoo-commits
commit: 4fcca11321e91a99f0350eadad46bef7dc64be4a
Author: Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Thu Mar 11 16:55:41 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 17:05:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fcca113
dev-python/kaitaistruct: Mark as ALLARCHES
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/kaitaistruct/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/kaitaistruct/metadata.xml b/dev-python/kaitaistruct/metadata.xml
index cc1ef567f76..ca6306e5e4a 100644
--- a/dev-python/kaitaistruct/metadata.xml
+++ b/dev-python/kaitaistruct/metadata.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <stabilize-allarches/>
<maintainer type="person">
<email>matt@offtopica.uk</email>
<name>Matt Smith</name>
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2021-03-11 17:06 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-03-11 17:06 UTC (permalink / raw
To: gentoo-commits
commit: dcf9df1a8f8eb40ef0b1dabb27b67941fa88a814
Author: Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Thu Mar 11 16:56:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 17:05:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf9df1a
dev-python/kaitaistruct: Drop old
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/19882
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/kaitaistruct/Manifest | 1 -
dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/dev-python/kaitaistruct/Manifest b/dev-python/kaitaistruct/Manifest
index 7d51bf2e2f0..19b946341c0 100644
--- a/dev-python/kaitaistruct/Manifest
+++ b/dev-python/kaitaistruct/Manifest
@@ -1,2 +1 @@
-DIST kaitaistruct-0.8.tar.gz 5158 BLAKE2B 802435e81c8ec2544f26109762d43d7761c8672714107861e5f981583bf38ab85b3c2f1f3be5d25429287b380b756599fb51cedd130870f2cd9cfe221fd2f509 SHA512 8361e30c5bec9a7c57c280d277232ff4123686f29f3813e61cde9bf7512ead2e2f447ea1e18b8925aefe432edbbd9682a690293dcb928a9049c4c81832b5666f
DIST kaitaistruct-0.9.tar.gz 5497 BLAKE2B c3f4dae4269b8bf5102a120aa8792ab710607efd854d01e1239e0269fe696d38183f82a4d93838756d5283cbaa36bd137ddc8b0ea6c91bc474eb89dfba4a76e5 SHA512 4654f18d72f31745f27eed035899231e69f9539a8e8322055b0dd99ad701dbd4d484357d0bc42f5a1953abc6947a90fc5ec9da80aeb862077c175c1295549682
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
deleted file mode 100644
index 2d87b9f5d3f..00000000000
--- a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Kaitai Struct runtime for Python"
-HOMEPAGE="https://kaitai.io/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2021-03-01 9:20 Agostino Sarubbo
0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2021-03-01 9:20 UTC (permalink / raw
To: gentoo-commits
commit: 5111005286365e88dba331d0dd21ee8e208c074c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 1 09:19:41 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 1 09:19:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51110052
dev-python/kaitaistruct: amd64 stable wrt bug #769872
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild
index 8c0c61dafd5..bb2e92b93aa 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild
@@ -13,4 +13,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2021-01-22 23:01 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-01-22 23:01 UTC (permalink / raw
To: gentoo-commits
commit: 41ca89d993feccf40fcdf9dd6e91257c2afa936d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 23:01:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 23:01:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ca89d9
dev-python/kaitaistruct: Keyword 0.9 arm64, #762688
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild
index 2dedd2b60cc..36196750b6d 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,4 +13,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2020-12-13 12:15 Michał Górny
0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2020-12-13 12:15 UTC (permalink / raw
To: gentoo-commits
commit: 87401d12263172760c600e00430ca5aea0e30d14
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 07:44:15 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 12:12:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87401d12
dev-python/kaitaistruct: Fix pypi remote-id
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/kaitaistruct/metadata.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/kaitaistruct/metadata.xml b/dev-python/kaitaistruct/metadata.xml
index 65d46603f15..cc1ef567f76 100644
--- a/dev-python/kaitaistruct/metadata.xml
+++ b/dev-python/kaitaistruct/metadata.xml
@@ -17,7 +17,6 @@
</longdescription>
<upstream>
<remote-id type="github">kaitai-io/kaitai_struct_python_runtime</remote-id>
- <remote-id type="pypi">mitmproxy</remote-id>
+ <remote-id type="pypi">kaitaistruct</remote-id>
</upstream>
</pkgmetadata>
-
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2020-11-05 12:32 Joonas Niilola
0 siblings, 0 replies; 25+ messages in thread
From: Joonas Niilola @ 2020-11-05 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 10d04154d2ebdd7557a80ba0879d199613d44e76
Author: Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Tue Nov 3 09:44:03 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 5 12:32:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d04154
dev-python/kaitaistruct: Bump to 0.9
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/18108
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/kaitaistruct/Manifest | 1 +
dev-python/kaitaistruct/kaitaistruct-0.9.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/dev-python/kaitaistruct/Manifest b/dev-python/kaitaistruct/Manifest
index ec7d0a659be..7d51bf2e2f0 100644
--- a/dev-python/kaitaistruct/Manifest
+++ b/dev-python/kaitaistruct/Manifest
@@ -1 +1,2 @@
DIST kaitaistruct-0.8.tar.gz 5158 BLAKE2B 802435e81c8ec2544f26109762d43d7761c8672714107861e5f981583bf38ab85b3c2f1f3be5d25429287b380b756599fb51cedd130870f2cd9cfe221fd2f509 SHA512 8361e30c5bec9a7c57c280d277232ff4123686f29f3813e61cde9bf7512ead2e2f447ea1e18b8925aefe432edbbd9682a690293dcb928a9049c4c81832b5666f
+DIST kaitaistruct-0.9.tar.gz 5497 BLAKE2B c3f4dae4269b8bf5102a120aa8792ab710607efd854d01e1239e0269fe696d38183f82a4d93838756d5283cbaa36bd137ddc8b0ea6c91bc474eb89dfba4a76e5 SHA512 4654f18d72f31745f27eed035899231e69f9539a8e8322055b0dd99ad701dbd4d484357d0bc42f5a1953abc6947a90fc5ec9da80aeb862077c175c1295549682
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild
new file mode 100644
index 00000000000..2dedd2b60cc
--- /dev/null
+++ b/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Kaitai Struct runtime for Python"
+HOMEPAGE="https://kaitai.io/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2020-11-05 12:32 Joonas Niilola
0 siblings, 0 replies; 25+ messages in thread
From: Joonas Niilola @ 2020-11-05 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 1257f12f0c5a0178092bf27a7565baa3ae06f5e5
Author: Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sun Nov 1 18:09:35 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 5 12:32:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1257f12f
dev-python/kaitaistruct: Add Python 3.9 to PYTHON_COMPAT
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
index dc89a9167f7..577159feadf 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2020-09-02 22:43 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2020-09-02 22:43 UTC (permalink / raw
To: gentoo-commits
commit: ea265a449c75db3b5ddafaba661a0dce4e80f892
Author: Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sat Aug 29 13:55:46 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 22:43:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea265a44
dev-python/kaitaistruct: Update metadata.xml
Add myself and the proxy-maintainer project as maintainers, and also
add a description and some upstreams.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/kaitaistruct/metadata.xml | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/dev-python/kaitaistruct/metadata.xml b/dev-python/kaitaistruct/metadata.xml
index 97c6505eb5c..65d46603f15 100644
--- a/dev-python/kaitaistruct/metadata.xml
+++ b/dev-python/kaitaistruct/metadata.xml
@@ -1,6 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- </pkgmetadata>
+ <maintainer type="person">
+ <email>matt@offtopica.uk</email>
+ <name>Matt Smith</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription lang="en">
+ Kaitai Struct is a declarative language used for
+ describe various binary data structures, laid out in
+ files or in memory: i.e. binary file formats, network
+ stream packet formats, etc.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">kaitai-io/kaitai_struct_python_runtime</remote-id>
+ <remote-id type="pypi">mitmproxy</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2020-09-02 22:43 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2020-09-02 22:43 UTC (permalink / raw
To: gentoo-commits
commit: ee888ed79a1985fdbb39088aa42e821b6b4052c5
Author: Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sat Aug 29 13:56:25 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 22:43:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee888ed7
dev-python/kaitaistruct: Add Python 3.8 to PYTHON_COMPAT
Closes: https://bugs.gentoo.org/718796
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
index 626735a49c2..dc89a9167f7 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2020-06-04 7:56 Joonas Niilola
0 siblings, 0 replies; 25+ messages in thread
From: Joonas Niilola @ 2020-06-04 7:56 UTC (permalink / raw
To: gentoo-commits
commit: 1d7e2574a33d47a4d162b188083f53be827a2c0b
Author: Alexander Barker <alex <AT> 1stleg <DOT> com>
AuthorDate: Thu Jun 4 07:50:20 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 4 07:56:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7e2574
dev-python/kaitaistruct: Add python3_7
Bug: https://bugs.gentoo.org/718796
Signed-off-by: Alex Barker <alex <AT> 1stleg.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
index c932baa405f..626735a49c2 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2020-04-26 23:28 Jonas Stein
0 siblings, 0 replies; 25+ messages in thread
From: Jonas Stein @ 2020-04-26 23:28 UTC (permalink / raw
To: gentoo-commits
commit: 3555f23f62d7c7c4eeb3208e4ba70feaf96fcf43
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 23:19:09 2020 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 23:27:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3555f23f
dev-python/kaitaistruct: Maintainer retired
Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/647672
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
dev-python/kaitaistruct/metadata.xml | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/dev-python/kaitaistruct/metadata.xml b/dev-python/kaitaistruct/metadata.xml
index e7214b7e32c..97c6505eb5c 100644
--- a/dev-python/kaitaistruct/metadata.xml
+++ b/dev-python/kaitaistruct/metadata.xml
@@ -1,12 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>oleksandr.trotsenko@gmail.com</email>
- <name>Oleksandr Trotsenko</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
-</pkgmetadata>
+ <!-- maintainer-needed -->
+ </pkgmetadata>
+
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2020-02-05 15:48 Michał Górny
0 siblings, 0 replies; 25+ messages in thread
From: Michał Górny @ 2020-02-05 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 84db71a26d0dd8d6face77ec7c8eb5dcc1cb32c0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 15:32:13 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 15:47:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84db71a2
dev-python/kaitaistruct: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
index 8ab274c9569..c932baa405f 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
@ 2018-07-23 16:01 Tony Vroon
0 siblings, 0 replies; 25+ messages in thread
From: Tony Vroon @ 2018-07-23 16:01 UTC (permalink / raw
To: gentoo-commits
commit: 2cff6b95aaa3657f0405fe0b836b013f5c96faa9
Author: Oleksandr Trotsenko <oleksandr.trotsenko <AT> gmail <DOT> com>
AuthorDate: Tue Jun 5 14:45:50 2018 +0000
Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Mon Jul 23 16:01:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cff6b95
dev-python/kaitaistruct: Introducing new package
Introducing dev-python/kaitaistruct into Gentoo repository.
Closes: https://bugs.gentoo.org/654860
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9251
Closes: https://bugs.gentoo.org/654860
dev-python/kaitaistruct/Manifest | 1 +
dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 18 ++++++++++++++++++
dev-python/kaitaistruct/metadata.xml | 12 ++++++++++++
3 files changed, 31 insertions(+)
diff --git a/dev-python/kaitaistruct/Manifest b/dev-python/kaitaistruct/Manifest
new file mode 100644
index 00000000000..ec7d0a659be
--- /dev/null
+++ b/dev-python/kaitaistruct/Manifest
@@ -0,0 +1 @@
+DIST kaitaistruct-0.8.tar.gz 5158 BLAKE2B 802435e81c8ec2544f26109762d43d7761c8672714107861e5f981583bf38ab85b3c2f1f3be5d25429287b380b756599fb51cedd130870f2cd9cfe221fd2f509 SHA512 8361e30c5bec9a7c57c280d277232ff4123686f29f3813e61cde9bf7512ead2e2f447ea1e18b8925aefe432edbbd9682a690293dcb928a9049c4c81832b5666f
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
new file mode 100644
index 00000000000..bc1eb4526a5
--- /dev/null
+++ b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Kaitai Struct runtime for Python"
+HOMEPAGE="https://kaitai.io/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/kaitaistruct/metadata.xml b/dev-python/kaitaistruct/metadata.xml
new file mode 100644
index 00000000000..e7214b7e32c
--- /dev/null
+++ b/dev-python/kaitaistruct/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>oleksandr.trotsenko@gmail.com</email>
+ <name>Oleksandr Trotsenko</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 25+ messages in thread
end of thread, other threads:[~2024-04-13 12:51 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-16 9:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/ Jakov Smolić
-- strict thread matches above, loose matches on Subject: below --
2024-04-13 12:51 Matthew Smith
2024-04-13 12:51 Matthew Smith
2023-03-16 3:56 Michał Górny
2022-08-09 8:14 Michał Górny
2022-08-09 7:43 Agostino Sarubbo
2022-07-09 8:41 Michał Górny
2022-06-16 9:23 Michał Górny
2022-06-11 11:32 Yixun Lan
2022-05-13 11:00 Arthur Zamarin
2022-05-13 11:00 Arthur Zamarin
2021-10-23 14:03 Arthur Zamarin
2021-03-11 17:06 Sam James
2021-03-11 17:06 Sam James
2021-03-01 9:20 Agostino Sarubbo
2021-01-22 23:01 Sam James
2020-12-13 12:15 Michał Górny
2020-11-05 12:32 Joonas Niilola
2020-11-05 12:32 Joonas Niilola
2020-09-02 22:43 Sam James
2020-09-02 22:43 Sam James
2020-06-04 7:56 Joonas Niilola
2020-04-26 23:28 Jonas Stein
2020-02-05 15:48 Michał Górny
2018-07-23 16:01 Tony Vroon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox